CVE-2026-85237
8.6MISP · MISP
A lack of brute-force protection in MISP's email-based OTP authentication flow allows authenticated users to bypass multi-factor authentication via excessive verification attempts.
Executive summary
A vulnerability in the MISP email-based OTP authentication flow allows an attacker with primary credentials to bypass multi-factor authentication, posing a high risk of unauthorized account access.
Vulnerability
This vulnerability involves an improper restriction of excessive authentication attempts (CWE-307) within the email_otp() endpoint, which lacks rate limiting for OTP verification. An attacker who has already obtained a user's primary credentials can perform an unrestricted number of guesses to bypass the second authentication factor.
Business impact
Successful exploitation of this flaw allows unauthorized actors to bypass multi-factor authentication, leading to full account compromise. Given the CVSS score of 8.6, this represents a high-severity risk to the confidentiality and integrity of sensitive intelligence data managed within MISP. Unauthorized access could result in the exfiltration of classified threat information or the manipulation of intelligence feeds, causing significant reputational and operational damage.
Remediation
Immediate Action: Update MISP to the latest version that integrates brute-force protection into the email OTP flow, as identified in the vendor security advisory.
Proactive Monitoring: Review authentication and access logs for patterns indicative of brute-force attempts, such as high frequencies of failed OTP requests originating from a single user account.
Compensating Controls: Ensure that account lockout policies are strictly enforced at the identity provider level and monitor for concurrent login sessions that deviate from established user behavior baselines.
Exploitation status
Public Exploit Available: No
Analyst recommendation
This vulnerability presents a significant risk to the integrity of authentication within the MISP platform. Administrators must prioritize updating the software to the version containing the integrated brute-force protection mechanisms. Failure to remediate this flaw leaves accounts vulnerable to credential-based attacks that bypass secondary security layers, potentially exposing sensitive intelligence assets to unauthorized parties.
More MISP CVEs
Sources
Originally found and disclosed by Scottish Government — National Cyber Team, Peter James, with Andras Iklody (remediation developer), per the CVE Program record.