logo

CVE-2024-34342 react-pdf

Package

Manager: npm
Name: react-pdf
Vulnerable Version: >=0 <7.7.3 || >=8.0.0 <8.0.2

Severity

Level: High

CVSS v3.1: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:L

CVSS v4.0: CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:P/VC:H/VI:H/VA:L/SC:N/SI:N/SA:N

EPSS: 0.03767 pctl0.87595

Details

react-pdf vulnerable to arbitrary JavaScript execution upon opening a malicious PDF with PDF.js ### Summary If PDF.js is used to load a malicious PDF, and PDF.js is configured with `isEvalSupported` set to `true` (which is the default value), unrestricted attacker-controlled JavaScript will be executed in the context of the hosting domain. ### Patches [This patch](https://github.com/wojtekmaj/react-pdf/commit/671e6eaa2e373e404040c13cc6b668fe39839cad) forces `isEvalSupported` to `false`, removing the attack vector. ### Workarounds Set `options.isEvalSupported` to `false`, where `options` is `Document` component prop. ### References - [GHSA-wgrm-67xf-hhpq](https://github.com/mozilla/pdf.js/security/advisories/GHSA-wgrm-67xf-hhpq) - https://github.com/mozilla/pdf.js/pull/18015 - https://github.com/mozilla/pdf.js/commit/85e64b5c16c9aaef738f421733c12911a441cec6 - https://bugzilla.mozilla.org/show_bug.cgi?id=1893645

Metadata

Created: 2024-05-07T16:48:59Z
Modified: 2024-05-29T22:12:45Z
Source: https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/05/GHSA-87hq-q4gp-9wr4/GHSA-87hq-q4gp-9wr4.json
CWE IDs: ["CWE-79"]
Alternative ID: GHSA-87hq-q4gp-9wr4
Finding: F008
Auto approve: 1