Home

Description

Jirafeau normally prevents browser preview for text files due to the possibility that for example SVG and HTML documents could be exploited for cross site scripting. This was done by storing the MIME type of a file and allowing only browser preview for MIME types beginning with image (except for image/svg+xml, see CVE-2022-30110, CVE-2024-12326 and CVE-2025-7066), video and audio. However, it was possible to bypass this check by sending a manipulated HTTP request with an invalid MIME type like image. When doing the preview, the browser tries to automatically detect the MIME type resulting in detecting SVG and possibly executing JavaScript code. To prevent this, MIME sniffing is disabled by sending the HTTP header X-Content-Type-Options: nosniff.

PUBLISHED Reserved 2026-01-27 | Published 2026-01-28 | Updated 2026-01-28 | Assigner GitLab




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

Problem types

CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Product status

Default status
unaffected

Any version before 4.7.1
affected

Credits

Yann Cam, Killian Chevrier, Patrick Canterino finder

References

gitlab.com/...ommit/747afb20bfcff14bb67e40e7035d47a6311ba3e1

www.cve.org/CVERecord?id=CVE-2022-30110

www.cve.org/CVERecord?id=CVE-2024-12326

www.cve.org/CVERecord?id=CVE-2025-7066

cve.org (CVE-2026-1466)

nvd.nist.gov (CVE-2026-1466)

Download JSON