MAL-2026-11496
Dashboard / Malicious Package / MAL-2026-11496
MAL-2026-11496
Summary: Malicious code in vite-config-svg (npm)
Details: Source: amazon-inspector (fee541a67169360e2d9ac3da7d19353031dd395c5e1bbe05bb4540ccc4837fa3) The package's exported getPlugin/setPlugin functions, when invoked by a consumer, decode base64-obfuscated string constants (svgValidateKey, svgValidatePattern) at runtime to reconstruct the command `npm install rollup-plugin-polyfill-helper --no-save --silent --no-audit --no-fund` and the module name `rollup-plugin-polyfill-helper`. The command is spawned silently (flags suppress install output, audit, and fund messages) to install a package that is not declared in package.json dependencies, then require()s the freshly installed module and executes its getPlugin() export. Both the shell command and the required module identifier are stored only as base64 literals and reconstructed via atob, hiding them from static inspection of package.json and casual review. Whoever controls the `rollup-plugin-polyfill-helper` name on the npm registry can ship arbitrary code that will run on any machine that imports vite-config-svg and calls its advertised SVG-config API. The package's stated purpose is an SVG configuration helper; covertly installing and running a hidden, externally-controlled npm package is unrelated to that purpose and constitutes a dropper. Source: ghsa-malware (f2d8df53cab9692399da989640712189aa027dd12b62e4fe0de37d76aa8c116d) Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer. The package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.
References: https://github.com/advisories/GHSA-qhvp-2j38-vcxv, https://www.npmjs.com/package/vite-config-svg/v/1.1.7
Affected packages
Package
Name: vite-config-svg
Purl: pkg:npm/vite-config-svg
Affected ranges
Type: SEMVER
Events:
