Cyber Resilience

CVE-2026-24737

RCE in Parall Jspdf ≤ 4.1.0

Public PoCRCE
Published
02 February 2026
Modified
20 July 2026
Patch / advisory
CVSS Score v3.1 8.1
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N
EPSS Score 0.0052 42th percentile
Risk Priority 60 floored blend · peak EPSS

Summary

CVE-2026-24737 is a high-severity Improper Encoding or Escaping of Output (CWE-116) vulnerability in Parall Jspdf. Its CVSS base score is 8.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Content Injection (T1659); ranked at the 42th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) and SA-8 (Security and Privacy Engineering Principles) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2026-24737 is a high-severity vulnerability in the jsPDF JavaScript library, which is used to generate PDFs in web applications, prior to version 4.1.0. The issue stems from improper input handling in the Acroform module, allowing user-controlled properties and methods—specifically AcroformChoiceField.addOption, AcroformChoiceField.setOptions, AcroFormCheckBox.appearanceState, and AcroFormRadioButton.appearanceState—to inject arbitrary PDF objects, such as JavaScript actions. Published on 2026-02-02, it is rated 8.1 on the CVSS v3.1 scale (AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N) and maps to CWE-116 (Improper Encoding or Escaping of Output).

An attacker can exploit this vulnerability by supplying unsanitized input to the affected APIs during PDF generation in a web context. This enables the creation of a malicious PDF that executes injected JavaScript actions when opened by a victim in a PDF reader, requiring user interaction such as clicking to open the file. Remote attackers need no privileges and face low complexity, potentially achieving high impacts on confidentiality and integrity, such as data theft or manipulation within the victim's environment.

Mitigation is provided in jsPDF version 4.1.0, which patches the vulnerable API members. Security advisories recommend updating to this version immediately. Details are available in the GitHub security advisory (GHSA-pqxr-3g65-p328), release notes for v4.1.0, and the fixing commit (da291a5f01b96282545c9391996702cdb8879f79).

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

jsPDF is a library to generate PDFs in JavaScript. Prior to 4.1.0, user control of properties and methods of the Acroform module allows users to inject arbitrary PDF objects, such as JavaScript actions. If given the possibility to pass unsanitized…

more

input to one of the following methods or properties, a user can inject arbitrary PDF objects, such as JavaScript actions, which are executed when the victim opens the document. The vulnerable API members are AcroformChoiceField.addOption, AcroformChoiceField.setOptions, AcroFormCheckBox.appearanceState, and AcroFormRadioButton.appearanceState. The vulnerability has been fixed in jsPDF@4.1.0.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1659 Content Injection Initial Access
Adversaries may gain access and continuously communicate with victims by injecting malicious content into systems through online network traffic.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2026-25940Same product: Parall Jspdf
CVE-2026-31898Same product: Parall Jspdf
CVE-2026-25755Same product: Parall Jspdf
CVE-2026-24043Same product: Parall Jspdf
CVE-2026-31938Same product: Parall Jspdf
CVE-2025-68428Same product: Parall Jspdf
CVE-2025-57810Same product: Parall Jspdf
CVE-2025-29907Same product: Parall Jspdf
CVE-2026-25535Same product: Parall Jspdf
CVE-2026-24133Same product: Parall Jspdf

Affected Assets

parall
jspdf
≤ 4.1.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V1.1.2
  • V1.2.1
  • V1.2.3
  • V1.3.2

Mitigating Controls (NIST 800-53 r5) AI

Input validation directly requires checking and neutralizing special elements in externally influenced data before it is used to build executable statements such as EL expressions.

Security engineering principles include requirements for safe construction and sanitization of dynamic statements, structurally preventing expression-language injection at design time.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require proper output encoding to prevent injection and message malformation.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Secure coding standards explicitly require correct output encoding and escaping to preserve message structure.

finds

Security testing can detect missing or incorrect encoding but does not itself implement the control.

prevents

Secure development life cycle mandates output encoding/escaping practices that directly prevent improper encoding.

prevents

Application security requirements include explicit rules for safe output handling and encoding.

prevents

Secure architecture principles reduce the likelihood of missing encoding but do not prescribe the actual technique.

References