CVE-2025-46206: An issue in Artifex mupdf 1.25.6, 1.25.5 allows a remote attacker to cause a denial of service via an infin...
An issue in Artifex mupdf 1.25.6, 1.25.5 allows a remote attacker to cause a denial of service via an infinite recursion in the `mutool clean` utility. When processing a crafted PDF file containing cyclic /Next references in the outline structure, the `strip_outline()` function enters infinite recursion
Security readout for executives and security teams
Plain-English summary
CVE-2025-46206 is a denial-of-service flaw in Artifex MuPDF’s mutool clean utility. A specially crafted PDF can make the tool recurse indefinitely while processing document outlines, potentially hanging or crashing PDF-processing jobs. It affects MuPDF 1.25.5 and 1.25.6 per the CVE description.
Executive priority
Treat as a near-term availability risk for PDF-processing services, not an emergency unless untrusted PDFs are processed at scale. Prioritize remediation for internet-facing upload workflows and business-critical document pipelines.
Technical view
The issue is CWE-674 uncontrolled recursion in strip_outline(). PDFs with cyclic /Next references in the outline structure can trigger infinite recursion during mutool clean processing. CVSS 3.1 is 6.5: network deliverable, low complexity, no privileges, user interaction required, high availability impact, no confidentiality or integrity impact.
Likely exposure
Exposure is most relevant where MuPDF 1.25.5 or 1.25.6 mutool clean processes untrusted PDFs, such as document conversion, sanitization, ingestion, or automated cleanup pipelines.
Exploitation context
The sources describe crafted-file denial of service, not data theft or code execution. CISA KEV status is false in the provided bundle, and no cited source confirms active exploitation. A public GitHub disclosure is referenced, so defenders should assume technical details are accessible.
Researcher notes
The public record ties the bug to cyclic PDF outline /Next references and an upstream MuPDF commit. The affected range is stated as 1.25.5 and 1.25.6, but the provided bundle does not name a fixed release version.
Mitigation direction
Identify systems using MuPDF 1.25.5 or 1.25.6, especially mutool clean automation.
Review Artifex/Ghostscript guidance and apply the upstream fix or supported release when available.
Avoid processing untrusted PDFs with vulnerable mutool clean versions until remediated.
Run PDF-processing jobs with resource limits and isolation to reduce service impact.
Validation and detection
Inventory MuPDF and mutool versions across servers, containers, CI jobs, and document-processing workflows.
Confirm whether mutool clean is invoked on externally supplied or user-uploaded PDFs.
Check vendor release notes or the referenced commit for the applied fix.
Monitor PDF-processing services for hangs, recursion failures, or abnormal resource consumption.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-674: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-674 · source CWE mapping
Uncontrolled Recursion
Uncontrolled Recursion represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.