Impact
The vulnerability lies in MISP’s login endpoint, where the code only enforced security checks for POST and PUT HTTP methods. An attacker can send requests using any other method, such as PATCH, DELETE, or OPTIONS, thereby bypassing brute‑force protection, the email OTP two‑factor authentication, and the login‑failure logging. The result is that credential‑guessing is unrate‑limited, the second authentication factor is defeated, and audit trails are not generated, allowing potential unauthorized access to the instance.
Affected Systems
MISP (version 2.5.x before 2.5.47) is affected. Any deployment running PHP code that exposes the login page without the patch will be vulnerable.
Risk and Exploitability
The flaw is assessed with a CVSS score of 6.9, indicating a moderate to high severity. The EPSS score is not available, and the vulnerability is not listed in CISA’s KEV catalog, suggesting no known widespread exploitation yet. The likely attack vector is an unauthenticated user crafting a non‑POST/PUT HTTP request to the login endpoint, which should be reachable from the network that can reach the MISP web interface.
OpenCVE Enrichment