CVE-2026-85216
Last modified
CVE-2026-85216 is a critical-severity vulnerability rated 9.5/10 on the CVSS scale. MISP contains an authentication bypass vulnerability in its LDAP and LinOTP authentication components due to insufficient validation of user-supplied credentials. The custom LdapAuthenticate and LinOTPAuthenticate components replace CakePHP's FormAuthenticate implementation but did not replicate its credential validation checks. As a result, empty or non-string values could reach the underlying authentication mechanisms. In the LDAP authentication path, an attacker able to identify a valid directory user's email address could submit an empty password.
Description
MISP contains an authentication bypass vulnerability in its LDAP and LinOTP authentication components due to insufficient validation of user-supplied credentials. The custom LdapAuthenticate and LinOTPAuthenticate components replace CakePHP's FormAuthenticate implementation but did not replicate its credential validation checks. As a result, empty or non-string values could reach the underlying authentication mechanisms. In the LDAP authentication path, an attacker able to identify a valid directory user's email address could submit an empty password. The empty credential could be passed to ldap_bind(), where an LDAP server accepting unauthenticated binds may return a successful result for a valid distinguished name combined with an empty password. MISP could consequently treat the attacker as the corresponding authenticated directory user without verification of the user's password. The issue also affected the LinOTP authentication component. Invalid credential types were not rejected before being processed, and when mixed authentication was enabled, an empty password could be checked against a locally stored MISP password hash. LDAP-provisioned MISP accounts could additionally be created with an empty local password because account creation skipped normal validation, resulting in a hash corresponding to an empty password. This could permit authentication through the local fallback mechanism when such an account was no longer resolved through LDAP. Successful exploitation could allow a remote unauthenticated attacker to impersonate an existing MISP user. If the targeted account has administrative or other privileged permissions, the attacker could gain corresponding access to sensitive threat-intelligence data, modify or delete information, alter configuration, or perform other privileged operations. The patch resolves the vulnerability by requiring authentication identifiers and passwords to be valid strings, rejecting empty passwords where they are not explicitly permitted, and assigning a randomly generated local password to LDAP-provisioned accounts instead of storing a hash derived from an empty password.
Metrics
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| misp | misp | <= 2.5.45 |
References
Timeline
- Published
- Last Modified
- Status
- Undergoing Analysis
Frequently Asked Questions
What is CVE-2026-85216?
How severe is CVE-2026-85216?
How do I fix CVE-2026-85216?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- 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-8521Use after free in Tab Groups in Google Chrome prior to 148.0…7.5
- CVE-2026-85210Oppia's AdminRoleHandler GET endpoint in core/controllers/ad…4.3
- CVE-2026-85211Label Studio fails to apply organization filters when resolv…7.7
- CVE-2026-85212CRMEB contains an authentication bypass vulnerability in the…8.3
- CVE-2026-85213Kill Bill through 0.24.21 fails to enforce permission annota…7.6
- CVE-2026-85214vhr fails to validate user authorization in the PUT /hr/info…8.1
- CVE-2026-8522Use after free in Downloads in Google Chrome on Mac prior to…8.8
- CVE-2026-85221MISP contains an improper TLS certificate validation vulnera…7.6
- CVE-2026-85222A vulnerability has been found in D-Link DNS-340L 1.01B04. A…9.1
- CVE-2026-85223A vulnerability was found in D-Link DNS-340L 1.01B04. Affect…9.9
- CVE-2026-85224A vulnerability was determined in D-Link DNS-320 ShareCenter…9.1
- CVE-2026-85225A vulnerability was identified in code-projects Doctor Appoi…7.3
Are you affected by CVE-2026-85216?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
