CVE-2026-94379
Last modified
CVE-2026-94379 is a medium-severity vulnerability rated 6.9/10 on the CVSS scale. 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.
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
Metrics
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-94379?
How severe is CVE-2026-94379?
How do I fix CVE-2026-94379?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-9436A flaw has been found in Totolink A8000RU 7.1cu.643_b2020052…9.8
- CVE-2026-94368A flaw was found in the signature verification logic of noob…7.1
- CVE-2026-9437A vulnerability has been found in DTStack Taier 1.4.0. This …6.3
- CVE-2026-94372MISP contains a stored cross-site scripting (XSS) vulnerabil…6.3
- CVE-2026-94373MISP contains a DOM-based cross-site scripting (XSS) vulnera…6.3
- CVE-2026-94374MISP contains an insecure direct object reference vulnerabil…8.3
- CVE-2026-9438A vulnerability was found in yashpokharna2555 StudentManagem…5.4
- CVE-2026-94381MISP has a security issue that can let a user gain more acce…8.7
- CVE-2026-94382Beszel before 0.19.0 contains an insecure direct object refe…4.2
- CVE-2026-94383The MISP blocklist workflow module accepted a user-supplied …8.6
- CVE-2026-94387Aureus ERP before 1.6.0 contains a stored cross-site scripti…5.4
- CVE-2026-9439A vulnerability was determined in Edimax BR-6675nD 1.12. Aff…6.3
Are you affected by CVE-2026-94379?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
