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

exploitDog

github логотип

GHSA-f8cm-6447-x5h2

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

Описание

jsPDF has Local File Inclusion/Path Traversal vulnerability

Impact

User control of the first argument of the loadFile method in the node.js build allows local file inclusion/path traversal.

If given the possibility to pass unsanitized paths to the loadFile method, a user can retrieve file contents of arbitrary files in the local file system the node process is running in. The file contents are included verbatim in the generated PDFs.

Other affected methods are: addImage, html, addFont.

Only the node.js builds of the library are affected, namely the dist/jspdf.node.js and dist/jspdf.node.min.js files.

Example attack vector:

import { jsPDF } from "./dist/jspdf.node.js"; const doc = new jsPDF(); doc.addImage("./secret.txt", "JPEG", 0, 0, 10, 10); doc.save("test.pdf"); // the generated PDF will contain the "secret.txt" file

Patches

The vulnerability has been fixed in jsPDF@4.0.0. This version restricts file system access per default. This semver-major update does not introduce other breaking changes.

Workarounds

With recent node versions, jsPDF recommends using the --permission flag in production. The feature was introduced experimentally in v20.0.0 and is stable since v22.13.0/v23.5.0/v24.0.0. See the node documentation for details.

For older node versions, sanitize user-provided paths before passing them to jsPDF.

Credits

Researcher: kilkat (Kwangwoon Kim)

Пакеты

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

jspdf

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

<= 3.0.4

4.0.0

EPSS

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

9.2 Critical

CVSS4

Дефекты

CWE-22
CWE-35
CWE-73

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

CVSS3: 7.5
nvd
около 1 месяца назад

jsPDF is a library to generate PDFs in JavaScript. Prior to version 4.0.0, user control of the first argument of the loadFile method in the node.js build allows local file inclusion/path traversal. If given the possibility to pass unsanitized paths to the loadFile method, a user can retrieve file contents of arbitrary files in the local file system the node process is running in. The file contents are included verbatim in the generated PDFs. Other affected methods are `addImage`, `html`, and `addFont`. Only the node.js builds of the library are affected, namely the `dist/jspdf.node.js` and `dist/jspdf.node.min.js` files. The vulnerability has been fixed in jsPDF@4.0.0. This version restricts file system access per default. This semver-major update does not introduce other breaking changes. Some workarounds areavailable. With recent node versions, jsPDF recommends using the `--permission` flag in production. The feature was introduced experimentally in v20.0.0 and is stable since v22.13

CVSS3: 7.5
debian
около 1 месяца назад

jsPDF is a library to generate PDFs in JavaScript. Prior to version 4. ...

EPSS

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

9.2 Critical

CVSS4

Дефекты

CWE-22
CWE-35
CWE-73