External risk intelligence

MISP Authentication Bypass Vulnerability

CVE advisorySeverity: CRITICAL (CVSS 9.5)

CVE-2026-85216

MISP is a threat intelligence platform designed to be a central, network-accessible hub for sharing and managing sensitive data. Its authentication interfaces are essential components that are typically exposed to authorized users over the network, making the login surface a primary, internet-facing gateway in normal deployments.

Authentication Bypass

Halo Surface Signal: 5 out of 5 — more likely to be public-facing.

External exposure likelihood

Horizon Alert

Summary of the vulnerability and why it matters

This advisory concerns a vulnerability in MISP's authentication system that could allow an unauthenticated attacker to impersonate an existing user. Successful exploitation could lead to unauthorized access to sensitive threat intelligence data, modification or deletion of information, and other privileged operations, particularly if an administrative account is compromised. The main concern is confirming relevance and exposure.

  • Bypass user authentication via weak credentials.
  • Critical access risk to sensitive threat data.
  • Verify MISP relevance and exposure.

Attack Path

How an attacker could exploit the issue

An attacker could bypass authentication in MISP by identifying a valid user's email address and submitting an empty password. This vulnerability exists because the custom LDAP and LinOTP authentication components do not adequately validate user-supplied credentials, allowing empty or invalid values to reach the underlying authentication mechanisms. If successful, an attacker could impersonate a legitimate user, potentially gaining administrative access to sensitive data, altering configurations, or performing other privileged actions.

  • Attacker needs only an email address.
  • Triggered by empty or invalid credentials.
  • Risk of unauthorized administrative access.

Live Threat

Current exploitation, exposure, and threat context

This vulnerability could allow an unauthenticated remote attacker to impersonate existing MISP users, potentially gaining access to sensitive threat intelligence data, modifying or deleting information, or altering system configurations when the LDAP or LinOTP authentication components are used.

  • Access to sensitive threat intelligence data.
  • Bypass authentication via empty credentials.
  • Unauthorized privileged operations.

Operational Fix

Recommended remediation, mitigation, and detection steps

The MISP platform's authentication components are the responsibility of the team managing MISP instances and their integrations. This could be an internal security operations team, a threat intelligence team, or an infrastructure team depending on how MISP is deployed. The first practical step is to identify all MISP instances, verify network exposure and business criticality, locate the accountable owner for each instance, and then plan remediation based on the assessed risk.

  • MISP administrators or security operations.
  • Confirm network reachability and instance criticality.
  • Plan and coordinate an update for affected instances.

Supplementary metadata

Validate whether this threat affects your internet-facing exposure.

Halo Threat Intelligence helps prioritize remediation with Halo Surface Signal and H/A/L/O context. Start exposure validation with a free external attack surface trial.

Frequently asked questions

What is MISP and why is it used?

MISP is an open-source threat intelligence platform. Security teams use it as a central, network-accessible hub to store, manage, and share sensitive data about cyber threats. By centralizing this information, organizations can collaborate more effectively and respond to security incidents with shared knowledge.

What is the authentication bypass vulnerability in CVE-2026-85216?

This flaw belongs to the CWE-521 weakness class, which involves weak password requirements. In MISP, the custom LDAP and LinOTP login components fail to properly check for empty or non-string password inputs. Because these components do not replicate standard security checks, they may mistakenly accept an empty password as valid, allowing someone to log in as another user without knowing their actual credentials.

How does an attacker trigger this authentication bypass?

An attacker triggers this by submitting an empty password alongside a valid user's email address. The vulnerability only affects MISP instances configured to use the LDAP or LinOTP authentication components. It does not occur if these specific components are disabled or if the system is configured to exclusively use different, properly validated authentication methods.

Is my MISP instance relevant for this vulnerability?

According to Halo Surface Signal, MISP is designed as a central hub for sensitive data and its login interfaces are typically exposed to the network. If your instance is reachable over the internet or accessible to a broad user base, it is a primary gateway. You should prioritize checking your instance if it uses LDAP or LinOTP authentication, as these specific modules contain the flaw.

How should I respond to CVE-2026-85216?

Start by identifying all MISP instances within your environment and confirming which ones utilize LDAP or LinOTP for authentication. Locate the internal team responsible for managing these specific servers. Once identified, coordinate with them to apply the necessary software updates, which fix the issue by enforcing strict validation for all passwords and ensuring secure account handling.

References