MAL-2026-6463

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/abu-common-components/MAL-2026-6463.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-6463
Published
2026-06-25T15:26:32Z
Modified
2026-06-25T15:46:25.943006312Z
Summary
Malicious code in abu-common-components (npm)
Details

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

Source: amazon-inspector (17e7b4ac8a492915d8475c73488b64236250746de410c705b7cc43c0656589be)

package.json declares preinstall and postinstall hooks that invoke curl against a hardcoded bare-IP HTTP endpoint (http://64.227.183.144/depconf/abu-common-components/), sending the installer's username ($(whoami)), hostname ($(hostname)), current working directory ($PWD) and timestamp as query parameters. This fires automatically on npm install with no caller consent, leaks internal host and build-path identifiers in cleartext, and points at a non-publisher bare IP. The package itself is hollow — index.js is a one-line placeholder — and is published at the inflated version 99.99.1 by an anonymous author, the canonical shape of a dependency-confusion probe designed to be resolved ahead of a private internal package of the same name. The combination of the /depconf/<pkgname>/ URL path, the inflated version, and the placeholder body confirms reconnaissance intent: any organization with a private abu-common-components package will leak its existence and internal host fingerprints to the attacker on a single npm install.

Database specific
{
    "malicious-packages-origins": [
        {
            "import_time": "2026-06-25T15:30:14.229048762Z",
            "source": "amazon-inspector",
            "sha256": "17e7b4ac8a492915d8475c73488b64236250746de410c705b7cc43c0656589be",
            "versions": [
                "99.99.1"
            ],
            "id": "IN-MAL-2026-007508",
            "modified_time": "2026-06-25T15:26:32Z"
        }
    ]
}
References
Credits

Affected packages

npm / abu-common-components

Package

Name
abu-common-components
View open source insights on deps.dev
Purl
pkg:npm/abu-common-components

Affected ranges

Affected versions

99.*
99.99.1

Database specific

indicators
{
    "evidence_files": [
        {
            "tlsh": "49f05c34e0285a733dd044b91975970b77c0ab87d794ac0d63e79c0827cd2b52167165",
            "sha256": "33711588dfc1fabfa1501cc942662b1a62847216ad5dc4ba720814c592fe517d",
            "path": "package.json"
        }
    ],
    "package_integrity": [
        {
            "filename": "abu-common-components-99.99.1.tgz",
            "hashes": {
                "sha1": "e3571f8e67ec6d5cf923db9070d1e923182034d4",
                "sha512_sri": "sha512-40P25b6GjR77ePa9ooNrUqNBULEacPJwTu+77OOUMtjC2b9LqhqQ3quFMRN5ya78JDZ5ibnU526S1ghrrwycfg=="
            }
        }
    ]
}
cwes
[
    {
        "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/abu-common-components/MAL-2026-6463.json"