Snyk has a proof-of-concept or detailed explanation of how to exploit this vulnerability.
The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade pdfmake
to version 0.2.7 or higher.
This was deemed not a vulnerability.
pdfmake is a Client/server side PDF printing in pure JavaScript
Affected versions of this package are vulnerable to Code Injection because it contains an unsafe evaluation of user-controlled input in the /pdf
endpoint.
Note: Users are affected by this vulnerability only if using the dev-playground
component of the library. This component is not bundled in any of the versions available on package managers.
Users are advised to restrict access to trusted user input.
const {execSync} = require('node:child_process');
var out = execSync('cat /etc/passwd');
dd = {
content: [
out.toString()
]
}