Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-w8x4-x68c-m6fc

Опубликовано: 14 янв. 2026
Источник: github
Github: Прошло ревью
CVSS4: 8.7

Описание

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

Пакеты

Наименование

html2pdf.js

npm
Затронутые версииВерсия исправления

< 0.14.0

0.14.0

EPSS

Процентиль: 16%
0.00051
Низкий

8.7 High

CVSS4

Дефекты

CWE-79

Связанные уязвимости

nvd
5 дней назад

html2pdf.js converts any webpage or element into a printable PDF entirely client-side. Prior to 0.14.0, 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. This vulnerability has been fixed in html2pdf.js@0.14.0.

EPSS

Процентиль: 16%
0.00051
Низкий

8.7 High

CVSS4

Дефекты

CWE-79