CVE-2026-32101
Last modified
CVE-2026-32101 is a medium-severity vulnerability rated 6.3/10 on the CVSS scale. 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. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Studiocms | Studiocms | < 0.3.1 |
References
- https://github.com/withstudiocms/studiocms/security/advisories/GHSA-mm78-fgq8-6pgrExploit, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-32101?
How severe is CVE-2026-32101?
How do I fix CVE-2026-32101?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-32096Plunk is an open-source email platform built on top of AWS S…8.6
- CVE-2026-32097PingPong is a platform for using large language models (LLMs…8.8
- CVE-2026-32098Parse Server is an open source backend that can be deployed …7.5
- CVE-2026-32099Discourse is an open-source discussion platform. Prior to ve…6.5
- CVE-2026-3210Incorrect Authorization vulnerability in Drupal Material Ico…5.3
- CVE-2026-32100Shopware is an open commerce platform. /api/_info/config rou…5.3
- CVE-2026-32102OliveTin gives access to predefined shell commands from a we…6.5
- CVE-2026-32103StudioCMS is a server-side-rendered, Astro native, headless …7.2
- CVE-2026-32104StudioCMS is a server-side-rendered, Astro native, headless …5.4
- CVE-2026-32105xrdp is an open source RDP server. In versions through 0.10.…7.7
- CVE-2026-32106StudioCMS is a server-side-rendered, Astro native, headless …7.2
- CVE-2026-32107xrdp is an open source RDP server. In versions through 0.10.…8.8
Are you affected by CVE-2026-32101?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
