MAL-2026-15538

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/librastandardlib/MAL-2026-15538.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-15538
Aliases
  • GHSA-p943-f2p4-7xfx
Published
2026-08-28T23:15:31Z
Modified
2026-08-29T18:45:18.112326481Z
Summary
Malicious code in librastandardlib (npm)
Details

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

Source: amazon-inspector (519c28eb8d9df0a16d93e1b1c486f1ad4a9092a9bf958aed56f273cfe1fcfc14)

package.json at line 11 declares a dependency whose key equals the package's own name (librastandardlib) and whose value is an off-registry HTTPS URL (https://repo.securityctrl.com/librastandardlib) instead of a registry version range. On npm install, npm fetches whatever bytes that URL returns and installs them as the resolved dependency, running any lifecycle scripts inside with no version pin and no integrity check. The implausibly high version (45.0.0) and the self-referential dependency name are consistent with a dependency-confusion shape designed to win resolution against an internal package. The shipped index.js is an inert stub, so the manifest URL is the entire delivery mechanism — whoever controls repo.securityctrl.com controls code executed on the installer's machine at install time.

Source: ghsa-malware (a245023903eeddb0722885c766c17cb9366986dddf69f60d5eb4b54166c17333)

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-019095",
            "modified_time": "2026-08-28T23:15:31Z",
            "import_time": "2026-08-28T23:38:04.804706625Z",
            "source": "amazon-inspector",
            "sha256": "519c28eb8d9df0a16d93e1b1c486f1ad4a9092a9bf958aed56f273cfe1fcfc14",
            "versions": [
                "45.0.0"
            ]
        },
        {
            "id": "GHSA-p943-f2p4-7xfx",
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ],
            "source": "ghsa-malware",
            "import_time": "2026-08-29T18:26:29.977826315Z",
            "modified_time": "2026-08-29T18:13:48Z",
            "sha256": "a245023903eeddb0722885c766c17cb9366986dddf69f60d5eb4b54166c17333"
        }
    ]
}
References
Credits

Affected packages

npm / librastandardlib

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": "librastandardlib-45.0.0.tgz",
            "hashes": {
                "sha512_sri": "sha512-BRV5g8oSRFjrzOOPchIrm+H6DuyWVQhgJHFls4MhGdcZZXpQSdi2I58gq2uvWIxd3nLWl4gWPHroYe+cF0Peuw==",
                "sha1": "6cd8d6edf7e0ce2df36304a4ca7626666fd139b6"
            }
        }
    ],
    "evidence_files": [
        {
            "path": "package.json",
            "tlsh": "e6e026140a32023332e512420878411bb2106e1b30047c8c52df011c524aab3ecf9f6c",
            "sha256": "1068fad7ee89c80d5d09e226715b18bc9c73df8055729491e0e2b7f5cd27da3b"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/librastandardlib/MAL-2026-15538.json"