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

svgson-litenpm

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

MAL-2026-6707
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall svgson-lite

What this malware does

index.js exports an undocumented getPlugin() function which, when invoked, performs an HTTP GET to https://shorturl.at/147uq, JSON-parses the response body, and passes the response's model field directly to eval(). The URL is a mutable shortener redirect controlled by the package author and can be repointed to any JavaScript payload at any time, giving the author arbitrary code execution in the process of any consumer that calls getPlugin()(). The package's stated purpose is an SVG helper: package.json describes it as 'Tiny zero-dependency SVG helper for Node.js' and declares no dependencies, yet index.js requires the 'request' library and implements the fetch+eval path. The network+eval behavior is unrelated to SVG processing and is not mentioned in the README, keywords, or exports documentation. The mismatch between advertised purpose and shipped behavior, combined with the shortener-cloaked destination, is deliberate concealment of a backdoor surface.

Malicious versions

7 flagged
1.0.01.0.11.0.21.0.41.0.51.0.61.0.7

Indicators of compromise (SHA-256)

083b9db212b14d87917991f5faa63212319efaec6c2b573fa8d0efb1da747572
74d7365a440703b3b3a7dd0486437fedd80cfb6fd4c0d5e636f32385621cb5df
b54d78c3ce0a5c30a8060cc6086a5a5d410fc4ab24442aa93f16475a218e32f4
ceb1026a96918a3f4ed4c7c4f0aa75411c3869f1ad14405174e396b4e67907d2
3af541a1fe8000c1b4aa51ea183d7e780163090d6ca8a2a52dfcd0ebf7f388be
6fb634869b533b95806d632f845ae1a10e6d23e3114f16f0626810367e54817f
745e263630d68551c3f2002b051c37aee9a891e7edec1e2ed2725d27ff66bb65

Detection & response playbook

Backdoor / remote access
  1. Find it

    Scan your lockfiles (package-lock.json, pnpm-lock.yaml, yarn.lock, requirements.txt, poetry.lock, etc.) and build artifacts for svgson-lite (7 malicious versions). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging svgson-lite across your stack and pipelines.

  2. If you installed it — respond

    svgson-lite establishes remote access, so treat any host that installed it as fully compromised. Isolate the machine, remove the package, rotate all credentials it could reach, and rebuild from a trusted image rather than cleaning in place — a backdoor may have planted additional persistence.

  3. Did it already run?

    If svgson-lite was ever installed, its post-install/runtime payload may have already executed. O3's L7 egress monitoring and runtime eBPF sensors detect the credential exfiltration or command-and-control callback after install and block the malicious outbound channel, so you catch and contain the actual compromise — not just the presence of the package.

  4. How O3 protects you

    O3 blocks svgson-lite before install through its supply-chain scanner, and if it has already run, detects and severs the exfiltration or C2 callback at runtime through L7 egress monitoring and eBPF.

Frequently asked questions

No. svgson-lite on npm has been identified as a malicious package (versions 1.0.0, 1.0.1, 1.0.2, 1.0.4, 1.0.5, 1.0.6, 1.0.7 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-007851IN-MAL-2026-007852IN-MAL-2026-007853IN-MAL-2026-007848IN-MAL-2026-007849IN-MAL-2026-007850IN-MAL-2026-007847

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks svgson-lite-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the C2 callback and severs the channel.

svgson-lite (npm) malicious package — MAL-2026-6707 | O3 Security