MAL-2026-14362

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/10-shardsight-web/MAL-2026-14362.json
JSON Data
https://api.test.osv.dev/v1/vulns/MAL-2026-14362
Published
2026-08-23T03:22:18Z
Modified
2026-08-23T03:30:20.134293709Z
Summary
Malicious code in 10-shardsight-web (npm)
Details

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

Source: amazon-inspector (4c7da64238cd4a48de7b5df200b6b36734be8e33dbc21e3f34a17c7235c94555)

index.js is a top-level async IIFE that fetches HTML from the hardcoded, unpinned URL https://bitbucket.org/p2p-alt-public/p2p-emis/raw/main/GameWebSight, replaces document.head and document.body with the fetched markup, and re-creates every <script> tag so the remote JavaScript executes in the consumer's page. The source is a mutable main branch on a personal-looking Bitbucket workspace unrelated to any declared publisher, with no integrity check, so whoever controls that repository can push arbitrary JavaScript that runs in the page context of any application that loads this package.

Database specific
{
    "malicious-packages-origins": [
        {
            "id": "IN-MAL-2026-018583",
            "sha256": "2cd2de707f62fd397a774d1ce56fa6e2a431c83a69b637c7d6675203b0f657dc",
            "modified_time": "2026-08-23T03:22:18Z",
            "versions": [
                "1.0.1"
            ],
            "import_time": "2026-08-23T03:25:57.511148091Z",
            "source": "amazon-inspector"
        },
        {
            "id": "IN-MAL-2026-018584",
            "versions": [
                "1.0.0"
            ],
            "modified_time": "2026-08-23T03:22:26Z",
            "sha256": "4c7da64238cd4a48de7b5df200b6b36734be8e33dbc21e3f34a17c7235c94555",
            "import_time": "2026-08-23T03:25:57.604515961Z",
            "source": "amazon-inspector"
        }
    ]
}
References
Credits

Affected packages

npm / 10-shardsight-web

Package

Affected ranges

Affected versions

1.*
1.0.0
1.0.1

Database specific

indicators
{
    "evidence_files": [
        {
            "sha256": "7ca3f9365fb88e816da0eb8d7fa388f2752d37ad8b650fb3c7224f260a204154",
            "path": "index.html",
            "tlsh": "8631eb2c0dab83371b222496537bd689753250073005d9d97acccb855f44b59cc47fc9"
        }
    ],
    "package_integrity": [
        {
            "hashes": {
                "sha512_sri": "sha512-7rfCXIb50ndV8QkB0pA7TTMH1YI7CEcuSZKaAp8dku95NXu+wjVyytp3gQUvgMqLfu1dgRhZvYqAa8PPNuouiQ==",
                "sha1": "248b9b1222f8630b2fbe7d57f2a5c5395ab54f74"
            },
            "filename": "10-shardsight-web-1.0.1.tgz"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/10-shardsight-web/MAL-2026-14362.json"
cwes
[
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    },
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    }
]