MAL-2026-15500

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/framework-zero/MAL-2026-15500.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-15500
Published
2026-08-28T23:14:10Z
Modified
2026-08-28T23:31:38.160373332Z
Summary
Malicious code in framework-zero (npm)
Details

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

Source: amazon-inspector (bfa0b9f3bb077648bf715ae13565ed44e67471548c98861bd5fb4d9472a3223b)

package.json line 11 declares a dependency whose source is the bare HTTPS URL https://repo.securityctrl.com/framework-zero instead of a registry version range. On npm install this URL is fetched and installed, running any lifecycle scripts in the returned tarball, with no version pin and no integrity check. The dependency key equals the package's own name (framework-zero), a dependency-confusion shape where the manifest itself is the delivery mechanism, and the pinned version 45.0.0 is implausibly high for the name — consistent with a resolution-winning squat against an internal package. The host repo.securityctrl.com is unrelated to any npm registry and can serve arbitrary content that changes at any time after publish.

Database specific
{
    "malicious-packages-origins": [
        {
            "id": "IN-MAL-2026-019086",
            "source": "amazon-inspector",
            "import_time": "2026-08-28T23:14:37.339057039Z",
            "modified_time": "2026-08-28T23:14:10Z",
            "sha256": "bfa0b9f3bb077648bf715ae13565ed44e67471548c98861bd5fb4d9472a3223b",
            "versions": [
                "45.0.0"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / framework-zero

Package

Affected ranges

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"
    }
]
indicators
{
    "package_integrity": [
        {
            "filename": "framework-zero-45.0.0.tgz",
            "hashes": {
                "sha512_sri": "sha512-HeC2keVdoMuRdvx0D+G8wUTZoNJZMJgZ7fmwde/7xmky8nRguQBFhUCoTWVsMNTql5lHYoJIWTrb33bsTMULBw==",
                "sha1": "a4d3b895b3c3e1a32d94dc0cc49f9babbcf72692"
            }
        }
    ],
    "evidence_files": [
        {
            "path": "package.json",
            "tlsh": "f9e02c2a0914823302c60482a8bc801372985e2b60043c08a3cb08188298af368fa34e",
            "sha256": "8d37dd2946b5c24fd4a39e4c98f54710dccf9a8b7ae07797f9130f06f9a0ade4"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/framework-zero/MAL-2026-15500.json"