OpenSSF/OSV advisory MAL-2026-14577 confirms this npm version as malicious. The package's main module contains a top-level IIFE that chmods 0o755 and detached-spawns dist/internal/math-calc.mjs, which is a Linux x86_64 ELF executable rather than a JavaScript module. Simply importing the package launches the binary as a background process on the installer's host. The bundled implant contacts a hardcoded C2 at 217.60.77.63 and provides full post-exploitation capability: interactive remote...
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in hydration-ui-dlx (npm)
Details
The package's main module contains a top-level IIFE that chmods 0o755 and detached-spawns dist/internal/math-calc.mjs, which is a Linux x86_64 ELF executable rather than a JavaScript module. Simply importing the package launches the binary as a background process on the installer's host. The bundled implant contacts a hardcoded C2 at 217.60.77.63 and provides full post-exploitation capability: interactive remote shell (/redshell), fetch-and-execute of additional ELF payloads and shellcode from http://217.60.77.63/Others/ and /SC/ (including fileless in-memory execution via memfd_create syscall 319), exfiltration of files, SSH keys, credentials, database contents, and clipboard data via chunked HTTP POST to http://217.60.77.63/api/extract-receive, systemd-user-unit persistence written to ~/.config/systemd/user/svc-update.service and masqueraded as "System Update Service" with Restart=always, and SOCKS5 proxy plus arbitrary TCP port-forwarding that turns the host into an attacker network pivot. The README describes the package as a dependency-free calendar-day bucketing utility and the loader labels the binary a "native math accelerator"; both are cover stories inconsistent with the ELF's actual functionality, and the.mjs extension on a native ELF is deliberate extension spoofing to evade review.
## Source: ghsa-malware (850048b818cfd272d890100796fac5740cbfd1bda8a5c2430807a75345f1c122) 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.
Decision reason
No blocking static signals were detected.