CVE-2026-22707

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.
Configurations

Configuration 1 (hide)

cpe:2.3:a:strapi:strapi:*:*:*:*:*:node.js:*:*

History

16 May 2026, 03:22

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 5.4
First Time Strapi
Strapi strapi
CPE cpe:2.3:a:strapi:strapi:*:*:*:*:*:node.js:*:*
References () https://github.com/strapi/strapi/security/advisories/GHSA-pcw7-5633-82vv - () https://github.com/strapi/strapi/security/advisories/GHSA-pcw7-5633-82vv - Vendor Advisory

14 May 2026, 19:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-14 19:16

Updated : 2026-05-16 03:22


NVD link : CVE-2026-22707

Mitre link : CVE-2026-22707

CVE.ORG link : CVE-2026-22707


JSON object : View

Products Affected

strapi

  • strapi
CWE
CWE-434

Unrestricted Upload of File with Dangerous Type

CWE-693

Protection Mechanism Failure