Vulnerabilities affecting this package (0)
| Vulnerability |
Summary |
Fixed by |
|
This package is not known to be affected by vulnerabilities.
|
Vulnerabilities fixed by this package (1)
| Vulnerability |
Summary |
Aliases |
|
VCID-89es-k3ja-1be1
|
PDF.js vulnerable to arbitrary JavaScript execution upon opening a malicious PDF
### Impact
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
The patch removes the use of `eval`:
https://github.com/mozilla/pdf.js/pull/18015
### Workarounds
Set the option `isEvalSupported` to `false`.
### References
https://bugzilla.mozilla.org/show_bug.cgi?id=1893645
|
CVE-2024-4367
GHSA-wgrm-67xf-hhpq
|