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

finup-mongo-librarynpm

finup-mongo-library is a confirmed malicious npm package (MAL-2026-4564) that steals credentials and exfiltrates sensitive data (malicious versions 3.9.9, 4.0.1, 4.0.4…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in finup-mongo-library (npm)

MAL-2026-4564
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall finup-mongo-library

What this malware does

dist/common/instrument.js calls Sentry.init() at module top level with a hardcoded DSN pointing at the author's Sentry project (o4511257159139328.ingest.us.sentry.io/4511257262161920), with tracesSampleRate and profilesSampleRate both set to 1.0. Because dist/index.js re-exports this module via __exportStar, any consumer that does require('finup-mongo-library') (or imports it in a NestJS app, the package's stated purpose) globally configures the Sentry SDK singleton in their Node.js process. From that point onward, all uncaught exceptions, performance traces, and profiles produced by the consumer's application — which routinely include stack frames, source file paths, request URLs, query parameters, and incidental PII captured in error context — are shipped to a Sentry account the author controls, with no caller opt-in and no documented disclosure. This is a silent-relay shape: the destination is hardcoded by the author, the trigger is module import, and the data flowing out is the consumer's application telemetry, not the package's own. A separately-shipped HttpExceptionFilter additionally POSTs request bodies to a Telegram bot URL, but that destination is read from consumer env vars, so it is opt-in and not part of the relay finding.

Malicious versions

12 flagged
3.9.94.0.14.0.44.0.54.0.64.0.74.0.94.1.24.1.34.1.54.2.14.2.2

Indicators of compromise (SHA-256)

0ebcd2feb8924949312b4c4060c51256c9a62edc9793243b8f00f5dbf6bcc747
1d9d0b210938322b805e1c8d94db07f45ca029fc4e69fb3a57f424eb885c1a39
c0b86b47904b349a2e1215249ecac574cf16e96af29ca368ec929ae9ecaac151
d20ccd8aeb5a7189ddbf4b3aa9806035fad27f0e07796f5a051e2293c06a770d
0b82a9d3071d50ffb4b6280c9ddd502995f71e2d649378921a74693caea37c68
268d4a1df99e96db1ebec9a5a8da35d9ba246fdbe387f95eb91bef21e3f8634f
8cb587efe462ac7a330bc0ba14e2938d0f3ece61c968b2ac35a8c65b1338889e
8dc70de904401a2a736376ce397178431485e593f654c341fd1ac3b46b553c63
9cc68edfd3f754d1c8a3c655575082875be153edcef13f8a28f497c6474761aa
723366ee414cfd3c31b382dd85427947dddaef6ebeaad37d7f1902ab6a709098
9378fc9353871e75c3ac7e7a3944f175267d15db96bcba84eaa625de1d1c4986
96bb71ebfc42d715b15add2c2d8366c8b94cdb21d849ef92d5f88842e5632772

Detection & response playbook

Credential / info stealer
  1. Find it

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

  2. If you installed it — respond

    finup-mongo-library is built to steal secrets, so assume every credential the build or runtime could read is compromised. Remove it from your project and lockfile, then rotate ALL exposed secrets — npm/registry tokens, cloud keys, CI/CD secrets, SSH keys, and any .env values — from a known-clean machine. Audit logs for unauthorized use of those credentials.

  3. Did it already run?

    If finup-mongo-library 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 finup-mongo-library 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. finup-mongo-library on npm has been identified as a malicious package (versions 3.9.9, 4.0.1, 4.0.4, 4.0.5, 4.0.6, 4.0.7, 4.0.9, 4.1.2, and 4 more flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-004181IN-MAL-2026-003805IN-MAL-2026-006075IN-MAL-2026-006076IN-MAL-2026-006079IN-MAL-2026-006077IN-MAL-2026-006074IN-MAL-2026-006073IN-MAL-2026-006078IN-MAL-2026-006686IN-MAL-2026-007018IN-MAL-2026-007017

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks finup-mongo-library-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the credential exfiltration and severs the channel.

Explore

finup-mongo-library (npm) malicious package — MAL-2026-4564 | O3 Security