Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

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

Quick assessment

Affected
MISP MISP
Exploitation
No confirmed in-the-wild exploitation; assess based on exposure
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

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

Affected Version Matrix 1

VendorProduct Version RangeStatus
MISP MISP unspecified< 2.5.47 affected
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2026-94379

Vulnerability Information

Shenlong is analyzing...


Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
MISP: HTTP Method Bypass of Login Security Controls (Bruteforce Protection and Email OTP)
Source: 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
Source: 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
Source: CVE Program / CVE List V5
Vulnerability Type
输入验证不恰当
Source: CVE Program / CVE List V5

Affected Products

Vendor Product Affected Versions CPE Subscribe
MISP MISP unspecified ~ 2.5.47 -

II. Public POCs for CVE-2026-94379

# POC Description Source Link Shenlong Link
AI-Generated POC Premium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-94379

登录查看更多情报信息。

Patches & Fixes for CVE-2026-94379 (1)

Same Patch Batch · MISP · 2026-09-21 · 11 CVEs total

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 Stored Cross-Site Scripting in MISP Galaxy Matrix Statistics via Unescaped Galaxy Name
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

No comments yet


Leave a comment