Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-22707
Published:May 14, 2026
Updated:May 25, 2026
Strapi is an open source headless content management system. In Strapi versions prior to 5.33.3, the Upload plugin's Content API endpoints did not enforce the administrator-configured MIME type restrictions ("plugin.upload.security.allowedTypes" and "deniedTypes"). The same restrictions were correctly enforced on the Admin Panel upload path. The upload plugin's "enforceUploadSecurity" security check was invoked in the admin upload controller but was missing from the Content API controller. The Content API handlers "uploadFiles" and "replaceFile" (and the "upload" wrapper that dispatches to them) called the underlying upload service directly, bypassing both the magic-byte MIME detection and the configured allow/deny lists. An authenticated user with the Content API upload permission could therefore upload file types the administrator had explicitly disallowed, including HTML and SVG content. In deployments serving uploaded files from the same origin as the admin panel (default), an attacker could upload an HTML or SVG file that, when opened directly by an admin, executed JavaScript in the admin origin, enabling admin-session hijack and authenticated administrative actions against the admin API. The patch in version 5.33.3 introduces a shared "prepareUploadRequest" helper that wraps "enforceUploadSecurity" and is called from both the Content API and admin upload controllers, ensuring identical security policy enforcement on every upload entry point.
Affected Packages
@strapi/upload (NPM):
Affected version(s) >=0.0.0 <5.33.3
Fix Suggestion:
Update to version 5.33.3
Do you need more information?
Contact Us
CVSS v4
Base Score:
5.3
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
LOW
Vulnerable System Integrity
LOW
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
5.4
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
LOW
Integrity
LOW
Availability
NONE
Weakness Type (CWE)
Protection Mechanism Failure
Unrestricted Upload of File with Dangerous Type
EPSS
Base Score:
0.03