MAL-2026-14050

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@polymarkets/clob-client-v2/MAL-2026-14050.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-14050
Published
2026-08-14T20:07:11Z
Modified
2026-08-14T20:31:47.560590592Z
Summary
Malicious code in @polymarkets/clob-client-v2 (npm)
Details

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

Source: amazon-inspector (7e06fdabf4b8b56bb40b4656a1a254801f37bef08278111f59814e375be3e7dc)

package.json for @polymarkets/clob-client-v2 declares its inquirer dependency as an HTTPS tarball URL on registrynpmjs.to, a lookalike of the real npm registry (registry.npmjs.org): "inquirer": "https://registrynpmjs.to/inquirer-14.0.2.tgz". On npm install, npm fetches and installs whatever tarball that host serves as inquirer into node_modules, so the operator of registrynpmjs.to controls the code that runs via inquirer's install lifecycle and on first require. The package is also published under the scope @polymarkets, a one-character variation of the legitimate Polymarket scope @polymarket, consistent with a typosquat lure whose delivery vector is the redirected dependency.

Database specific
{
    "malicious-packages-origins": [
        {
            "import_time": "2026-08-14T20:14:23.595629659Z",
            "sha256": "7e06fdabf4b8b56bb40b4656a1a254801f37bef08278111f59814e375be3e7dc",
            "modified_time": "2026-08-14T20:07:11Z",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-017928",
            "versions": [
                "1.0.6"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / @polymarkets/clob-client-v2

Package

Name
@polymarkets/clob-client-v2
View open source insights on deps.dev
Purl
pkg:npm/%40polymarkets/clob-client-v2

Affected ranges

Affected versions

1.*
1.0.6

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@polymarkets/clob-client-v2/MAL-2026-14050.json"
indicators
{
    "evidence_files": [
        {
            "sha256": "1dfe0c6ca840a057a4cd92b07fad8d18e346fbe4766734eb89e47154b9625852",
            "tlsh": "b241ab54cc65ceb305c426e9dc7a8a4aa13144074c50fd0973ce462d4f8c26f25feaae",
            "path": "package.json"
        }
    ],
    "package_integrity": [
        {
            "filename": "clob-client-v2-1.0.6.tgz",
            "hashes": {
                "sha1": "b18950226b10cb609c0fbdf72a574ba1cbb5e645",
                "sha512_sri": "sha512-5xvVWKCE7TzFPLq2ZvMo6F2K2FLZSKPjAwdRkliXBdmaeCqe+82jn0ZXrNyrr6tKHdq96x1gWaqrBHDwOd+bbQ=="
            }
        }
    ]
}
cwes
[
    {
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature."
    }
]