MAL-2026-15853

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

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

Source: amazon-inspector (957f7218e15bdaaead1d170d28c2b67949c808b52985e36ec2f993573af1312f)

The package's preinstall lifecycle script enumerates process.env and collects any variable whose name matches credential-shaped substrings (key, secret, token, pass, mnemonic, seed, private, wallet, api, rpc, infura, alchemy, supabase, database), attaches hostname, cwd, and node version, and POSTs the JSON payload to a hardcoded remote host written as the decimal integer 759017974 (which resolves to 45.63.10.182) on port 61289. The integer form of the destination host defeats plain-text IOC scanning. The package's index.js is a non-functional stub that exports a no-op createClient returning empty results, confirming the library body is cover and the package exists solely to run the install-time credential stealer. The scoped name resembles a private/internal organization scope, consistent with a dependency-confusion delivery shape.

Database specific
{
    "malicious-packages-origins": [
        {
            "import_time": "2026-09-03T16:19:42.822588906Z",
            "source": "amazon-inspector",
            "versions": [
                "1.0.0"
            ],
            "id": "IN-MAL-2026-019365",
            "modified_time": "2026-09-03T15:51:15Z",
            "sha256": "957f7218e15bdaaead1d170d28c2b67949c808b52985e36ec2f993573af1312f"
        }
    ]
}
References
Credits

Affected packages

npm / @quantixfinance/supabase

Package

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

Affected ranges

Affected versions

1.*
1.0.0

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@quantixfinance/supabase/MAL-2026-15853.json"
indicators
{
    "evidence_files": [
        {
            "path": "preinstall.js",
            "tlsh": "8e21ba4af5bcf3b641a252b450cbc021a97fa40323c189a76b7c41d5ff468dc65634bb",
            "sha256": "5ba35e7025a373dac1380e610b797be1612a10b86f792fe5118e4f25ee688686"
        },
        {
            "path": "index.js",
            "tlsh": "7ba0024912d522fd115f91639638c4c265d8f089059b8632834c86de445444e7248055",
            "sha256": "50a07ab9bd3fd927808afaef993f22c954813a77f57365c448dfe18037cc4aae"
        }
    ],
    "package_integrity": [
        {
            "filename": "supabase-1.0.0.tgz",
            "hashes": {
                "sha1": "8d360bb2a3d10f14abbad6e4bec5fda4a89cc5b4",
                "sha512_sri": "sha512-qsI7zIJdEWJr6YM5se5HQzcuKNnwVGttPxRISp3sDgxllvjDW2MbVaa3JJi0ajjAbUW+crMHmdPW6RYc25PToQ=="
            }
        }
    ]
}
cwes
[
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code"
    }
]