CVE-2026-24737: jsPDF has a PDF Injection in AcroFormChoiceField which allows Arbitrary JavaScript Execution
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 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.
Security readout for executives and security teams
Plain-English summary
CVE-2026-24737 affects jsPDF before 4.1.0. If an application lets untrusted users influence certain PDF form fields, they may inject PDF objects, including JavaScript actions, into generated documents. The harmful content runs when a victim opens the PDF, so business risk depends on where jsPDF-generated PDFs are created, shared, and trusted.
Executive priority
Prioritize remediation where jsPDF-generated PDFs are trusted, externally influenced, or opened by employees or customers. This is high severity because successful abuse can affect confidentiality and integrity after a victim opens a document, but the provided sources do not confirm active exploitation.
Technical view
The issue is PDF injection in jsPDF AcroForm APIs: AcroformChoiceField.addOption, AcroformChoiceField.setOptions, AcroFormCheckBox.appearanceState, and AcroFormRadioButton.appearanceState. Unsanitized input can alter PDF structure and add JavaScript actions. jsPDF versions before 4.1.0 are affected; 4.1.0 contains the fix. CVSS 3.1 is 8.3 high.
Likely exposure
Applications using parallax/jsPDF below 4.1.0 are exposed when untrusted input reaches the named AcroForm methods or properties. Exposure is higher for customer portals, document workflows, or automated PDF generation where generated PDFs are opened by staff, customers, or downstream partners.
Exploitation context
The bundle does not show CISA KEV listing or confirmed active exploitation. Exploitation requires attacker-controlled input reaching vulnerable jsPDF AcroForm members and a victim opening the generated PDF in an environment that executes embedded PDF JavaScript.
Researcher notes
Focus assessment on data flow into the named AcroForm APIs, not every jsPDF use. Viewer behavior matters because the JavaScript action executes on document open. Evidence is strong for affected versions and fixed version, but the bundle does not provide exploit-in-the-wild evidence.
Mitigation direction
Upgrade jsPDF to version 4.1.0 or later.
Inventory applications and packages using parallax/jsPDF below 4.1.0.
Block untrusted input from the affected AcroForm APIs until upgraded.
Review vendor advisories and Red Hat errata for distribution-specific guidance.
Treat generated PDFs from affected workflows as potentially unsafe until remediated.
Validation and detection
Check dependency manifests and lockfiles for jsPDF versions below 4.1.0.
Search code for the four affected AcroForm members named in the advisory.
Trace whether user-controlled data can reach those members.
Confirm deployed builds contain jsPDF 4.1.0 or later.
Review PDF-generation workflows that share documents with internal or external users.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-116: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
2CVSS vectors
5Timeline events
2ADP providers
9Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-116 · source CWE mapping
Improper Encoding or Escaping of Output
Improper Encoding or Escaping of Output represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Improper Neutralization of Special Elements used in an Expression Language Statement ('Expression Language Injection')
Improper Neutralization of Special Elements used in an Expression Language Statement ('Expression Language Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.