CVE-2026-25755
HIGH WAF: Medium
CVSS 8.8
Published: 2026-02-19
CWE-94
jsPDF is a library to generate PDFs in JavaScript. Prior to 4.2.0, user control of the argument of the `addJS` method allows an attacker to inject arbitrary PDF objects into the generated document. By crafting a payload that escapes the JavaScript string delimiter, an attacker can execute malicious actions or alter the document structure, impacting any user who opens the generated PDF. The vulnerability has been fixed in [email protected]. As a workaround, escape parentheses in user-provided JavaScript code before passing them to the `addJS` method.
WAF Coverage Analysis
Code Injection
Medium WAF Coverage
OWASP: A03:2021 Injection
932xxx - Remote Code Execution 933xxx - PHP Injection 934xxx - Node.js / Generic Injection
Affected Software
| Vendor | Product | Version |
|---|---|---|
| parall | jspdf | up to 4.2.0 |
References
- github.com (Exploit, Mitigation, Third Party Advisory)
- github.com (Patch)
- github.com (Release Notes)
- github.com (Vendor Advisory)