MAL-2026-15515

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/npm-extension/MAL-2026-15515.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-15515
Aliases
  • GHSA-f2fx-3q3p-v293
Published
2026-08-28T23:12:49Z
Modified
2026-08-29T18:45:18.114732270Z
Summary
Malicious code in npm-extension (npm)
Details

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

Source: amazon-inspector (2a6c4f2b94932e8bcb68c0a146d536b7e3a00d48041aa5a6fc9edf9f82ae5244)

package.json declares a dependency whose value is a bare HTTPS URL (https://repo.securityctrl.com/npm-extension) rather than a registry version range. On npm install, npm fetches whatever tarball that host returns and executes any lifecycle scripts inside it, unpinned and without integrity verification. The dependency key equals the package's own name, producing a dependency-confusion shape in which resolution is forced through the off-registry host. The shipped index.js is an inert stub, so the manifest line is the entire published payload — the fetched third-party code is what actually runs on installer machines.

Source: ghsa-malware (4187b797ddf66bc09166a921578aabac2323e67c3059b573aa255310157838e3)

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": [
        {
            "id": "IN-MAL-2026-019077",
            "source": "amazon-inspector",
            "import_time": "2026-08-28T23:14:36.615388881Z",
            "modified_time": "2026-08-28T23:12:49Z",
            "sha256": "2a6c4f2b94932e8bcb68c0a146d536b7e3a00d48041aa5a6fc9edf9f82ae5244",
            "versions": [
                "45.0.0"
            ]
        },
        {
            "id": "GHSA-f2fx-3q3p-v293",
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ],
            "source": "ghsa-malware",
            "import_time": "2026-08-29T18:26:29.95738738Z",
            "modified_time": "2026-08-29T18:13:38Z",
            "sha256": "4187b797ddf66bc09166a921578aabac2323e67c3059b573aa255310157838e3"
        }
    ]
}
References
Credits

Affected packages

npm / npm-extension

Package

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected

Affected versions

45.*
45.0.0

Database specific

cwes
[
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506"
    },
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506"
    }
]
indicators
{
    "package_integrity": [
        {
            "filename": "npm-extension-45.0.0.tgz",
            "hashes": {
                "sha512_sri": "sha512-xVfiAmzyvFjyTHBxRlJEAyRFc3HOEa7VxYExejnnPFz6uaeQozn+xijME41hm49Qm84bYYKyVO6M4CjIp+Ei2A==",
                "sha1": "62d9e17a34123dc7236e2ba7d8f21b7683329f55"
            }
        }
    ],
    "evidence_files": [
        {
            "path": "package.json",
            "tlsh": "84e0c2a94e19127319de4252dc798457f3354f5f341c7c0d92cb541c814d6b368fa39c",
            "sha256": "8aa94d3b14ee67eaa0079af3370d8ce2e523a0c25233493e6e912cc94aad29d4"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/npm-extension/MAL-2026-15515.json"