---
id: CVE-2026-24737
title: jsPDF is a library to generate PDFs in JavaScript
summary: >-
  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 u…
severity: high
cvss: 8.1
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N'
cwe:
  - CWE-116
  - CWE-917
vendor: parall
product: jspdf
affected:
  - jspdf < 4.1.0
patched:
  - jspdf 4.1.0
published: '2026-02-02'
updated: '2026-06-30'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-24737'
references:
  - url: >-
      https://github.com/parallax/jsPDF/commit/da291a5f01b96282545c9391996702cdb8879f79
    label: security-advisories@github.com
  - url: 'https://github.com/parallax/jsPDF/releases/tag/v4.1.0'
    label: security-advisories@github.com
  - url: 'https://github.com/parallax/jsPDF/security/advisories/GHSA-pqxr-3g65-p328'
    label: security-advisories@github.com
  - url: 'https://access.redhat.com/errata/RHSA-2026:4466'
    label: 0b0ca135-0b70-47e7-9f44-1890c2a1c46c
  - url: 'https://access.redhat.com/errata/RHSA-2026:4467'
    label: 0b0ca135-0b70-47e7-9f44-1890c2a1c46c
  - url: 'https://access.redhat.com/security/cve/CVE-2026-24737'
    label: 0b0ca135-0b70-47e7-9f44-1890c2a1c46c
  - url: 'https://bugzilla.redhat.com/show_bug.cgi?id=2436115'
    label: 0b0ca135-0b70-47e7-9f44-1890c2a1c46c
  - url: >-
      https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-24737.json
    label: 0b0ca135-0b70-47e7-9f44-1890c2a1c46c
tags:
  - nvd
epss: 0.00545
epssPercentile: 0.43292
ingestedAt: '2026-07-03T18:53:52.154Z'
---

## Overview

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.

## Affected

- `jspdf < 4.1.0`

## Remediation

Upgrade past the affected range:

- `jspdf 4.1.0`
