CVE-2024-12326 MEDIUM

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

Vendor Jirafeau Project
Product Jirafeau
Weakness CWE-79 · XSS
Published December 6, 2024
Last update December 30, 2024

CVSS base score

6.1/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction Required
Confidentiality Low
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

December 6, 2024 CVE published
December 30, 2024 Record updated