Vulnerability Description
A flaw was found in xdgmime. A heap-based buffer overflow can be triggered in _xdg_mime_magic_parse_magic_line() in the xdgmimemagic.c file on little-endian systems when an attacker-controlled MIME magic file in a user-writable XDG data location (e.g., in the $XDG_DATA_HOME/mime/magic path) is parsed by an application performing MIME type detection (e.g., via g_content_type_guess()). When performing byte-swap, incorrect pointer arithmetic on the write side causes an out-of-bounds write of 2 bytes, resulting in an application crash or memory corruption.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://access.redhat.com/security/cve/CVE-2026-16118
- https://bugzilla.redhat.com/show_bug.cgi?id=2501732
- https://gitlab.freedesktop.org/xdg/xdgmime/-/work_items/41
- https://gitlab.freedesktop.org/xdg/xdgmime/-/work_items/41
FAQ
What is CVE-2026-16118?
CVE-2026-16118 is a vulnerability with a CVSS score of 7.1 (HIGH). A flaw was found in xdgmime. A heap-based buffer overflow can be triggered in _xdg_mime_magic_parse_magic_line() in the xdgmimemagic.c file on little-endian systems when an attacker-controlled MIME ma...
How severe is CVE-2026-16118?
CVE-2026-16118 has been rated HIGH with a CVSS base score of 7.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-16118?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.