CVE Catalog

CVE-2026-90957

MediumCVSS 5.1
Published: Updated: Translated: NVD NIST

Summary

Affected versions of MISP serve uploaded SVG images inline without a restrictive browser sandbox. Malicious scripts inside SVG can execute when the SVG is navigated to directly or embedded as a document, running on the MISP origin with the viewer's session. This affects organisation SVG logos and event-report SVG pictures. The vulnerable behavior is on the serve path, not merely the upload path. Version affected: ≤2.5.45.

Risk Assessment

An attacker can steal a user's session or execute malicious code in the MISP context, potentially leading to account takeover or data confidentiality breach.

Recommendation

Update MISP to a version above 2.5.45 that includes the fix, and consider disabling SVG support if not essential.

Other vulnerabilities in MISP

See all
Original NVD description (English source)

Affected versions of MISP serve uploaded SVG images inline without a restrictive browser sandbox. The commit explains that SVG files are XML documents rather than passive bitmap images. While scripts inside SVG do not execute when the SVG is rendered through a normal <img>, they can execute when the SVG is navigated to directly or embedded as a document. In that case, malicious <script> elements, event handlers, or javascript: URLs execute on the MISP origin with the viewer’s session. The affected use cases include:  - organisation SVG logos;  - event-report SVG pictures. Importantly, the vulnerable behavior is on the serve path, not merely the upload path: the patch notes that a malicious SVG uploaded while SVG support was enabled could remain dangerous even after uploads were later disabled. Version affected: ≤2.5.45

Vulnerability data from NVD (NIST) · CISA KEV · EPSS