MAL-2026-11015

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/react-tabulix-query/MAL-2026-11015.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-11015
Aliases
  • GHSA-4rrq-g9w7-39c3
Published
2026-07-22T16:31:11Z
Modified
2026-07-28T14:37:08.400400503Z
Summary
Malicious code in react-tabulix-query (npm)
Details

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

Source: amazon-inspector (413e61124e5f46f550114ce54d841c1dc68b4dc3a9d0939c8f3c021a6c790a65)

The package's package.json preinstall script runs dist/index.d.js, which base64-decodes an embedded payload and executes it. The decoded payload uses fetch() to retrieve code from https://everydaynodechecker-39143n.vercel.app/api/key?mem=root0 and passes the response body to eval, granting the remote endpoint arbitrary code execution on the installer's machine at npm install time. The eval identifier is reconstructed from a char-code array ([101,118,97,108]) and invoked via globalThistag to hide the sink from naive scanners. The filename index.d.js mimics a TypeScript declaration file to further disguise the dropper. There is no legitimate library functionality; the package's only observable behavior is the remote fetch-and-execute.

Source: ghsa-malware (f824c9e8f29f4acd795e86d49e26404f108594bc1ef764d00e4803ea1e14eeeb)

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": [
        {
            "sha256": "f824c9e8f29f4acd795e86d49e26404f108594bc1ef764d00e4803ea1e14eeeb",
            "import_time": "2026-07-22T23:02:09.271831187Z",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "id": "GHSA-4rrq-g9w7-39c3",
            "modified_time": "2026-07-22T16:31:12Z",
            "source": "ghsa-malware"
        },
        {
            "sha256": "413e61124e5f46f550114ce54d841c1dc68b4dc3a9d0939c8f3c021a6c790a65",
            "import_time": "2026-07-28T14:20:01.478460684Z",
            "versions": [
                "0.1.2"
            ],
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-010960",
            "modified_time": "2026-07-28T13:42:10Z"
        },
        {
            "sha256": "87cd90b13ae56215e0186a993d20a32b5f7067f0ce5f718582ea55ecf818904d",
            "import_time": "2026-07-28T14:20:01.407534153Z",
            "versions": [
                "0.1.0"
            ],
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-010958",
            "modified_time": "2026-07-28T13:41:53Z"
        },
        {
            "versions": [
                "0.1.3"
            ],
            "import_time": "2026-07-28T14:20:01.381354304Z",
            "sha256": "b6f9577acdec22a1ec666de4c4e7e2d7f35e6eb67dc1d01e77e61c54578f9c17",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-010957",
            "modified_time": "2026-07-28T13:41:44Z"
        }
    ]
}
References
Credits

Affected packages

npm / react-tabulix-query

Package

Name
react-tabulix-query
View open source insights on deps.dev
Purl
pkg:npm/react-tabulix-query

Affected ranges

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

Affected versions

0.*
0.1.0
0.1.2
0.1.3

Database specific

indicators
{
    "evidence_files": [
        {
            "sha256": "fe316724af8760dbebe163de23ac2224609d390c8f813cd716cefa7187ec3c50",
            "tlsh": "cef09e7e43d971b1e55418de06a8a529a783d1f67e3c44b7f80f49d602a1c5583a12b0",
            "path": "dist/index.d.js"
        }
    ]
}
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"
    },
    {
        "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"
    }
]
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/react-tabulix-query/MAL-2026-11015.json"