CVE-2024-12326: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in Jirafeau

6.1 CVSS

Description

Jirafeau normally prevents browser preview for SVG files due to the possibility that manipulated SVG files could be exploited for cross site scripting. This was done by storing the MIME type of a file and preventing the browser preview for MIME type image/svg+xml. This issue was first reported in CVE-2022-30110. However, it was still possible to do a browser preview of a SVG file by sending a manipulated MIME type during the upload, where the case of any letter in image/svg+xml had been changed (like image/svg+XML). The check for image/svg+xml has been changed to be case insensitive.

Classification

CVE ID: CVE-2024-12326

CVSS Base Severity: MEDIUM

CVSS Base Score: 6.1

Affected Products

Vendor: Jirafeau project

Product: Jirafeau

Exploit Prediction Scoring System (EPSS)

EPSS Score: 0.04% (probability of being exploited)

EPSS Percentile: 11.44% (scored less or equal to compared to others)

EPSS Date: 2025-02-03 (when was this score calculated)

References

https://gitlab.com/jirafeau/Jirafeau/-/commit/6cfca8753d54e2025c6020b2af32529e25f58c66
https://www.cve.org/CVERecord?id=CVE-2022-30110

Timeline