CVE-2025-15569
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedA flaw has been found in Artifex MuPDF up to 1.26.1 on Windows. The impacted element is the function get_system_dpi of the file platform/x11/win_main.c. This manipulation causes uncontrolled search path. The attack requires local access. The attack is considered to have high complexity. The exploitability is regarded as difficult. Upgrading to version 1.26.2 is sufficient to resolve this issue. Patch name: ebb125334eb007d64e579204af3c264aadf2e244. Upgrading the affected component is recommended.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceMuPDF versions up to 1.26.1 on Windows contain an uncontrolled search path vulnerability in the get_system_dpi function within platform/x11/win_main.c. This allows a local attacker to potentially place malicious DLLs in directories searched by the application, leading to arbitrary code execution.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Local
- Complexity
- High
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Check if MuPDF is installed on WindowsSearch for mupdf.exe in common installation directories such as C:\Program Files\MuPDF, C:\Program Files (x86)\MuPDF, or check the application menu. Also search the system using: Get-ChildItem -Path C:\ -Recurse -Filter mupdf.exe -ErrorAction SilentlyContinueAffected if MuPDF executable is found on the Windows system
-
Determine the installed MuPDF versionRun 'mupdf.exe --version' from the command line in the directory where mupdf.exe is located, or right-click mupdf.exe, select Properties, and view the Details tab for the Product versionAffected if Version displays as 1.26.1 or lower, or version cannot be determined but MuPDF is present
-
Verify the Windows platformConfirm the operating system is Windows. Run 'systeminfo | findstr /B /C:"OS Name"' or check system properties. This vulnerability affects only Windows builds of MuPDFAffected if Running on Windows and the vulnerable binary is present
-
Check if the vulnerable code path exists in the executableIf possible, use a hex editor or strings tool to search within mupdf.exe for the function name 'get_system_dpi' or examine the platform/x11/win_main.c source file if available in the buildAffected if The get_system_dpi function is present in the win_main.c code and the version is 1.26.1 or lower
If MuPDF version 1.26.1 or lower is installed on Windows, the system is affected by this uncontrolled search path vulnerability in the get_system_dpi function.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade MuPDF to version 1.26.2 to remediate this vulnerability. As a defense-in-depth measure, ensure the application runs from trusted directories and that the PATH is controlled.
MuPDF 1.26.2
- 1. Download MuPDF version 1.26.2 from the official Artifex distribution source (artifex.com or the official MuPDF download page)
- 2. Verify the downloaded package integrity using checksums if provided
- 3. Uninstall or remove the existing vulnerable MuPDF installation
- 4. Install the version 1.26.2 package following standard installation procedures
- 5. Verify the installed version is 1.26.2 by checking the application version information
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation2.0 h
- Testing6.0 h
- Review / QA3.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,520.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-15569 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2025-15569 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data