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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-94379— MISP: HTTP Method Bypass of Login Security Controls (Bruteforce Protection and Email OTP)

一分钟漏洞结论

影响对象
MISP MISP
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

The login() function in MISP's UsersController.php contained insufficient HTTP method validation for several security-critical code paths. The original code used an allowlist approach, checking only for specific HTTP methods (POST and PUT) before enforcing bru

CVSS 6.9 · Medium EPSS 0.33% · P26

影响版本矩阵 1

厂商产品 版本范围状态
MISP MISP unspecified< 2.5.47 affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

Shenlong is analyzing...


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

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

Vulnerability Title
MISP: HTTP Method Bypass of Login Security Controls (Bruteforce Protection and Email OTP)
来源: CVE Program / CVE List V5
Vulnerability Description
The login() function in MISP's UsersController.php contained insufficient HTTP method validation for several security-critical code paths. The original code used an allowlist approach, checking only for specific HTTP methods (POST and PUT) before enforcing bruteforce protection, email one-time-password (OTP) verification, and login-failure logging. Because the checks were not exhaustive, an unauthenticated attacker could issue login requests using other HTTP methods and bypass all three security controls simultaneously. Specifically:   - the bruteforce blocklisting check and attempt counter were skipped, allowing unlimited credential-guessing attempts without being rate-limited or blocked  -  the email OTP two-factor authentication step was skipped, defeating the second factor of authentication  - login-failure events were neither logged nor counted, removing the audit trail and the mechanism that would normally trigger a blocklist entry. The security impact is the effective disabling of brute-force protection and multi-factor authentication for any attacker who can craft an HTTP request with a non-POST/PUT method to the login endpoint, potentially leading to credential compromise and unauthorized access to the MISP instance. Version affected: <2.5.47
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N
来源: CVE Program / CVE List V5
Vulnerability Type
输入验证不恰当
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
MISP MISP unspecified ~ 2.5.47 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-94379 补丁与修复 (1)

同批安全公告 · MISP · 2026-09-21 · 共 11 条

CVE-2026-94381 8.7 HIGH MISP Privilege Escalation: Read-Only API Key User Can Regain Full Role via updateLoginTime
CVE-2026-94383 8.6 HIGH MISP Blocklist Workflow Module: Arbitrary Script Execution via Unrestricted File Extension
CVE-2026-94401 8.3 HIGH MISP Arbitrary Local File Read and SSRF via MISP Export Upload
CVE-2026-94374 8.3 HIGH MISP: IDOR via Client-Supplied Report ID in Module Results Processing Allows Reparenting a
CVE-2026-94404 7.1 HIGH MISP CSRF vulnerability allows unauthorized attribute modification
CVE-2026-94393 6.4 MEDIUM MISP Event Report Cross-Event Reparenting via Unscoped UUID Resolution in editReport
CVE-2026-94277 6.3 MEDIUM MISP Galaxy Matrix 存储型跨站脚本漏洞
CVE-2026-94372 6.3 MEDIUM Stored Cross-Site Scripting via Unescaped Galaxy Cluster Tag Names in MISP Default Theme G
CVE-2026-94394 6.3 MEDIUM MISP ObjectReferencesController: Granular Distribution and Sharing Group Restrictions Bypa
CVE-2026-94373 6.3 MEDIUM MISP DOM-based Cross-Site Scripting via innerHTML in Contextual Menu

IV. Related Vulnerabilities

V. Comments for CVE-2026-94379

暂无评论


发表评论