MAL-2026-10696

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/loader1/MAL-2026-10696.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-10696
Aliases
  • GHSA-wp48-4xqv-v7fq
Published
2026-07-16T08:13:04Z
Modified
2026-08-04T23:05:17Z
Summary
Malicious code in loader1 (npm)
Details

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

Source: amazon-inspector (e15a852d5059620c9ee20b20a227907363f1b83c05bf642f2f077d11b4d08f66)

The npm package's only file of substance is index.html (declared as main in package.json). When opened in a browser, the page first disables developer-tools shortcuts (F12, Ctrl+Shift+I/J/C, Ctrl+U, Ctrl+S, right-click) and gates execution behind a real user-input check (mousemove/click/keydown within 1200ms, otherwise it shows "Blocked (no interaction)" and stops). Once the gate passes, it executes fetch("https://bitbucket.org/p2p-alt-public/p2p-emis/raw/main/GameWebSight") and feeds the response into document.write(html), which executes any <script> tags in the returned content. The Bitbucket source is unpinned (raw/main/...), publisher-anonymous (p2p-alt-public), and mutable — whoever controls that repository can swap the served payload at any time without republishing the npm package. Combined with empty author, generic description ("single file websight"), and the fact that main: index.html cannot be require()d as a Node library, the package has no legitimate library purpose; its only function is to deliver the gated remote-fetch loader. The devtools-blocking + interaction-gating pattern is canonical hostile-loader / redirector evasion against automated scanners.

Source: ghsa-malware (dc402f9d8e63016f89d3140a00c59d5e84d0c71eac453a83dac2858558760d5d)

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": "GHSA-wp48-4xqv-v7fq",
            "import_time": "2026-07-16T09:02:00.001820894Z",
            "modified_time": "2026-07-16T08:13:04Z",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "sha256": "dc402f9d8e63016f89d3140a00c59d5e84d0c71eac453a83dac2858558760d5d",
            "source": "ghsa-malware"
        },
        {
            "id": "IN-MAL-2026-010791",
            "import_time": "2026-07-16T18:54:05.091855704Z",
            "modified_time": "2026-07-16T18:48:24Z",
            "sha256": "cd229ca4e2277c5d48e5094c928e156292a44c3b7371ebbf749ef13a08b2fb42",
            "source": "amazon-inspector",
            "versions": [
                "2.1.7"
            ]
        },
        {
            "id": "IN-MAL-2026-010792",
            "import_time": "2026-07-16T18:54:05.126700826Z",
            "modified_time": "2026-07-16T18:48:32Z",
            "sha256": "e9578c2db9f9fd58bb7b743e3ca8581aa21f4632bb965dcb53b7a4aaa02e5667",
            "source": "amazon-inspector",
            "versions": [
                "2.1.3"
            ]
        },
        {
            "id": "IN-MAL-2026-010788",
            "import_time": "2026-07-16T18:54:04.960023693Z",
            "modified_time": "2026-07-16T18:47:57Z",
            "sha256": "0d62782496cf71627f79c57bd660be03b2161ab646d82139923d84ca17adf8a3",
            "source": "amazon-inspector",
            "versions": [
                "2.1.6"
            ]
        },
        {
            "id": "IN-MAL-2026-010790",
            "import_time": "2026-07-16T18:54:05.063042084Z",
            "modified_time": "2026-07-16T18:48:16Z",
            "sha256": "ab2a56b22929c62b081ce423598550f6de633fdd603a60afa0ed88953a4af52d",
            "source": "amazon-inspector",
            "versions": [
                "2.1.2"
            ]
        },
        {
            "id": "IN-MAL-2026-011249",
            "import_time": "2026-08-04T22:30:07.140505269Z",
            "modified_time": "2026-08-04T21:54:00Z",
            "sha256": "d563124c721050c0fdf411726937a21aa5d1f0dfd95bf415e965d858515eae13",
            "source": "amazon-inspector",
            "versions": [
                "2.1.5"
            ]
        },
        {
            "id": "IN-MAL-2026-011285",
            "import_time": "2026-08-04T22:30:08.966781865Z",
            "modified_time": "2026-08-04T21:59:20Z",
            "sha256": "e15a852d5059620c9ee20b20a227907363f1b83c05bf642f2f077d11b4d08f66",
            "source": "amazon-inspector",
            "versions": [
                "2.1.4"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / loader1

Package

Affected ranges

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

Affected versions

2.*
2.1.2
2.1.3
2.1.4
2.1.5
2.1.6
2.1.7

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"
    },
    {
        "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"
    },
    {
        "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"
    },
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    }
]
indicators
{
    "evidence_files": [
        {
            "path": "index.js",
            "sha256": "d53e4f31a86d9613cebd40bfbf6d3c29b00fc5655d4843d57c737207f91770ca",
            "tlsh": "76f0ac1a00bd007105aa507643dfb0257c666a232686dd8639cc021c4fcd5e3c4efde0"
        },
        {
            "path": "package.json",
            "sha256": "a87e5c962cf8ab68276d33e7b8182e3f1b3d7faa530dd82c0f2b7212e4d01b48",
            "tlsh": "3ee0c21459a2942319c4aa220d9da442a761de6f10503d0d67cf242c82ee67769fe35c"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/loader1/MAL-2026-10696.json"