CVE-2026-10861

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.
Configurations

Configuration 1 (hide)

cpe:2.3:a:misp:misp:*:*:*:*:*:*:*:*

History

08 Jun 2026, 13:56

Type Values Removed Values Added
First Time Misp
Misp misp
CPE cpe:2.3:a:misp:misp:*:*:*:*:*:*:*:*
References () https://github.com/MISP/MISP/commit/ae760b7bf534f2798810d59a1f961b31adb3443e - () https://github.com/MISP/MISP/commit/ae760b7bf534f2798810d59a1f961b31adb3443e - Patch
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 6.1

04 Jun 2026, 14:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-04 14:16

Updated : 2026-06-08 13:56


NVD link : CVE-2026-10861

Mitre link : CVE-2026-10861

CVE.ORG link : CVE-2026-10861


JSON object : View

Products Affected

misp

  • misp
CWE
CWE-601

URL Redirection to Untrusted Site ('Open Redirect')