MAL-2026-10698

    Dashboard / Malicious Package / MAL-2026-10698

    MAL-2026-10698

    Published: 16 Jul 2026Last Modified: 5 Aug 2026Aliases: 
    GHSA-jqc8-qp8m-m77v

    Summary: Malicious code in websight2-p2p (npm)

    Details: Source: amazon-inspector (68f0d3e266200dd193458cccca682b6fddefd14883c02bd4bfd6f98f722690cb) The package ships a single file, index.html, which is declared as the package `main`. On render, index.html fetches https://bitbucket.org/p2p-alt-public/p2p-emis/raw/main/GameWebSight with a cache-busting query string and injects the response into the page via `document.open(); document.write(html);`, executing whatever HTML/JS the remote returns. The URL is pinned to the mutable `main` branch with no commit SHA and no integrity/hash verification, so the repository owner (or anyone with write access to that Bitbucket repo) can change the executed payload at any time. The package has no npm lifecycle scripts and the `main` is HTML rather than JS, so `npm install` and `require()` are themselves inert — the fetch-and-execute path only fires when the HTML is opened in a browser, which is the package's advertised use. Author metadata is empty (`"author": ""`, empty keywords, generic ISC license, one-line description), which is unusual for a loader that proxies arbitrary remote code into a browser context. Source: ghsa-malware (e0f4f7e738f3c8d0c67360c47bcd6bcbb6e66c15539d05ff1c5db4133b402b98) 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.

    Affected packages

    Package

    Name: websight2-p2p

    Purl: pkg:npm/websight2-p2p

    Affected ranges

    Type: SEMVER

    Events:

    Introduced- 0
    Fixed -None

    Affected versions

    1.0.1
    1.0.0
    1.0.3
    1.0.2
    1.0.4
    MAL-2026-10698 | CVE-DB