216.73.217.22

CVE-2026-32101

· Published 11/03/2026 21:16 · Modified 12/03/2026 21:08

Labels: CVE-2026-32101 2026-03-11CVE-2026-32101CWE-863[email protected]

Essential information

Published
11/03/2026 21:16
Modified
12/03/2026 21:08
Author
Creator
CVSS
7.6 HIGH (v3.1)
CISA KEV
No
CWE
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:L

CVSS metrics

Description

StudioCMS is a server-side-rendered, Astro native, headless content management system. Prior to 0.3.1, the S3 storage manager's isAuthorized() function is declared async (returns Promise<boolean>) but is called without await in both the POST and PUT handlers. Since a Promise object is always truthy in JavaScript, !isAuthorized(type) always evaluates to false, completely bypassing the authorization check. Any authenticated user with the lowest visitor role can upload, delete, rename, and list all files in the S3 bucket. This vulnerability is fixed in 0.3.1.

NVD status

Status
Awaiting Analysis — CVE has been recently published to the CVE List and has been received by the NVD.
Source
[email protected]
NVD
View on NVD

Affected products (CPE)

ProductCPE
studiocms / studiocms cpe:2.3:a:studiocms:studiocms:<0.3.1:*:*:*:*:*:*:*

References