CVE-2026-10861 PUBLISHED

MISP post-login open redirect via pre_login_requested_url

Assigner: CIRCL
Reserved: 04.06.2026 Published: 04.06.2026 Updated: 04.06.2026

An open redirect vulnerability existed in MISP UsersController::routeafterlogin() because the value stored in the pre_login_requested_url session key was used as the post-login redirect destination without sufficiently enforcing that it was a local application path.

An unauthenticated remote attacker could craft a link that causes a victim to visit a trusted MISP instance and, after successful authentication, be redirected to an attacker-controlled external URL. This could be abused to increase the credibility of phishing attacks, redirect users to counterfeit login pages, or deliver attacker-controlled content from an untrusted domain. CWE-601 describes this weakness as accepting user-controlled input that specifies an external link and using it in a redirect, with phishing as a common consequence.

The patch mitigates the issue by decoding and parsing the URL, rejecting URLs with a scheme, host, user component, missing or non-local path, and protocol-relative forms such as //example.com and /\example.com.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:N/SA:N/U:Green
CVSS Score: 5.1

Product Status

Vendor misp
Product misp
Versions Default: unaffected
  • affected from 0 to 2.5.38 (incl.)

Credits

  • Andras Iklody remediation developer
  • Jeroen Pinoy finder

References

Problem Types

  • CWE-601 URL Redirection to Untrusted Site ('Open Redirect') CWE

Impacts

  • CAPEC-194 Fake the Source of Data