LiveActive security incident?Get immediate response
CVE Record

CVE-2020-25725: In Xpdf 4.02, SplashOutputDev::endType3Char(GfxState *state) SplashOutputDev.cc:3079 is trying to use the f...

In Xpdf 4.02, SplashOutputDev::endType3Char(GfxState *state) SplashOutputDev.cc:3079 is trying to use the freed `t3GlyphStack->cache`, which causes an `heap-use-after-free` problem. The codes of a previous fix for nested Type 3 characters wasn't correctly handling the case where a Type 3 char referred to another char in the same Type 3 font.

MediumCVSS 5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2020-25725 is a memory safety flaw in Xpdf 4.02. A specially crafted PDF involving Type 3 fonts could trigger a crash through use of freed memory. The business impact is mainly service or workstation disruption, not data theft, based on the supplied CVSS vector.

Executive priority

Treat as a routine but real availability risk. Patch through normal vulnerability management, with faster handling for desktops, servers, or automation that process external PDFs. There is no source-backed evidence here of active exploitation or data compromise.

Technical view

Xpdf 4.02 mishandles nested Type 3 characters when a character refers to another character in the same Type 3 font. In SplashOutputDev::endType3Char, t3GlyphStack->cache can be used after it is freed, causing a CWE-416 heap-use-after-free with high availability impact.

Likely exposure

Exposure is limited to environments running Xpdf 4.02, especially where users or workflows open PDFs from untrusted or external sources. The bundle does not identify other affected products.

Exploitation context

The supplied sources do not show CISA KEV listing or active exploitation. The CVSS vector indicates local attack vector, low complexity, low privileges, required user interaction, no confidentiality or integrity impact, and high availability impact.

Researcher notes

The key technical evidence is a heap-use-after-free in Xpdf 4.02 involving Type 3 font cache handling after an incomplete prior fix for nested Type 3 characters. Patch details and exact fixed upstream version are not provided in the bundle.

Mitigation direction

  • Inventory systems and packages for Xpdf 4.02.
  • Review Glyph & Cog, Red Hat, and Fedora guidance for available fixes.
  • Update Xpdf or distro packages when vendor-supported fixes are available.
  • Limit opening untrusted PDFs on affected systems until remediated.
  • Prioritize hosts that process external PDFs regularly.

Validation and detection

  • Confirm whether Xpdf 4.02 is installed or packaged in managed images.
  • Check package advisory metadata for the Fedora or vendor-remediated build.
  • Identify workflows that open customer, email, or internet-sourced PDFs.
  • Review crash reports involving Xpdf PDF rendering or Type 3 fonts.
Prepared
Confidence
medium
Sources
6

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-416: 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-2020-25725 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
5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/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
0Timeline events
0ADP providers
5Source links

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
5CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H1.33.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5Medium
CVSS 3.1 vector shape for CVE-2020-25725Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Glyph & Cogxpdf4.02Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-416 · source CWE mapping

Use After Free

Use After Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.