CVE-2026-10856 Details
Description
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.
A URL validation vulnerability has been identified in the MISP dashboard button widget. This flaw allows a crafted URL that appears relative to be accepted as a local path, while browsers interpret it as an external URL. The validation process incorrectly rejects URLs with an explicit scheme, host, or user component, but fails to filter out paths that start with a slash followed by a backslash, such as '/\example.com'. Some browsers convert backslashes in URLs to forward slashes, potentially turning this into a scheme-relative external navigation target. Additionally, the href attribute of the generated link combined the reconstructed URL with the original URL, raising the risk of creating unsafe or malformed links. An attacker who can modify a dashboard button URL could create a button that seems to direct users within the application but actually leads to an external site controlled by the attacker, potentially for phishing, credential theft, or social engineering purposes.
Users can update to MISP version 2.5.39, where this vulnerability has been addressed.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Jun 4, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/MISP/MISP/commit/f879f16fb5db7a9aab0a70fdcafea12ce4847e9a | CIRCL | Patch |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-601 | URL Redirection to Untrusted Site ('Open Redirect') | CIRCL |
Affected Products
| Product | Versions |
|---|---|
| misp-project misp | < 2.5.39 |
CPE
Remediation
| |
Change History
6 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 22, 2026 | CVE Translated | [email protected] |
| Jun 22, 2026 | CPE Deprecation Remap | [email protected] |
| Jun 17, 2026 | CVE Modified | CIRCL |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Jun 8, 2026 | Initial Analysis | [email protected] |
| Jun 4, 2026 | New CVE Received | CIRCL |