SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-86351

MEDIUM · CVSS 6.1 EPSS 0.19% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-07 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

MISP versions up to 2.5.45 are vulnerable due to inadequate validation of user-configurable homepage settings, allowing attackers to inject protocol-relative URLs that redirect users to external sites post-login. This could lead to phishing attacks or unauthorized access to sensitive information. Organizations using affected versions should prioritize this vulnerability to mitigate potential exploitation risks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-86351
Severity
MEDIUM
CVSS
6.1
EPSS
0.19%

Original NVD Description

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

Related CVEs

Other vulnerabilities affecting the same vendor(s)