High severityNVD Advisory· Published Mar 11, 2026· Updated Mar 12, 2026
StudioCMS S3 Storage Manager Authorization Bypass via Missing `await` on Async Auth Check
CVE-2026-32101
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.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
@studiocms/s3-storagenpm | < 0.3.1 | 0.3.1 |
Affected products
1- Range: < 0.3.1
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
3- github.com/advisories/GHSA-mm78-fgq8-6pgrghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2026-32101ghsaADVISORY
- github.com/withstudiocms/studiocms/security/advisories/GHSA-mm78-fgq8-6pgrghsax_refsource_CONFIRMWEB
News mentions
0No linked articles in our index yet.