Severity by source
CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
6DescriptionCVE.org
A vulnerability was determined in Artifex MuPDF up to 1.28.0. The impacted element is the function fz_subset_cff_for_gids of the file subset-cff.c of the component CFF Index Handler. This manipulation causes out-of-bounds read. The attack can only be executed locally. The exploit has been publicly disclosed and may be utilized. The project was informed of the problem early through a bug report but has not responded yet.
AnalysisAI
Out-of-bounds read in Artifex MuPDF up to version 1.28.0 within the CFF Index Handler's fz_subset_cff_for_gids function allows local attackers with low privileges to disclose sensitive information from application memory. The vulnerability requires local access and low privilege level but can be triggered without user interaction; publicly available exploit code exists and the vulnerability remains unpatched as of the last vendor response.
Technical ContextAI
MuPDF is a lightweight PDF and document viewer library that includes support for parsing Compact Font Format (CFF) font data embedded in PDF files. The CFF Index Handler component processes CFF font subset operations through the fz_subset_cff_for_gids function in subset-cff.c. The vulnerability stems from CWE-125 (Out-of-bounds Read), where the function fails to properly validate array bounds or index calculations when reading CFF font index structures, allowing an attacker to read adjacent memory regions beyond the intended buffer. This is a classic buffer over-read vulnerability in font parsing logic that processes untrusted CFF data from PDF documents.
RemediationAI
No vendor-released patch has been identified at the time of analysis, despite early notification to Artifex through bug tracking. Immediate remediation options are: (1) Upgrade MuPDF to a version newer than 1.28.0 if the vendor releases a patched version after this analysis; (2) For applications embedding MuPDF, apply input validation filtering to reject or sanitize CFF font data in untrusted PDF documents before processing; (3) Implement strict privilege separation - ensure MuPDF processes run with minimal required privileges and isolated from sensitive system data; (4) Restrict CFF font parsing to trusted PDF sources only, disabling CFF subset operations for documents from untrusted origins (this may break PDF rendering of certain fonts); (5) Deploy systems so that low-privilege local users cannot access sensitive data in memory shared with MuPDF processes (requires OS-level memory isolation). Monitor Artifex bug tracker (https://bugs.ghostscript.com/show_bug.cgi?id=709328) and GitHub for patched releases. The current lack of vendor response suggests either extended remediation timeline or potential discontinuation of the product line.
Stack-based buffer overflow in the xps_parse_color function in xps/xps-common.c in MuPDF 1.3 and earlier allows remote a
An issue was discovered in Artifex MuPDF before 1912de5f08e90af1d9d0a9791f58ba3afdb9d465. Rated high severity (CVSS 7.5)
Stack-based buffer overflow in jstest_main.c in mujstest in Artifex Software, Inc. Rated high severity (CVSS 7.8), this
Artifex MuPDF 1.11 allows attackers to execute arbitrary code or cause a denial of service via a crafted .xps file, rela
Artifex MuPDF 1.11 allows attackers to cause a denial of service or possibly have unspecified other impact via a crafted
Artifex MuPDF 1.11 allows attackers to cause a denial of service or possibly have unspecified other impact via a crafted
Artifex MuPDF 1.15.0 has a heap-based buffer overflow in fz_append_display_node located at fitz/list-device.c, allowing
In Artifex MuPDF 1.12.0 and earlier, a stack buffer overflow in function pdf_lookup_cmap_full in pdf/pdf-cmap.c could al
Artifex Mupdf version 1.12.0 contains a Use After Free vulnerability in fz_keep_key_storable that can result in DOS / Po
freeglut through 3.4.0 was discovered to contain a memory leak via the menuEntry variable in the glutAddMenuEntry functi
freeglut 3.4.0 was discovered to contain a memory leak via the menuEntry variable in the glutAddSubMenu function. Rated
A floating point exception (divide-by-zero) vulnerability was discovered in Artifex MuPDF 1.23.4 in functon compute_colo
Same weakness CWE-125 – Out-of-bounds Read
View allSame technique Buffer Overflow
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-26000