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

vqlxjmprnpm

vqlxjmpr is a confirmed malicious npm package (MAL-2026-5672) that executes malicious code on install (malicious versions 1.0.0, 1.0.1, 1.0.2…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in vqlxjmpr (npm)

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

What this malware does

Package is published as a generic 'Utility library' under an opaque name (vqlxjmpr) with no repository or homepage, but its sole exported function fetches a list of IDs from a hardcoded remote endpoint at https://isusbsjsu.vercel.app/api/newsletters and, for each ID returned, invokes bot.subscribeNewsletter / bot.newsletterFollow / bot.newsletter on the caller-supplied bot object (index.js line 6 defines the WEB_URL constant; index.js lines 39-44 iterate the remote list and call botmethod). A consumer wiring this module into a WhatsApp/Baileys-style bot will silently force the bot's identity to follow whatever channels the package author chooses to push from the remote endpoint, with results persisted to cache/nl_cache.json to avoid re-following. The followed-channel list is mutable and entirely author-controlled, so the package can change which newsletters every downstream bot follows at any time without a new release. This is silent-relay abuse: the package's advertised purpose hides the fact that normal use of its API hands the caller's bot capability to the author.

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.

Malicious versions

5 flagged
1.0.01.0.11.0.21.0.31.0.4

Indicators of compromise (SHA-256)

1bdcc295891f10380c7f487d7ea61c1bd17d7230a8feed4f12d04b8aa7bddcaa
aeb63fbed71a85092bf04cb120b4d1f19a3edaa74ac1c0cb47ce36f622d0062e
c74ecc6c3a9e8075a6f7c5d2927311dfa5c61bc302de7f76f0fd1796852d8d73
ed2bc3aa005eac621d9ebd8830e2857d0c87e62e0b338e61e4b77d2fd83c064f
54d3db396a27ff5caf54d7caa79ea1bbed4654138eec75e62df3942a0311571e
67cc634f86d669ecd573720384a27dd6bd212688570e0642fc1742d2a9e387a7

Detection & response playbook

Malicious package
  1. Find it

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

  2. If you installed it — respond

    Remove vqlxjmpr from your project and lockfile, then assume any secrets accessible to the build or runtime were exposed: rotate API keys, tokens, and credentials, and audit for unexpected outbound activity or persistence.

  3. Did it already run?

    If vqlxjmpr 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 vqlxjmpr 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. vqlxjmpr on npm has been identified as a malicious package (versions 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-4mx5-f4mw-64v7IN-MAL-2026-006124IN-MAL-2026-006123IN-MAL-2026-006122IN-MAL-2026-006121IN-MAL-2026-006120

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks vqlxjmpr-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the malicious outbound activity and severs the channel.

Explore

vqlxjmpr (npm) malicious package — MAL-2026-5672 | O3 Security