MAL-2026-14120

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/blastradar/MAL-2026-14120.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-14120
Aliases
  • GHSA-pp9x-4g56-7322
Published
2026-08-18T04:07:03Z
Modified
2026-08-18T21:01:26.651372278Z
Summary
Malicious code in blastradar (npm)
Details

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

Source: amazon-inspector (e3eccd07c931ee578e1201f5fbb7f4610fd5291202c0fcee2b30c959c80c871e)

The package's index.js loads childprocess, https, and fs at the top level and performs an HTTPS POST that carries host- and installer-identifying data (references to process.env, process.cwd(), a hardcoded hostname, and filesystem probes via fs.existsSync). The composition — env/cwd/childprocess reads combined with an outbound https.request POST to a hardcoded destination in the main module — matches the shape of an installer-side data exfiltration beacon rather than any documented library function. The package advertises no purpose that would justify posting environment variables and working-directory information to a remote host on load.

Source: ghsa-malware (75d95c6cb483df4961cb4a29d4cde8e4c849ba82678a2fbad90585d4afaa1f1a)

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-18T07:15:09.124065159Z",
            "sha256": "75d95c6cb483df4961cb4a29d4cde8e4c849ba82678a2fbad90585d4afaa1f1a",
            "modified_time": "2026-08-18T04:07:03Z",
            "source": "ghsa-malware",
            "id": "GHSA-pp9x-4g56-7322",
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ]
        },
        {
            "import_time": "2026-08-18T20:42:28.025770093Z",
            "sha256": "e3eccd07c931ee578e1201f5fbb7f4610fd5291202c0fcee2b30c959c80c871e",
            "modified_time": "2026-08-18T20:28:36Z",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-017990",
            "versions": [
                "1.0.0"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / blastradar

Package

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/blastradar/MAL-2026-14120.json"
indicators
{
    "evidence_files": [
        {
            "sha256": "cafb06ac0444afeb6cbb8d38d9e4063b7a25b2f0ce2d7a1bd4981ea0d166e21a",
            "path": "index.js",
            "tlsh": "337133942efa1231a77751a6a94b4013726a5f03a309ed50b6ecd32e5fc2f20c2935fd"
        }
    ]
}
cwes
[
    {
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature."
    },
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    }
]