MAL-2026-15855

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

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

Source: amazon-inspector (dcf106f622a8d60232e7d296737eab7e44ffc42a598f40b4b2afea24aaa15f7c)

The package's declared preinstall script iterates process.env, filters keys against a broad credential/secret keyword list (key, secret, token, pass, private, mnemonic, seed, api, wallet, tron, rpc, infura, alchemy, database, supabase, vercel, railway, and similar), attaches hostname, cwd, and node version, and POSTs the collected JSON to a hardcoded IPv4 host encoded as the integer literal 759017974 (45.61.177.246) on port 61289 with a random-hex path. Numeric-integer encoding of the destination hides the address from string/URL scanners. The shipped index.js is a two-line no-op stub and the README does not mention any network activity, so the package's only material behavior on npm install is credential harvesting.

Database specific
{
    "malicious-packages-origins": [
        {
            "import_time": "2026-09-03T16:19:43.616539153Z",
            "source": "amazon-inspector",
            "versions": [
                "1.0.0"
            ],
            "id": "IN-MAL-2026-019372",
            "modified_time": "2026-09-03T15:52:17Z",
            "sha256": "dcf106f622a8d60232e7d296737eab7e44ffc42a598f40b4b2afea24aaa15f7c"
        }
    ]
}
References
Credits

Affected packages

npm / @quantixfinance/tron

Package

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

Affected ranges

Affected versions

1.*
1.0.0

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@quantixfinance/tron/MAL-2026-15855.json"
indicators
{
    "evidence_files": [
        {
            "path": "preinstall.js",
            "tlsh": "8e21ba4af5bcf3b641a252b450cbc021a97fa40323c189a76b7c41d5ff468dc65634bb",
            "sha256": "5ba35e7025a373dac1380e610b797be1612a10b86f792fe5118e4f25ee688686"
        }
    ],
    "package_integrity": [
        {
            "filename": "tron-1.0.0.tgz",
            "hashes": {
                "sha1": "c03405956f4954dc5a7c9655d76f7394dbf37947",
                "sha512_sri": "sha512-YaMtDEkYdpEXEoFG9I/Qp0Pvif8U8+DRuNj/zEln5B3swJzu12v2IdF1uvzhhkGlnlXA9fHsBtit8bXxB5WZ7Q=="
            }
        }
    ]
}
cwes
[
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code"
    }
]