MAL-2026-15856

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@quantixfinance/ui/MAL-2026-15856.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-15856
Published
2026-09-03T15:51:39Z
Modified
2026-09-03T16:30:07.576142487Z
Summary
Malicious code in @quantixfinance/ui (npm)
Details

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

Source: amazon-inspector (32aaaa83ee6908df0267edb30ac90d4c87ef22bb803f2aca0c97b15348af95d4)

The package advertises itself as a UI component library but index.js only exports empty stub Button/Input/Card functions. The real behavior is in preinstall.js, which runs automatically on npm install. That script iterates process.env and collects any variable whose name matches a credential/wallet/RPC keyword list (key, secret, token, pass, mnemonic, seed, wallet, private, api, rpc, infura, alchemy, supabase, vercel, etc.), attaches hostname, cwd, and Node version, and POSTs the resulting JSON to an IPv4 destination written as the 32-bit integer 759017974 (resolves to 45.61.169.182) on port 61289. Encoding the destination as a decimal integer literal instead of a dotted-quad string is an evasion technique against naive string/regex scanners; Node's http.request accepts the numeric form and connects normally. The stub-UI-plus-preinstall-payload shape indicates the package exists solely to be installed under the assumption it is a real finance/crypto UI library and run its install-time secret harvester against the installer.

Database specific
{
    "malicious-packages-origins": [
        {
            "import_time": "2026-09-03T16:19:43.178041189Z",
            "source": "amazon-inspector",
            "versions": [
                "1.0.0"
            ],
            "id": "IN-MAL-2026-019368",
            "modified_time": "2026-09-03T15:51:39Z",
            "sha256": "32aaaa83ee6908df0267edb30ac90d4c87ef22bb803f2aca0c97b15348af95d4"
        }
    ]
}
References
Credits

Affected packages

npm / @quantixfinance/ui

Package

Name
@quantixfinance/ui
View open source insights on deps.dev
Purl
pkg:npm/%40quantixfinance/ui

Affected ranges

Affected versions

1.*
1.0.0

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@quantixfinance/ui/MAL-2026-15856.json"
indicators
{
    "evidence_files": [
        {
            "path": "preinstall.js",
            "tlsh": "8e21ba4af5bcf3b641a252b450cbc021a97fa40323c189a76b7c41d5ff468dc65634bb",
            "sha256": "5ba35e7025a373dac1380e610b797be1612a10b86f792fe5118e4f25ee688686"
        },
        {
            "path": "index.js",
            "tlsh": "e5900291016430d3511a6021916189c1e9a44452408154618e4c6e8804448327180247",
            "sha256": "3a62d31f10d1b613cefbbfaab1decb09d6f72193c548a4ea7c0067f230c2db8a"
        }
    ],
    "package_integrity": [
        {
            "filename": "ui-1.0.0.tgz",
            "hashes": {
                "sha512_sri": "sha512-FKaJM3od1xuEZzspMCWNIVTb91Cjwy7NC4jCBXJNFRio+vwP3+ZrGb/C/aMfEBxyJRaRxQwvbYN5XN4JkP7ing==",
                "sha1": "fe4bda5b4ca0257adde11b03e6a096e3bfd646fb"
            }
        }
    ]
}
cwes
[
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code"
    }
]