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
Aliases
  • GHSA-rghg-wjq8-jq2g
Published
2026-06-26T15:45:57Z
Modified
2026-07-13T19:01:56.485320157Z
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: ghsa-malware (dafb05a40352ab1ea42be7af01a26ba6ecfb8b58bc4eb0163dbd27bb7b379a0f)

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.

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"
            ],
            "import_time": "2026-06-26T18:42:49.932741966Z",
            "sha256": "d47aff9bb18dcd61350fa86e19d97ddee5ee7c5bdf7f0adea4a685e89d58fa4f",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-007652",
            "modified_time": "2026-06-26T18:16:23Z"
        },
        {
            "sha256": "3bd536e15a72ad0dd7b3ceece502e73cd29c606ea4d22efa16da366740ebf22f",
            "import_time": "2026-06-29T03:16:41.303415064Z",
            "versions": [
                "1.2.7"
            ],
            "source": "ossf-package-analysis",
            "modified_time": "2026-06-26T15:45:57Z"
        },
        {
            "sha256": "dafb05a40352ab1ea42be7af01a26ba6ecfb8b58bc4eb0163dbd27bb7b379a0f",
            "import_time": "2026-07-13T18:49:49.017037355Z",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "id": "GHSA-rghg-wjq8-jq2g",
            "modified_time": "2026-07-13T18:27:04Z",
            "source": "ghsa-malware"
        }
    ]
}
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

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

Affected versions

1.*
1.2.7

Database specific

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"
    }
]
indicators
{
    "evidence_files": [
        {
            "sha256": "9ae50aa5c14599b161d3205126f8420a10933a86d3a86b1537a166a2911f7941",
            "tlsh": "45d02eaa17be0a266631377c834fc001ab62ba760b94e621b3c2c7454f26d60b432c98",
            "path": "dist/setup.js"
        }
    ],
    "package_integrity": [
        {
            "hashes": {
                "sha1": "6c32f99a0caf229f78aa15538f78e114f8730347",
                "sha512_sri": "sha512-gnXjnhYUW+8ozodsFWRMAjqc4U2yVjhitAZOYbcg+MoJPVT0axCLhT5x6+jRS7Cq/NZrJTxZ/HemAA7wekyiiA=="
            },
            "filename": "react-dynammic-table-component-1.2.7.tgz"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/react-dynammic-table-component/MAL-2026-6534.json"