Skip to main content

MISP CVE-2026-10856

| EUVDEUVD-2026-34262 MEDIUM
URL Redirection to Untrusted Site (Open Redirect) (CWE-601)
2026-06-04 CIRCL GHSA-rx96-8w86-5hhh
5.1
CVSS 4.0 · Vendor: CIRCL
Share

Severity by source

Vendor (CIRCL) PRIMARY
5.1 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:L/VI:N/VA:N/SC:L/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:Green

Primary rating from Vendor (CIRCL) · only source for this CVE.

CVSS VectorVendor: CIRCL

Attack Vector
Network
Attack Complexity
Low
Privileges Required
High
User Interaction
None
Scope
X

Lifecycle Timeline

4
Source Code Evidence Fetched
Jun 04, 2026 - 16:24 vuln.today
Analysis Generated
Jun 04, 2026 - 16:24 vuln.today
CVSS changed
Jun 04, 2026 - 14:22 NVD
5.1 (MEDIUM)
CVE Published
Jun 04, 2026 - 13:17 nvd
UNKNOWN (no severity yet)

DescriptionCVE.org

A URL validation flaw in the MISP dashboard button widget allowed a crafted relative-looking URL to be accepted as a local path while being interpreted by browsers as an external URL. The validation rejected URLs containing an explicit scheme, host, or user component, but did not reject paths beginning with a slash followed by a backslash, such as /\example.com. Some browsers normalize backslashes in URLs as forward slashes, which can turn this into a scheme-relative external navigation target. In addition, the generated href concatenated the reconstructed URL with the original URL, increasing the possibility of unsafe or malformed link generation.

An attacker able to configure or influence a dashboard button URL could craft a button that appears to point inside the application but redirects users to an attacker-controlled site when clicked. This could be used for phishing, credential theft, or social engineering. The patch fixes the issue by rejecting empty paths and paths starting with /\, and by emitting only the reconstructed validated URL in the anchor href.

AnalysisAI

Open redirect in MISP's dashboard button widget (versions up to and including 2.5.38) enables an authenticated, high-privileged user who controls dashboard configuration to plant a crafted button URL that appears to point internally but redirects clicking users to an attacker-controlled external site. The root cause is an incomplete URL allowlist in Button.ctp that blocked explicit schemes, hosts, and user components but did not reject paths beginning with /\ - a pattern several browsers normalize into a scheme-relative URL (i.e., //attacker.com). No public exploit exists and CISA SSVC rates exploitation as none; risk is substantially constrained by the PR:H requirement and the need for a victim to interact with the planted button.

Technical ContextAI

MISP (Malware Information Sharing Platform) is an open-source threat intelligence sharing platform maintained by CIRCL. The vulnerable component is Button.ctp, a PHP CakePHP view element that renders configurable dashboard button widgets. URL validation used PHP's parse_url() to reject components such as host, scheme, and user - but parse_url() does not flag paths like /\example.com as malicious; the path component simply reads as /\example.com with no host extracted. Browsers including Chrome and Edge normalize backslashes within URL paths as forward slashes, transforming /\example.com into //example.com, which is a scheme-relative reference resolved against the current protocol and treated as an absolute external navigation. An additional defect concatenated the reconstructed betterUrl with the original $url in the href, further increasing the risk of malformed or unsafe link generation. CWE-601 (URL Redirection to Untrusted Site, 'Open Redirect') is the root cause class, representing a failure to fully validate the destination of a generated hyperlink before rendering it. The affected CPE is cpe:2.3:a:misp:misp:*:*:*:*:*:*:*:*.

RemediationAI

The upstream fix is available in MISP commit f879f16fb5db7a9aab0a70fdcafea12ce4847e9a, which modifies Button.ctp to reject empty paths and any path whose second character is a backslash, and also removes the double-concatenation of betterUrl and $url in the anchor href. Operators should upgrade to a MISP release incorporating this commit - the fix targets versions beyond 2.5.38, but a specific released patch version was not independently confirmed from the available references; verify the exact release tag in the MISP changelog at https://github.com/MISP/MISP/commit/f879f16fb5db7a9aab0a70fdcafea12ce4847e9a. As an interim compensating control for organizations that cannot patch immediately, restrict dashboard widget configuration permissions to the minimum set of trusted administrators, reducing the attacker's ability to plant crafted URLs. Note that this control does not eliminate the vulnerability if administrative accounts are compromised. Audit existing dashboard button widgets for URLs beginning with /\ as a detection measure.

CVE-2017-1000117 HIGH POC
8.8 Oct 05

A malicious third-party can give a crafted "ssh://..." URL to an unsuspecting victim, and an attempt to visit the URL ca

CVE-2024-52875 HIGH POC
8.8 Jan 31

GFI Kerio Control versions 9.2.5 through 9.4.5 contain an HTTP response splitting vulnerability in the dest parameter of

CVE-2016-5385 HIGH POC
8.1 Jul 19

PHP through 7.0.8 does not attempt to address RFC 3875 section 4.1.18 namespace conflicts and therefore does not protect

CVE-2013-2248 MEDIUM POC
5.8 Jul 20

Multiple open redirect vulnerabilities in Apache Struts 2.0.0 through 2.3.15 allow remote attackers to redirect users to

CVE-2012-6499 MEDIUM POC
5.8 Jan 12

Open redirect vulnerability in age-verification.php in the Age Verification plugin 0.4 and earlier for WordPress allows

CVE-2015-2863 MEDIUM POC
4.3 Jul 20

Open redirect vulnerability in Kaseya Virtual System Administrator (VSA) 7.x before 7.0.0.29, 8.x before 8.0.0.18, 9.0 b

CVE-2017-3528 MEDIUM POC
5.4 Apr 24

Vulnerability in the Oracle Applications Framework component of Oracle E-Business Suite (subcomponent: Popup windows (li

CVE-2012-0518 MEDIUM
4.7 Oct 16

Unspecified vulnerability in the Oracle Application Server Single Sign-On component in Oracle Fusion Middleware 10.1.4.3

CVE-2024-21641 MEDIUM POC
6.5 Jan 05

Flarum is open source discussion platform software. Rated medium severity (CVSS 6.5), this vulnerability is remotely exp

CVE-2015-5354 MEDIUM POC
5.8 Jul 01

Open redirect vulnerability in Novius OS 5.0.1 (Elche) allows remote attackers to redirect users to arbitrary web sites

CVE-2015-5461 MEDIUM POC
6.4 Jul 08

Open redirect vulnerability in the Redirect function in stageshow_redirect.php in the StageShow plugin before 5.0.9 for

CVE-2024-22891 CRITICAL POC
9.8 Mar 01

Nteract v.0.28.0 was discovered to contain a remote code execution (RCE) vulnerability via the Markdown link. Rated crit

Share

CVE-2026-10856 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy