MAL-2026-13987

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/resolve-audit/MAL-2026-13987.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-13987
Published
2026-08-13T21:07:30Z
Modified
2026-08-13T21:30:27.255573455Z
Summary
Malicious code in resolve-audit (npm)
Details

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

Source: amazon-inspector (86b902b4dc4c2187bb95548ed903dfea70ea626ba5450f031c2cb27b3639dd1c)

resolve-audit@99.9.1 is a stub package (index exports an empty object) whose package.json declares its only dependency ltidisafe as a direct HTTPS tarball URL: https://ltidi.storage.googleapis.com/depenconf/ltidisafe-3.6.6.tgz. On npm install, npm fetches this arbitrary tarball from an anonymous, mutable Google Cloud Storage bucket (path segment depenconf, a dependency-confusion marker) rather than resolving through the npm registry, with no version-by-hash pinning. Any lifecycle scripts inside that tarball execute on the installer. The version number 99.9.1 is characteristic of dependency-confusion/version-squat lures designed to win resolution against a private-registry package of the same name.

Database specific
{
    "malicious-packages-origins": [
        {
            "import_time": "2026-08-13T21:20:57.144582362Z",
            "source": "amazon-inspector",
            "modified_time": "2026-08-13T21:07:30Z",
            "sha256": "86b902b4dc4c2187bb95548ed903dfea70ea626ba5450f031c2cb27b3639dd1c",
            "id": "IN-MAL-2026-017677",
            "versions": [
                "99.9.1"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / resolve-audit

Package

Affected ranges

Affected versions

99.*
99.9.1

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/resolve-audit/MAL-2026-13987.json"
indicators
{
    "evidence_files": [
        {
            "sha256": "3ace4f75307d1cce8d400ee056e3fd3bace9c4d6cdbf54cbe8ec69371475e56f",
            "path": "package.json",
            "tlsh": "2ce0c2304a6566334fd551b28c2b655bf7b18e5f0808bc0c5aeb582c818ebb328f939d"
        }
    ],
    "package_integrity": [
        {
            "filename": "resolve-audit-99.9.1.tgz",
            "hashes": {
                "sha1": "7c17395ac3a70bf3da5e6aed1f9b8453865f12b1",
                "sha512_sri": "sha512-U7O97coRwu7t053XsNyMtAn93DyxanjlQRCdnb64Q84qtJC5Kj3glwwuKXyJuar96IRCYfG0YLkDrWFybXXB0A=="
            }
        }
    ]
}
cwes
[
    {
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature."
    }
]