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

react-tabulix-uinpm

react-tabulix-ui is a confirmed malicious npm package (MAL-2026-10988) that executes malicious code on install (malicious versions 0.1.0, 0.1.1, 0.1.2). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in react-tabulix-ui (npm)

MAL-2026-10988
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall react-tabulix-ui

What this malware does

package.json declares a preinstall hook (node./dist/index.d.js) that runs automatically on npm install. The script at dist/index.d.js decodes a base64-wrapped payload via Buffer.from(..., 'base64').toString('utf-8') and dispatches it to eval, where the eval identifier is obfuscated by reconstructing it from the char-code array [101,118,97,108] and accessed via globalThis[tag](text). The decoded payload fetches https://everydaynodechecker-39143n.vercel.app/api/key?mem=root2 and passes the response body to eval, resulting in execution of attacker-controlled code fetched from a remote endpoint on every installer's machine. The base64 wrapping, char-code eval reconstruction, and remote fetch-and-eval together form an install-time remote code execution chain against any consumer of this package.

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.

The OpenSSF Package Analysis project identified 'react-tabulix-ui' @ 0.1.1 (npm) as malicious.

It is considered malicious because:

  • The package executes one or more commands associated with malicious behavior.

Malicious versions

3 flagged
0.1.00.1.10.1.2

Indicators of compromise (SHA-256)

30643ffb559452daf9e855e47bc40c0824e5102b6a3821c4446ff875d1762235
70cfc986804b1d85312672f8082f53bf38691478e95f3b20020304062e9d60de
6e1730bc033ffe3e5cbe24819446e0c6d41af7bec46ec931a04eca2909ffc7cc
c546c67dea2a28c6f61742089c7fb1b9bc6d4ce1b104e8b1d2560818450a6722
56d2759d23fafd78cd97933bc4d5e3d2fb75dd41d1b471d02bd90321d1f108a7

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 react-tabulix-ui (3 malicious versions). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging react-tabulix-ui across your stack and pipelines.

  2. If you installed it — respond

    Remove react-tabulix-ui 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 react-tabulix-ui 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 react-tabulix-ui 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. react-tabulix-ui on npm has been identified as a malicious package (versions 0.1.0, 0.1.1, 0.1.2 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-5jr9-f9w4-93v3IN-MAL-2026-010887IN-MAL-2026-010885IN-MAL-2026-010995

References

Credits

  • Amazon Inspector · finder
  • OpenSSF: Package Analysis · finder

Detect & block this

O3 blocks react-tabulix-ui-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

react-tabulix-ui (npm) malicious package — MAL-2026-10988 | O3 Security