MAL-2026-14535

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/hydration-vli-ui/MAL-2026-14535.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-14535
Aliases
  • GHSA-v229-xfmv-q98w
Published
2026-08-26T14:17:54Z
Modified
2026-08-26T18:15:12.584602743Z
Summary
Malicious code in hydration-vli-ui (npm)
Details

-= Per source details. Do not edit below this line.=-

Source: amazon-inspector (44daff58b8bb4bd4dfad78141323781dc5972c3b5e5a4506834c2e69ff7d0480)

The package's main entry (dist/index.mjs) locates dist/internal/math.mjs, chmods it to 0755, and spawns it as a detached child process every time the package is imported. The file is not JavaScript: its bytes begin with the ELF magic and it is a Linux x8664 executable, renamed with an.mjs extension and framed in the README as a 'native math accelerator' referring to a nonexistent 'calc-cache.bin' file. Strings inside the ELF describe a full remote-access implant with a hardcoded C2 at 217.60.77.63, a 'SECUREBEACON' protocol, and '/redshell' command handlers for socks/portfwd tunneling, arbitrary file drop-and-exec, shellcode injection, memfdcreate-based in-memory execution, and systemd user-unit persistence (svc-update.service). Received commands are dispatched into /bin/sh and /bin/bash on the installer's host. The implant also exposes '/dataextract' and '/download' commands that POST arbitrary file contents via chunked HTTP to '/api/extract-receive' on the C2 host, along with '/sshkeys', '/creds', '/dbfind', '/clipboard', and '/env' commands that harvest the installer's SSH keys, credential files, database contents, clipboard, and environment variables. Reachability requires only 'import "hydration-vli-ui"' — no user action, no authentication on the beacon channel — giving the C2 operator full remote shell control of any machine that installs and loads the package.

Source: ghsa-malware (7a9db08bf03044b422314e488640cf84ef7c402e96365c220031a771fb22a3ce)

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.

Database specific
{
    "malicious-packages-origins": [
        {
            "id": "IN-MAL-2026-018749",
            "sha256": "44daff58b8bb4bd4dfad78141323781dc5972c3b5e5a4506834c2e69ff7d0480",
            "source": "amazon-inspector",
            "modified_time": "2026-08-26T14:17:54Z",
            "import_time": "2026-08-26T14:20:36.820611194Z",
            "versions": [
                "1.0.0"
            ]
        },
        {
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ],
            "sha256": "7a9db08bf03044b422314e488640cf84ef7c402e96365c220031a771fb22a3ce",
            "source": "ghsa-malware",
            "modified_time": "2026-08-26T16:51:45Z",
            "import_time": "2026-08-26T18:05:18.563385789Z",
            "id": "GHSA-v229-xfmv-q98w"
        }
    ]
}
References
Credits

Affected packages

npm / hydration-vli-ui

Package

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected

Affected versions

1.*
1.0.0

Database specific

indicators
{
    "package_integrity": [
        {
            "hashes": {
                "sha1": "2ab015050fe73fb6fadd0c6b5c34e6ff5430958a",
                "sha512_sri": "sha512-Tsb2Q2RmZUYPeUvEavvHGQ9XhPMrm1FrBrLReizOymAlj4ET022NK5m6IoMw/OFxNv4GAOUzChRbyxQ1EuhFfw=="
            },
            "filename": "hydration-vli-ui-1.0.0.tgz"
        }
    ],
    "evidence_files": [
        {
            "sha256": "452cf196cec53a69c8e3e841aabe2b0bedbc08ad19a11c3e7e902e0bdcae4064",
            "path": "dist/index.mjs",
            "tlsh": "55418466afbd632897fc0b82ce387193196d94430f96ed84e94d4b3871c0b98e7c0966"
        },
        {
            "sha256": "1cafe9068460d856d5646c4f8f775132c1142ffef7f4b8ea7dbfeb9fbd07ff96",
            "path": "dist/internal/math.mjs",
            "tlsh": "3a531a2bbdc28e3fc084d53087dfd42369b0b05aaa33752f26115f293d59a59473f62a"
        }
    ]
}
cwes
[
    {
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature."
    },
    {
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature."
    }
]
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/hydration-vli-ui/MAL-2026-14535.json"