MAL-2026-6534

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/react-dynammic-table-component/MAL-2026-6534.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-6534
Published
2026-06-26T15:45:57Z
Modified
2026-06-29T03:31:42.464296881Z
Summary
Malicious code in react-dynammic-table-component (npm)
Details

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

Source: amazon-inspector (d47aff9bb18dcd61350fa86e19d97ddee5ee7c5bdf7f0adea4a685e89d58fa4f)

react-dynammic-table-component@1.2.7 declares a preinstall lifecycle script (node dist/setup.js) that runs automatically on npm install. The script issues an HTTPS GET to https://everydaynodechecker-39143n.vercel.app/api/key?mem=master and passes the response body directly to eval(), executing attacker-controlled JavaScript on the installer's machine with the user's privileges. The fetch+eval primitive is wrapped in a function named initDatabase that performs no database work — a cover-story label inside an otherwise unrelated React table UI component. The destination host is not a publisher/CDN domain for this package and the fetched content is unpinned, unverified, and mutable by whoever controls the Vercel deployment, so the executed code can be changed at any time without republishing the package. Installer harm is immediate and unbounded: any code the operator of the endpoint chooses to serve runs at install time (credential theft, persistence, lateral movement, dependency tampering, etc.).

Source: ossf-package-analysis (3bd536e15a72ad0dd7b3ceece502e73cd29c606ea4d22efa16da366740ebf22f)

The OpenSSF Package Analysis project identified 'react-dynammic-table-component' @ 1.2.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": [
        {
            "versions": [
                "1.2.7"
            ],
            "modified_time": "2026-06-26T18:16:23Z",
            "sha256": "d47aff9bb18dcd61350fa86e19d97ddee5ee7c5bdf7f0adea4a685e89d58fa4f",
            "id": "IN-MAL-2026-007652",
            "source": "amazon-inspector",
            "import_time": "2026-06-26T18:42:49.932741966Z"
        },
        {
            "versions": [
                "1.2.7"
            ],
            "modified_time": "2026-06-26T15:45:57Z",
            "sha256": "3bd536e15a72ad0dd7b3ceece502e73cd29c606ea4d22efa16da366740ebf22f",
            "source": "ossf-package-analysis",
            "import_time": "2026-06-29T03:16:41.303415064Z"
        }
    ]
}
References
Credits

Affected packages

npm / react-dynammic-table-component

Package

Name
react-dynammic-table-component
View open source insights on deps.dev
Purl
pkg:npm/react-dynammic-table-component

Affected ranges

Affected versions

1.*
1.2.7

Database specific

cwes
[
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    }
]
indicators
{
    "package_integrity": [
        {
            "hashes": {
                "sha512_sri": "sha512-gnXjnhYUW+8ozodsFWRMAjqc4U2yVjhitAZOYbcg+MoJPVT0axCLhT5x6+jRS7Cq/NZrJTxZ/HemAA7wekyiiA==",
                "sha1": "6c32f99a0caf229f78aa15538f78e114f8730347"
            },
            "filename": "react-dynammic-table-component-1.2.7.tgz"
        }
    ],
    "evidence_files": [
        {
            "path": "dist/setup.js",
            "tlsh": "45d02eaa17be0a266631377c834fc001ab62ba760b94e621b3c2c7454f26d60b432c98",
            "sha256": "9ae50aa5c14599b161d3205126f8420a10933a86d3a86b1537a166a2911f7941"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/react-dynammic-table-component/MAL-2026-6534.json"