Cyber Resilience

CVE-2025-0899

High

Published: 11 February 2025

Published
11 February 2025
Modified
12 February 2025
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0042 62.1th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-0899 is a high-severity Use After Free (CWE-416) vulnerability in Pdf-Xchange Pdf-Xchange Editor. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Client Execution (T1203); ranked in the top 37.9% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 RA-5 (Vulnerability Monitoring and Scanning) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2025-0899 is a use-after-free vulnerability in the AcroForm handling code of PDF-XChange Editor. The flaw stems from insufficient validation of object existence before performing operations, allowing memory corruption that leads to arbitrary code execution within the context of the affected process. The issue was originally reported as ZDI-CAN-25349 and carries a CVSS 3.1 score of 8.8.

Remote attackers can exploit the vulnerability by supplying a malicious PDF or directing a victim to a malicious page. Successful exploitation requires user interaction, after which an attacker gains the ability to execute arbitrary code on the target system.

The sole public reference is the Zero Day Initiative advisory ZDI-25-061, which documents the issue but provides no additional mitigation details in the available record.

EPSS scores for this CVE rose from a low baseline to a peak of 0.0146 on 2026-03-14 before receding to the current value of 0.0042, indicating a temporary increase in exploitation interest after disclosure.

EU & UK References

Vulnerability details

PDF-XChange Editor AcroForm Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of PDF-XChange Editor. User interaction is required to exploit this vulnerability in that the target must visit a malicious page…

more

or open a malicious file. The specific flaw exists within the handling of AcroForms. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-25349.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
T1204.002 Malicious File Execution
An adversary may rely upon a user opening a malicious file in order to gain execution.
Why these techniques?

Use-after-free in PDF client app directly enables arbitrary code execution upon opening malicious file (T1203 Exploitation for Client Execution + T1204.002 User Execution: Malicious File).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-0907Same product: Pdf-Xchange Pdf-Xchange Editor
CVE-2025-0911Same product: Pdf-Xchange Pdf-Xchange Editor
CVE-2025-0903Same product: Pdf-Xchange Pdf-Xchange Editor
CVE-2025-0905Same product: Pdf-Xchange Pdf-Xchange Editor
CVE-2025-0902Same product: Pdf-Xchange Pdf-Xchange Editor
CVE-2025-0906Same product: Pdf-Xchange Pdf-Xchange Editor
CVE-2025-0908Same product: Pdf-Xchange Pdf-Xchange Editor
CVE-2025-0901Same product: Pdf-Xchange Pdf-Xchange Editor
CVE-2025-0904Same product: Pdf-Xchange Pdf-Xchange Editor
CVE-2025-0909Same product: Pdf-Xchange Pdf-Xchange Editor

Affected Assets

pdf-xchange
pdf-xchange editor
≤ 10.4.1.389

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly remediates the use-after-free vulnerability in PDF-XChange Editor's AcroForm handling by requiring timely installation of vendor-provided patches.

prevent

Implements memory protection mechanisms such as ASLR, DEP, and stack canaries that mitigate exploitation of use-after-free flaws even if unpatched.

detect

Enables detection of systems affected by CVE-2025-0899 through vulnerability scanning for outdated PDF-XChange Editor installations.

References