CVE-2025-68428

CRITICAL EPSS 66.4%
Published Jan 5, 20265mo ago · Modified Jun 17, 20261w ago
9.2 CVSS 4.0
Critical
Find Similar
Published Jan 5, 2026 5mo ago
Last Modified Jun 17, 2026 1w ago

Description

jsPDF is a library to generate PDFs in JavaScript. Prior to version 4.0.0, user control of the first argument of the loadFile method in the node.js build allows local file inclusion/path traversal. If given the possibility to pass unsanitized paths to the loadFile method, a user can retrieve file contents of arbitrary files in the local file system the node process is running in. The file contents are included verbatim in the generated PDFs. Other affected methods are `addImage`, `html`, and `addFont`. Only the node.js builds of the library are affected, namely the `dist/jspdf.node.js` and `dist/jspdf.node.min.js` files. The vulnerability has been fixed in jsPDF@4.0.0. This version restricts file system access per default. This semver-major update does not introduce other breaking changes. Some workarounds areavailable. With recent node versions, jsPDF recommends using the `--permission` flag in production. The feature was introduced experimentally in v20.0.0 and is stable since v22.13.0/v23.5.0/v24.0.0. For older node versions, sanitize user-provided paths before passing them to jsPDF.

CVSS Details

Base Score
9.2
Exploitability
Impact
Vector string
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction None
Scope X

Threat Intelligence

EPSS Exploit Probability
66.4% percentile
Exploit & Patch Status
No Known Exploit
Patch Available

Weaknesses 3

CWE-22 Path Traversal Resource Mgmt
CWE-35
CWE-73

Affected Products 1

VendorProductVersionRange
paralljspdf* <4.0.0

References 3

  • github.com https://github.com/parallax/jsPDF/commit/a688c8f479929b24a6543b1fa2d6364abb03066d
    Patch
  • github.com https://github.com/parallax/jsPDF/releases/tag/v4.0.0
    ProductRelease Notes
  • github.com https://github.com/parallax/jsPDF/security/advisories/GHSA-f8cm-6447-x5h2
    Third Party Advisory

Remediation

  • github.com https://github.com/parallax/jsPDF/commit/a688c8f479929b24a6543b1fa2d6364abb03066d
    Patch