MAL-2026-15512

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

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

Source: amazon-inspector (368bba2e9d134a0d1ce565627644361ebe98bbf7bc2fd04812ff7137c300eaac)

package.json declares a dependency whose key (jsb-adapter) equals this package's own name and whose value is the bare HTTPS URL https://repo.securityctrl.com/jsb-adapter instead of a registry version range. On npm install, npm fetches whatever tarball that host currently returns, unpinned and with no integrity check, and runs any lifecycle scripts inside it — so the code executed on the installer is whoever controls repo.securityctrl.com at install time, not the published tarball. The shipped index.js is an inert stub, so the manifest line is the entire published payload. Aggravating shape: the dependency key matches the package's own name and the version 45.0.0 is implausibly high, consistent with dependency-confusion targeting an internal package of the same name.

Database specific
{
    "malicious-packages-origins": [
        {
            "id": "IN-MAL-2026-019080",
            "sha256": "368bba2e9d134a0d1ce565627644361ebe98bbf7bc2fd04812ff7137c300eaac",
            "source": "amazon-inspector",
            "modified_time": "2026-08-28T23:13:14Z",
            "import_time": "2026-08-28T23:14:36.85337479Z",
            "versions": [
                "45.0.0"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / jsb-adapter

Package

Affected ranges

Affected versions

45.*
45.0.0

Database specific

indicators
{
    "package_integrity": [
        {
            "filename": "jsb-adapter-45.0.0.tgz",
            "hashes": {
                "sha1": "9cee6ee2023e47d9d0c0a5ac071ca2f0be2d9d16",
                "sha512_sri": "sha512-nNRz+aLF3maB9TDK5XNjt9bqSCe6mGFCOiqGkucMVnVV7ZIxdXszIJ+OLTahG0cAhg09CKtpuBy+M9lbKNgmnA=="
            }
        }
    ],
    "evidence_files": [
        {
            "sha256": "ad72e91e222b8675ae4744d66f1235b2c8546f024bb127aed35fbef0c735cce7",
            "tlsh": "4de0c228491116b386d7195a1c3ac5dbf3928f5f2408bd09d2cb142c814f6b3b9fa35e",
            "path": "package.json"
        }
    ]
}
cwes
[
    {
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature."
    }
]
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/jsb-adapter/MAL-2026-15512.json"