CRITICAL🇵🇱 Wersja polska

CVE-2026-31938

CVSS 9.6v3.1pub. 2026-03-18upd. 2026-08-18

jsPDF is a library to generate PDFs in JavaScript. Prior to version 4.2.1, user control of the `options` argument of the `output` function allows attackers to inject arbitrary HTML (such as scripts) into the browser context the created PDF is opened in. The vulnerability can be exploited in the following scenario: the attacker provides values for the output options, for example via a web interface. These values are then passed unsanitized (automatically or semi-automatically) to the attack victim. The victim creates and opens a PDF with the attack vector using one of the vulnerable method overloads inside their browser. The attacker can thus inject scripts that run in the victims browser context and can extract or modify secrets from this context. The vulnerability has been fixed in jspdf@4.2.1. As a workaround, sanitize user input before passing it to the output method.

🤖 AI Analysis
How it works

The attacker controls the values of the `options` argument passed to the jsPDF library's `output()` function — for example through a form or other web application interface. These values are then passed without sanitization to the victim, who generates and opens the PDF file in a browser using one of the vulnerable method overloads. Lack of input validation allows embedding malicious HTML or JavaScript code in the PDF file, which is executed in the victim's browser context.

Impact

An attacker can execute arbitrary JavaScript code in the victim's browser, enabling theft or modification of sensitive data (e.g., sessions, tokens, form data) accessible in the given browser context.

Mitigation & patch

The jsPDF library should be updated to version 4.2.1 or newer. As a temporary workaround — sanitize user input data before passing it to the output() method.

Who is affected

jsPDF library (Parallax) in versions prior to 4.2.1

Analysis generated by Claude AI (Anthropic) based on NVD data. Always verify with vendor.
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:L
  • Parall Jspdf

    APP
    Parall
    < 4.2.1
🔵
CHECK WITH VENDOR
No clear patch data available. Check vendor references.
Tags
XSS
CWE
References

Related vulnerabilities

CVE-2025-68428CRITICAL9.2PL ✓same product

Path traversal w jsPDF (Node.js) umożliwia odczyt dowolnych plików

CVE-2026-31898HIGH8.1same product

jsPDF is a library to generate PDFs in JavaScript. Prior to version 4.2.1, user control of arguments of the `c...

CVE-2026-25940HIGH8.1same product

jsPDF is a library to generate PDFs in JavaScript. Prior to 4.2.0, user control of properties and methods of t...

CVE-2026-25535HIGH8.7same product

jsPDF is a library to generate PDFs in JavaScript. Prior to 4.2.0, user control of the first argument of the `...

CVE-2026-25755HIGH8.1same product

jsPDF is a library to generate PDFs in JavaScript. Prior to 4.2.0, user control of the argument of the `addJS`...