目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1000

100.0%

CVE-2026-22707— Strapi Upload Plugin 内容API绕过MIME验证漏洞

获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2026-22707 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Strapi Upload Plugin MIME Validation Bypass via Content API
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
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.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
危险类型文件的不加限制上传
来源: 美国国家漏洞数据库 NVD

受影响产品

厂商产品影响版本CPE订阅
strapistrapi < 5.33.3 -
strapi@strapi/upload < 5.33.3 -

二、漏洞 CVE-2026-22707 的公开POC

#POC 描述源链接神龙链接
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-22707 的情报信息

登录查看更多情报信息。

同批安全公告 · strapi · 2026-05-14 · 共 5 条

CVE-2026-22706Strapi 密码重置未撤销现有刷新会话漏洞
CVE-2026-22599Strapi Content Type Builder SQL注入漏洞
CVE-2026-27886Strapi 关系过滤数据泄露漏洞
CVE-2025-64526Strapi 用户权限插件速率限制绕过漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-22707

暂无评论


发表评论