MAL-2026-15543

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/prm-bundles/MAL-2026-15543.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-15543
Published
2026-08-28T23:16:57Z
Modified
2026-08-28T23:45:12.597897613Z
Summary
Malicious code in prm-bundles (npm)
Details

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

Source: amazon-inspector (e252184c7a4f29eafe72c86873c662342486b68fe5c1ce3a5405845aa8695a33)

package.json line 11 declares a dependency whose key equals the package's own name (prm-bundles) and whose value is a bare HTTPS URL (https://repo.securityctrl.com/prm-bundles) rather than a registry version range. On npm install, npm fetches whatever tarball that URL returns and installs it, executing any lifecycle scripts contained in it, with no version pin and no integrity check. Because the shipped source in this package is an inert placeholder, the manifest is the entire payload delivery mechanism, and the code that ultimately runs on the installer is whatever the operator of repo.securityctrl.com serves at install time. The implausibly high version (45.0.0) combined with the self-referential name is consistent with a dependency-confusion redirection targeting an internal package name.

Database specific
{
    "malicious-packages-origins": [
        {
            "import_time": "2026-08-28T23:38:05.914556298Z",
            "versions": [
                "45.0.0"
            ],
            "source": "amazon-inspector",
            "modified_time": "2026-08-28T23:16:57Z",
            "id": "IN-MAL-2026-019105",
            "sha256": "e252184c7a4f29eafe72c86873c662342486b68fe5c1ce3a5405845aa8695a33"
        }
    ]
}
References
Credits

Affected packages

npm / prm-bundles

Package

Affected ranges

Affected versions

45.*
45.0.0

Database specific

cwes
[
    {
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature."
    }
]
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/prm-bundles/MAL-2026-15543.json"
indicators
{
    "package_integrity": [
        {
            "filename": "prm-bundles-45.0.0.tgz",
            "hashes": {
                "sha512_sri": "sha512-CQDkfRh+zBV9CBdft1U28DaWuliqY1sTpi5RZYoUzmePu6hDSXgeCPhZdhqg8N+5sN+kQYJdaY4OHpgUgeDOiA==",
                "sha1": "690d633b6bec0e97b952f5d18499f8d021b53254"
            }
        }
    ],
    "evidence_files": [
        {
            "tlsh": "d1e0c2248e5112334acf62660839845777114f5f0804bc0992cb6518814e9b3a8ff35c",
            "sha256": "3175c5b545abf2a1225834112014310291095b17e72f028021a7302cb2395651",
            "path": "package.json"
        }
    ]
}