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

3 flagged
1.0.01.0.11.0.2

Indicators of compromise (SHA-256)

1428486c71a3cd7d89ea90a17631bb5dc0fee7e11a6cbb4d8029a8b25268c7d2
7a0a6d972b6cf17adb4b5bc9ed777b09afb307c801e56be6d81bf98216001c44
b3ae2dc2f44f2924a368585ef601221e4a597fbd372c9eb24e13db5edb23834c

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 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-005251

References

Credits

  • Amazon Inspector · finder

Scan your dependencies

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

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