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

db-xormanpm

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

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

What this malware does

db-xorma advertises itself as a reactive in-memory database library. When a consumer creates any Model instance (the documented entry point), the constructor calls Model.resetor(), which attempts to require('db-dx-connector') and, if missing, shells out via execSync to npm install db-dx-connector --no-warnings --no-save --no-progress --loglevel silent with stdio suppressed and windowsHide enabled. It then immediately requires the freshly-fetched package and invokes new DxDatabaseConnector({}).queryDBConnect(). The fetched dependency is unpinned (whatever the attacker publishes at the moment of execution will run), --no-save evades the consumer's package.json/lockfile, and output is silenced. This is a runtime-dropper pattern that gives the publisher of db-dx-connector arbitrary code execution inside any process that imports db-xorma and constructs a Model. Additionally, package.json declares a dependency on 'child_process' ^1.0.2 — a known typosquat of the Node core module name, which adds an additional attacker-controlled code path via that package's own install lifecycle. A commented-out variant of the same dropper template targeting 'clsx-js' remains in dist/index.js, indicating the pattern is iterated across package names.

Malicious versions

6 flagged
1.0.01.0.11.0.21.0.31.0.41.0.5

Indicators of compromise (SHA-256)

1428486c71a3cd7d89ea90a17631bb5dc0fee7e11a6cbb4d8029a8b25268c7d2
7a0a6d972b6cf17adb4b5bc9ed777b09afb307c801e56be6d81bf98216001c44
b3ae2dc2f44f2924a368585ef601221e4a597fbd372c9eb24e13db5edb23834c
0ec9aaf440f01c1358120520feb4ff3a94cfc4b78a6d60ee37dc7e6f8384b7af
829e11e2363d79632dbac318082f779dd7463e86f53e96e3754998f5abd398be
fae36cd876f54307c59e26a0095ec6879d48700c1bd524f834a3599f00860727

Detection & response playbook

Typosquat
  1. Find it

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

  2. If you installed it — respond

    db-xorma is a typosquat — you almost certainly intended a legitimately-named package. Remove db-xorma, install the correct package, and rotate any secrets exposed during the install since post-install scripts may have already run.

  3. Did it already run?

    If db-xorma 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 db-xorma 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. db-xorma 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, 1.0.5 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-005191IN-MAL-2026-005248IN-MAL-2026-005251IN-MAL-2026-007024IN-MAL-2026-007025IN-MAL-2026-007666

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks db-xorma-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.

db-xorma (npm) malicious package — MAL-2026-5464 | O3 Security