LiveActive security incident?Get immediate response
CVE Record

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

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
high
Sources
5

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2025-46206 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
3Timeline events
1ADP providers
4Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical Impact: partial

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
6.5CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H2.83.6CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

6.5Medium
CVSS 3.1 vector shape for CVE-2025-46206Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

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.