CVE Catalog

CVE-2026-86351

MediumCVSS 5.1
Published: Translated: NVD NIST

Summary

In MISP up to version 2.5.45, the validation of the user-configurable homepage only checks if the path starts with '/', which is insufficient. Protocol-relative URLs like '//attacker.example' also start with '/' but resolve to an external origin in browsers. The vulnerable homepage value can be stored and used in post-login routing.

Risk Assessment

The risk is an open redirect after login, which could be exploited for phishing or session theft.

Recommendation

It is recommended to update MISP to a version above 2.5.45, which includes the fix introducing the InternalRedirectValidator.

Other vulnerabilities in MISP

See all
Original NVD description (English source)

Affected versions of MISP validate the user-configurable homepage by checking only whether the supplied path begins with /. That check is insufficient because protocol-relative URLs such as //attacker.example also begin with / but resolve to an external origin in browsers. The vulnerable homepage value can be stored as a user setting and later used by the post-login routing logic. The commit explicitly identifies //attacker.example as a payload that passed validation and was emitted to the Location header after login. The fix introduces a shared InternalRedirectValidator that rejects URLs containing a host, scheme, userinfo, unsafe leading // or /\, malformed URLs, and control characters. It also revalidates homepage settings on read so legacy or internally written unsafe values cannot bypass the new storage-time validation. Version affected: ≤2.5.45

Vulnerability data from NVD (NIST) · CISA KEV · EPSS