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
Aliases
  • GHSA-g57v-rj8p-j52h
Published
2026-08-28T23:16:57Z
Modified
2026-08-29T18:45:18Z
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.

Source: ghsa-malware (007c18a94d026725fe4a18ea8c629fb9b1d53f5eff378b671386961dd03657ed)

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-019105",
            "import_time": "2026-08-28T23:38:05.914556298Z",
            "modified_time": "2026-08-28T23:16:57Z",
            "sha256": "e252184c7a4f29eafe72c86873c662342486b68fe5c1ce3a5405845aa8695a33",
            "source": "amazon-inspector",
            "versions": [
                "45.0.0"
            ]
        },
        {
            "id": "GHSA-g57v-rj8p-j52h",
            "import_time": "2026-08-29T18:26:29.96365779Z",
            "modified_time": "2026-08-29T18:13:48Z",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "sha256": "007c18a94d026725fe4a18ea8c629fb9b1d53f5eff378b671386961dd03657ed",
            "source": "ghsa-malware"
        }
    ]
}
References
Credits

Affected packages

npm / prm-bundles

Package

Affected ranges

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

Affected versions

45.*
45.0.0

Database specific

cwes
[
    {
        "cweId": "CWE-506",
        "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"
    }
]
indicators
{
    "evidence_files": [
        {
            "path": "package.json",
            "sha256": "3175c5b545abf2a1225834112014310291095b17e72f028021a7302cb2395651",
            "tlsh": "d1e0c2248e5112334acf62660839845777114f5f0804bc0992cb6518814e9b3a8ff35c"
        }
    ],
    "package_integrity": [
        {
            "filename": "prm-bundles-45.0.0.tgz",
            "hashes": {
                "sha1": "690d633b6bec0e97b952f5d18499f8d021b53254",
                "sha512_sri": "sha512-CQDkfRh+zBV9CBdft1U28DaWuliqY1sTpi5RZYoUzmePu6hDSXgeCPhZdhqg8N+5sN+kQYJdaY4OHpgUgeDOiA=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/prm-bundles/MAL-2026-15543.json"