MAL-2026-10452

    Dashboard / Malicious Package / MAL-2026-10452

    MAL-2026-10452

    Published: 13 Jul 2026Last Modified: 13 Jul 2026Aliases: 
    GHSA-jf3r-qgv3-frvm

    Summary: Malicious code in markdown-editable-table (npm)

    Details: Source: amazon-inspector (b6b15669732f3eaec42e12c5f8d41a8f74d595fc04f709804de9768cb1719a94) The package's package.json declares a preinstall hook (`node index.d.js`) that runs automatically on `npm install`. The script in index.d.js base64-decodes a payload whose decoded body fetches JavaScript from https://everydaynodechecker-39143n.vercel.app/api/key?mem=root1 and passes the response to `eval`. Both the destination URL (hidden inside a base64 blob) and the `eval` identifier (reassembled from the char-code array [101,118,97,108] via String.fromCharCode and invoked as `globalThis[tag](text)`) are obfuscated. The package metadata (repository `wooorm/markdown-table`, description, funding) impersonates the legitimate `markdown-table` package while shipping unrelated code, indicating a typosquat lure. Installing the package results in arbitrary attacker-controlled JavaScript executing on the installer's machine. Source: ghsa-malware (3f924484ba4bd07b0a0b1315b9a6f43e128662ae50d2b52c4bbe10ff190d5d0c) 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.

    Affected packages

    Package

    Name: markdown-editable-table

    Purl: pkg:npm/markdown-editable-table

    Affected ranges

    Type: SEMVER

    Events:

    Introduced- 0
    Fixed -None

    Affected versions

    2.4.3
    2.4.4
    2.4.2
    MAL-2026-10452 | CVE-DB