CVE-2026-10856
Last modified
CVE-2026-10856 is a medium-severity vulnerability rated 6.1/10 on the CVSS scale. 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. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
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
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Misp-Project | Misp | < 2.5.39 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-10856?
How severe is CVE-2026-10856?
How do I fix CVE-2026-10856?
How Strix Helps
- One Click Account Takeover in GranolaHow a notification link broke out of Electron and led to a one-click account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-10849The hawkBit device management client in subsys/mgmt/hawkbit …7.5
- CVE-2026-1085The True Ranker plugin for WordPress is vulnerable to Cross-…4.3
- CVE-2026-10850Plane CE 1.3.1 allows a low-privileged project member to sub…5.4
- CVE-2026-10852IBM WebSphere Application Server and IBM WebSphere Applicati…7.5
- CVE-2026-10854A visibility control issue in the event template creation wo…4.3
- CVE-2026-10855An authorization flaw existed in the MISP Event Template Imp…4.3
- CVE-2026-10857Improper neutralization of input during web page generation …6.1
- CVE-2026-1086The Font Pairing Preview For Landing Pages plugin for WordPr…4.3
- CVE-2026-10860A logic error in the MISP CRUD component delete handler allo…6.5
- CVE-2026-10861An open redirect vulnerability existed in MISP UsersControll…6.1
- CVE-2026-10862The Accordions plugin for WordPress is vulnerable to Stored …6.4
- CVE-2026-10863A security issue was fixed in the correlations over-correlat…8.1
Are you affected by CVE-2026-10856?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
