MAL-2026-6807

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/bootstrap-utils/MAL-2026-6807.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-6807
Aliases
  • GHSA-jgjc-8w9g-8wmq
Published
2026-07-06T18:52:47Z
Modified
2026-07-08T22:01:49.706697247Z
Summary
Malicious code in bootstrap-utils (npm)
Details

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

Source: amazon-inspector (d9ac4913fc1ffcabe1ed6637abc6d532abc014683f48b341ece6127a51da15d8)

The package's index.js is heavily obfuscated with classic string-array shuffling patterns (e.g., while(!![]) loops with repeated 'shift' calls and hex-encoded indices on a single line). Obfuscation of this shape is uncommon in legitimate library code and frequently used to hide install/runtime behavior, but no concrete installer-harm behavior (exfiltration endpoint, credential read, dropper, lifecycle hook) has been corroborated in this record. The package name 'bootstrap-utils' also has confusion potential with the popular 'bootstrap' ecosystem. A human reviewer should de-obfuscate index.js to confirm intent before this version is trusted.

Source: ghsa-malware (d3b42bbdadaf453f0ae5f3be0f2455ec5c57217e988927fd501ff6320a361ee9)

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": [
        {
            "modified_time": "2026-07-06T18:52:58Z",
            "id": "GHSA-jgjc-8w9g-8wmq",
            "source": "ghsa-malware",
            "import_time": "2026-07-06T18:54:03.600200433Z",
            "sha256": "d3b42bbdadaf453f0ae5f3be0f2455ec5c57217e988927fd501ff6320a361ee9",
            "versions": [
                "4.5.0"
            ]
        },
        {
            "modified_time": "2026-07-08T21:33:59Z",
            "id": "IN-MAL-2026-008615",
            "source": "amazon-inspector",
            "import_time": "2026-07-08T21:54:09.403621819Z",
            "sha256": "d9ac4913fc1ffcabe1ed6637abc6d532abc014683f48b341ece6127a51da15d8",
            "versions": [
                "4.5.0"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / bootstrap-utils

Package

Affected ranges

Affected versions

4.*
4.5.0

Database specific

indicators
{
    "evidence_files": [
        {
            "path": "index.js",
            "tlsh": "8c8288c83fc1f0605637e0f7ba1b60a6f17a5c88a3499449f766b4e8fd68314e4c5b68",
            "sha256": "83cdd6e8aad968780d79795db9530e688d831a7e4e53232162a8fad9a5a195fc"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/bootstrap-utils/MAL-2026-6807.json"
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"
    }
]