vite-svg-parse @1.1.3
Vulnerability report · Last retrieved from osv.dev August 7, 2026 at 2:10 AM UTC
OSV ID
MAL-2026-13464
Ecosystem
npm
Summary
The package's exported API (getPlugin/setPlugin) decodes two base64 string literals at runtime: the first decodes to npm install node-internal-svg-loader --no-save --silent --no-audit --no-fund , which is passed to child_process.spawn; the second decodes to the module name node-internal-svg-loader , which is then require()'d and whose getPlugin()/setPlugin() are invoked. The fetched package is not declared in package.json dependencies, and both the shell command and the require target are concealed in base64 to evade static inspection. Any consumer that imports this library and calls its documented API causes an undeclared, hidden third-party npm package to be installed and its code executed in the installer's Node.js process.
Source: amazon-inspector (5f6b581f4ab8d027c727649fae10749a9ac9a59af4619f5576362ab9243cb6c6)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.