Get a Demo

Let's Patch It!

Book a short call with one our specialists, we'll walk you through how Endor Patches work, and ask you a few questions about your environment (like your primary programming languages and repository management). We'll also send you an email right after you fill out the form, feel free to reply with any questions you have in advance!

CVE

CVE-2026-22787

html2pdf.js contains a cross-site scripting vulnerability
Back to all
CVE

CVE-2026-22787

html2pdf.js contains a cross-site scripting vulnerability

Impact

html2pdf.js contains a cross-site scripting (XSS) vulnerability when given a text source rather than an element. This text is not sufficiently sanitized before being attached to the DOM, allowing malicious scripts to be run on the client browser and risking the confidentiality, integrity, and availability of the page's data.

Example attack vector:

import html2pdf from 'html2pdf.js/src/index.js';
const maliciousHTML = '<img src=x onerror="alert(document.cookie)">';
html2pdf(maliciousHTML);
// or html2pdf().from(maliciousHTML);

Patches

This vulnerability has been fixed in html2pdf.js@0.14.0 to sanitize text sources using DOMPurify. There are no other breaking changes in this version.

Workarounds

Users of earlier versions of html2pdf.js must safely sanitize any text before using it as a source in html2pdf.js.

References

  • Initial report: https://github.com/eKoopmans/html2pdf.js/issues/865
  • Fix: https://github.com/eKoopmans/html2pdf.js/pull/877, v0.14.0
  • CVE-2026-22787: https://nvd.nist.gov/vuln/detail/CVE-2026-22787

Package Versions Affected

Package Version
patch Availability
No items found.

Automatically patch vulnerabilities without upgrading

Fix Without Upgrading
Detect compatible fix
Apply safe remediation
Fix with a single pull request

CVSS Version

Severity
Base Score
CVSS Version
Score Vector
C
H
U
8.7
-
4.0
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
C
H
U
0
-
C
H
U
8.3
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:L

Related Resources

No items found.

References

https://github.com/eKoopmans/html2pdf.js/security/advisories/GHSA-w8x4-x68c-m6fc, https://nvd.nist.gov/vuln/detail/CVE-2026-22787, https://github.com/eKoopmans/html2pdf.js/issues/865, https://github.com/eKoopmans/html2pdf.js/pull/877, https://github.com/eKoopmans/html2pdf.js/commit/988826e336035b39a8608182d7b73c0e3cd78c7b, https://aydinnyunus.github.io/2026/01/17/cve-2026-22787-html2pdf-xss-vulnerability, https://github.com/eKoopmans/html2pdf.js, https://github.com/eKoopmans/html2pdf.js/releases/tag/v0.14.0

Severity

8.3

CVSS Score
0
10

Basic Information

Ecosystem
Base CVSS
8.3
EPSS Probability
0.00081%
EPSS Percentile
0.23626%
Introduced Version
0,0.8.0
Fix Available
0.14.0

Fix Critical Vulnerabilities Instantly

Secure your app without upgrading.
Fix Without Upgrading