MAL-2026-6939

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/polytrade/MAL-2026-6939.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-6939
Aliases
  • GHSA-r7mv-rcm7-x7m3
Published
2026-07-07T16:07:02Z
Modified
2026-07-09T17:31:56.695902852Z
Summary
Malicious code in polytrade (npm)
Details

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

Source: amazon-inspector (5bb6b9a4e70c868e150f06160b187915bcdeb6c9c8f95095af4766dde92f96c5)

polytrade@2.4.1 advertises itself as a Polymarket API SDK, but the exported getPlugin function in index.js issues an HTTP request to https://svganchordev.net/icons/<token> and passes the response field data.credits to new Function(...) with require, module, process, Buffer, and Promise bound as arguments. Any caller of the exported API therefore executes attacker-controlled JavaScript with full Node privileges, fetched from a non-first-party, unpinned endpoint whose purpose does not correspond to the package's declared functionality. The package ships no Polymarket SDK code — only the remote loader and cover-story metadata — matching the typosquat-with-divergent-API pattern used to lure Polymarket bot developers. The tarball also includes an OpenSSH ed25519 private key (gitlab, gitlab.pub with comment testm@DESKTOP-PO28IS1), which appears to be accidental author inclusion and is noted separately.

Source: ghsa-malware (1f6d9ad8459443d96933ca9fbd388fa9dc5c596691af976cc8e7fce4bdd2727a)

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": [
        {
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ],
            "id": "GHSA-r7mv-rcm7-x7m3",
            "source": "ghsa-malware",
            "import_time": "2026-07-07T16:09:37.886269859Z",
            "modified_time": "2026-07-07T16:07:12Z",
            "sha256": "1f6d9ad8459443d96933ca9fbd388fa9dc5c596691af976cc8e7fce4bdd2727a"
        },
        {
            "sha256": "5bb6b9a4e70c868e150f06160b187915bcdeb6c9c8f95095af4766dde92f96c5",
            "id": "IN-MAL-2026-009367",
            "source": "amazon-inspector",
            "import_time": "2026-07-09T17:19:29.850061431Z",
            "modified_time": "2026-07-09T17:02:01Z",
            "versions": [
                "2.4.1"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / polytrade

Package

Affected ranges

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

Affected versions

2.*
2.4.1

Database specific

indicators
{
    "evidence_files": [
        {
            "path": "index.js",
            "tlsh": "dfc1616546fa21a36a67e4edf30f100271a5e2133758e971f48e42902fca668e5f24e8",
            "sha256": "24f9b188fee5ca7999bd67fc8c2ad3b5b7bb558ecc1db3c118783ffba5bd180c"
        },
        {
            "path": "package.json",
            "tlsh": "d201b801ca25dfa308da21a66c798457a171ec0b8e00fc0c33860b5c1f4e1af21fe2ac",
            "sha256": "212671b2a9ac22a26b0e44efca1e2604800ea6e88e827fb18317abdbaec97d9d"
        },
        {
            "path": "gitlab",
            "tlsh": "aae0edb26c6d6e8a69aecef81820810a9f69f6a3493870e041e4e0852d75ea2c41c6c4",
            "sha256": "1b518991648a8f55ae87fef0521f62db50ffec33ee374a144949bd4d6739aabb"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/polytrade/MAL-2026-6939.json"
cwes
[
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code"
    },
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code"
    }
]