MAL-2026-15627

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/hyperliquid-composer/MAL-2026-15627.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-15627
Aliases
  • GHSA-5v7v-27c5-fr8q
Published
2026-08-31T18:02:51Z
Modified
2026-09-03T06:00:06.217006054Z
Summary
Malicious code in hyperliquid-composer (npm)
Details

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

Source: amazon-inspector (1fb2b7d17a47aa4fcd585374f33063197f52d6ba8619e4105ae5a1d30331bb62)

bin/cli.js (also declared as the package main) collects the installer's username via whoami / os.userInfo(), plus os.hostname() and platform, and POSTs them to the hardcoded Cloudflare Workers endpoint https://oobme.kunalsharma0553.workers.dev/r/7bq6fz3l15r9. The exfiltration fires on require() of the module or on CLI invocation, with no user consent or configuration. The package name resembles legitimate Hyperliquid tooling.

Source: ghsa-malware (2f8645d3f313a1fa2b7d0fcf6e4aa3f896c73fa51fc2ee845eab9aaf1645a287)

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": [
        {
            "import_time": "2026-08-31T18:22:29.611234191Z",
            "source": "amazon-inspector",
            "versions": [
                "1.0.0"
            ],
            "id": "IN-MAL-2026-019307",
            "modified_time": "2026-08-31T18:02:51Z",
            "sha256": "1fb2b7d17a47aa4fcd585374f33063197f52d6ba8619e4105ae5a1d30331bb62"
        },
        {
            "import_time": "2026-09-03T05:28:34.296905Z",
            "id": "GHSA-5v7v-27c5-fr8q",
            "source": "ghsa-malware",
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ],
            "modified_time": "2026-09-01T22:42:24Z",
            "sha256": "2f8645d3f313a1fa2b7d0fcf6e4aa3f896c73fa51fc2ee845eab9aaf1645a287"
        }
    ]
}
References
Credits

Affected packages

npm / hyperliquid-composer

Package

Name
hyperliquid-composer
View open source insights on deps.dev
Purl
pkg:npm/hyperliquid-composer

Affected ranges

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

Affected versions

1.*
1.0.0

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/hyperliquid-composer/MAL-2026-15627.json"
indicators
{
    "evidence_files": [
        {
            "path": "bin/cli.js",
            "tlsh": "94112dea50f553b0bfa22c944d2f50003297c7673c09fcc0faac0359af4ea5c41325a8",
            "sha256": "7bb9e78369c5381ad92a3997176d860469dcbd35fef2d80123dadf978eb15649"
        }
    ],
    "package_integrity": [
        {
            "filename": "hyperliquid-composer-1.0.0.tgz",
            "hashes": {
                "sha1": "46b6e8b7fb4e29b64326f79efa1ed709ae74d900",
                "sha512_sri": "sha512-Bpf3NpxEB6pEwUfJrs8J3q/30W3SoYa1Rin9I8JAjR+Ip2R+ckkuUPt8eTaetL0kGa0qGVQRciGYV3EgldLLCg=="
            }
        }
    ]
}
cwes
[
    {
        "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.",
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code"
    }
]