MAL-2026-13981

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

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

Source: amazon-inspector (c3befb9fa08cae88e2ebcfb7877a33453bc0b95e0876fb5f76d55b011c8c9869)

eslint-publish-release@99.9.1 is a hollow package (index.js is an empty stub, no lifecycle scripts) whose only effect on install is dependency resolution. Its package.json declares its sole dependency ltidisafe as a direct HTTPS tarball URL pointing at a Google Cloud Storage bucket (https://ltidi.storage.googleapis.com/depenconf/ltidisafe-3.6.4.tgz) rather than a version resolved from the npm registry. Installing this package causes npm to fetch and install arbitrary code from that bucket into the consumer's node_modules, where it becomes executable at require time by the parent project. The bucket is not a publisher-matched or npm-registry destination, the URL path contains the token depenconf (dependency-confusion), the package name resembles legitimate ESLint release tooling, and the 99.9.1 version number is characteristic of dependency-confusion lures. The package structure — empty main, no independent utility, sole purpose is pulling a tarball from an anonymous bucket — is a delivery-vector shape, not a real library.

Database specific
{
    "malicious-packages-origins": [
        {
            "id": "IN-MAL-2026-017678",
            "import_time": "2026-08-13T21:20:57.185417106Z",
            "sha256": "c3befb9fa08cae88e2ebcfb7877a33453bc0b95e0876fb5f76d55b011c8c9869",
            "versions": [
                "99.9.1"
            ],
            "source": "amazon-inspector",
            "modified_time": "2026-08-13T21:07:38Z"
        }
    ]
}
References
Credits

Affected packages

npm / eslint-publish-release

Package

Name
eslint-publish-release
View open source insights on deps.dev
Purl
pkg:npm/eslint-publish-release

Affected ranges

Affected versions

99.*
99.9.1

Database specific

cwes
[
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506"
    }
]
indicators
{
    "evidence_files": [
        {
            "path": "package.json",
            "tlsh": "0ae07d201a6455334ec510b34c2a6557f371ce4f0408bc0c5bdb041c418db7328fd25d",
            "sha256": "f60d63a156141e2677e3c16482db71233c9657517a96092a255630de61663baa"
        }
    ],
    "package_integrity": [
        {
            "filename": "eslint-publish-release-99.9.1.tgz",
            "hashes": {
                "sha512_sri": "sha512-zCYMJtRmJ10aOOGoJiFZLzl2ggnna/j+Ny6bMTJCOGLmMRldGfDtzaAFRR4iSKvTMjs/e/A7wZ37mjTbBk/2vw==",
                "sha1": "b1e73f0c57c757d58ac253abe4309d6a24478d3e"
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/eslint-publish-release/MAL-2026-13981.json"