MAL-2026-10735

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/isite/MAL-2026-10735.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-10735
Aliases
  • GHSA-hmvc-prpq-wwcr
Published
2026-07-16T18:34:56Z
Modified
2026-08-31T18:31:23Z
Summary
Malicious code in isite (npm)
Details

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

Source: amazon-inspector (08f0ac64df493f0f780dab52b41f561daedaf70c2a6c9cb62fe51307f89d29fe)

On initialization of the framework (index.js -> init()), lib/wsClient.js opens a WebSocket to ws://socket.social-browser.com/isite (URL hidden by a custom base64-alphabet decoder in object-options/lib/fn.js). Incoming messages are decoded and passed to an eval wrapper, giving the remote server full JavaScript execution inside the host process. In parallel, lib/eval.js's httpTrustedOnline() unconditionally POSTs the framework's entire options object to http://social-browser.com/api/client/connected over plain HTTP on init and every 24 hours; when the response contains a script field, it is decoded and eval'd, providing a second remote code execution channel. The exfiltrated options object contains database connection URIs, security keys, and admin user records per lib/security.js and lib/mongodb.js. A separate helper ____0.AI(text) in apps/client-side/site_files/js/site.js hardcodes POSTs of caller-supplied text to https://n8n.egytag.com/webhook/chat. Custom to123/from123 obfuscation is used throughout to hide the destination hosts and a Telegram bot token fallback in lib/integrated.js.

Source: ghsa-malware (d11651b520f2288dc8f9557ab19cdf12b9e354eac32128123d0ab634926c5c94)

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-010704",
            "import_time": "2026-07-16T18:54:00.117325158Z",
            "modified_time": "2026-07-16T18:34:56Z",
            "sha256": "08f0ac64df493f0f780dab52b41f561daedaf70c2a6c9cb62fe51307f89d29fe",
            "source": "amazon-inspector",
            "versions": [
                "2026.7.2"
            ]
        },
        {
            "id": "GHSA-hmvc-prpq-wwcr",
            "import_time": "2026-08-27T10:31:59.017801825Z",
            "modified_time": "2026-08-27T08:13:57Z",
            "sha256": "d11651b520f2288dc8f9557ab19cdf12b9e354eac32128123d0ab634926c5c94",
            "source": "ghsa-malware",
            "versions": [
                "2026.8.26",
                "2026.7.2",
                "2026.7.1",
                "2026.6.1",
                "2026.4.5",
                "2026.4.4",
                "2026.4.3",
                "2026.4.2",
                "2026.4.1",
                "2026.1.2",
                "2026.1.1",
                "2025.12.1",
                "2025.11.4",
                "2025.11.3",
                "2025.11.2",
                "2025.11.1",
                "2025.10.4",
                "2025.10.3",
                "2025.10.2",
                "2025.10.1",
                "2025.9.3",
                "2025.9.2",
                "2025.9.1",
                "2025.8.8",
                "2025.8.7",
                "2025.8.6",
                "2025.8.5",
                "2025.8.4",
                "2025.8.3",
                "2025.8.2",
                "2025.8.1",
                "2025.7.2"
            ]
        },
        {
            "id": "IN-MAL-2026-019283",
            "import_time": "2026-08-31T18:22:28.442800391Z",
            "modified_time": "2026-08-31T17:59:15Z",
            "sha256": "0a6da7ebb6b478e2e1a4022aa359880c171124b89c41127782802a677a38686d",
            "source": "amazon-inspector",
            "versions": [
                "2026.7.1"
            ]
        },
        {
            "id": "IN-MAL-2026-019284",
            "import_time": "2026-08-31T18:22:28.481492207Z",
            "modified_time": "2026-08-31T17:59:29Z",
            "sha256": "27a8c30907c6b4e24b71a91df74f9cca103a8620a97cbe8fcb01837951e3eb47",
            "source": "amazon-inspector",
            "versions": [
                "2026.6.1"
            ]
        },
        {
            "id": "IN-MAL-2026-019282",
            "import_time": "2026-08-31T18:22:28.38980705Z",
            "modified_time": "2026-08-31T17:59:04Z",
            "sha256": "7342107598d28de0775ec1bc7da5ccb69cbafc093c2a60294555215dd4b3f5f2",
            "source": "amazon-inspector",
            "versions": [
                "2026.8.26"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / isite

Package

Affected ranges

Affected versions

2025.*
2025.7.2
2025.8.1
2025.8.2
2025.8.3
2025.8.4
2025.8.5
2025.8.6
2025.8.7
2025.8.8
2025.9.1
2025.9.2
2025.9.3
2025.10.1
2025.10.2
2025.10.3
2025.10.4
2025.11.1
2025.11.2
2025.11.3
2025.11.4
2025.12.1
2026.*
2026.1.1
2026.1.2
2026.4.1
2026.4.2
2026.4.3
2026.4.4
2026.4.5
2026.6.1
2026.7.1
2026.7.2
2026.8.26

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"
    }
]
indicators
{
    "evidence_files": [
        {
            "path": "lib/wsClient.js",
            "sha256": "f505f12ce0a5e0395feaae62b7386689dcc8c9f63b42474e63e8be41b54c6564",
            "tlsh": "f971f098543554ba483273a6ea27e09cfb754173080a7346bead82de6f3895043edf4c"
        },
        {
            "path": "lib/eval.js",
            "sha256": "b49e9a2425699152e34019470fdee0bb8b74676f4c3f7444183fc13b02b370a9",
            "tlsh": "6541e47538915188c5bb73f68a1ed23ed565433750194d957d7c42409fb311872e1dc4"
        },
        {
            "path": "lib/integrated.js",
            "sha256": "6633547f153be5228fd33dd5cf7d55ec9730b7244506c7731a4234356bc1ae7f",
            "tlsh": "c0a18d0a2b59500941b373fbbb46e10cfb14e077214da261ba5c52e6ef338a426f2f5c"
        },
        {
            "path": "object-options/lib/fn.js",
            "sha256": "cfa5624a8f8cf05994d622614d0ecc93e299d89f0af90dcd67eca8fcb211489c",
            "tlsh": "aa92149a698670054a73b3fc8b4bd01df73a8837024d01917d6c9995afb242176f9fec"
        }
    ],
    "package_integrity": [
        {
            "filename": "isite-2026.7.2.tgz",
            "hashes": {
                "sha1": "12885bce2295d223b76bd3cb5728a74df2b172a6",
                "sha512_sri": "sha512-/t7EX6iWeTa5vKpF5y9U2GL3N5cK5mXl7ThE5xxqSMIJYDV+LUJnPWkK+cTfjjWUXOE4vZ8mbGdtHMlP2uuKww=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/isite/MAL-2026-10735.json"