MAL-2026-5900

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/chai-as-decrypted/MAL-2026-5900.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-5900
Aliases
  • GHSA-w7rc-qq2w-vqhg
Published
2026-06-16T16:18:25Z
Modified
2026-07-06T19:01:43.390102808Z
Summary
Malicious code in chai-as-decrypted (npm)
Details

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

Source: amazon-inspector (3ed93b06c95c42e3183b89e5fb1d9dea3f711bb20d766861c8d16b8d17f17cc9)

Package name chai-as-decrypted mimics the popular chai-as-promised, and the README impersonates pino (uses pino's npm badges and links to github.com/pinojs/pino). On npm install, the postinstall hook runs npm run smoke:pinonode./index.js, whose top-level runBackgroundTask() spawns a detached node lib/initializeCaller.js. That file shadows the global process with a local object whose env.DEV_API_KEY is a base64 string; it atob-decodes the value to https://www.ipregionchecker.org/api/ip-check-encrypted/3aeb34a37, POSTs to it via axios, and executes the HTTP response body with new Function.constructor("require", response)(require) — arbitrary remote JavaScript run with full require access on the installer's machine, retried 5 times. The base64 hiding of the endpoint and headers behind a fake process.env has no legitimate purpose and is solely to evade static scanners. This is a deliberate install-time remote code execution attack against developers who mistype chai-as-promised.

Source: ghsa-malware (4247d01c68df5aa81cfd5bf2bec45101bd522f079f6c9ca5289e7541fc53e198)

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": [
        {
            "import_time": "2026-06-16T18:10:20.278156633Z",
            "id": "IN-MAL-2026-006785",
            "sha256": "3ed93b06c95c42e3183b89e5fb1d9dea3f711bb20d766861c8d16b8d17f17cc9",
            "modified_time": "2026-06-16T16:18:25Z",
            "source": "amazon-inspector",
            "versions": [
                "4.2.8"
            ]
        },
        {
            "import_time": "2026-07-06T18:54:03.613261197Z",
            "id": "GHSA-w7rc-qq2w-vqhg",
            "sha256": "4247d01c68df5aa81cfd5bf2bec45101bd522f079f6c9ca5289e7541fc53e198",
            "modified_time": "2026-07-06T18:51:41Z",
            "source": "ghsa-malware",
            "versions": [
                "4.2.8"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / chai-as-decrypted

Package

Affected ranges

Affected versions

4.*
4.2.8

Database specific

cwes
[
    {
        "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",
        "cweId": "CWE-506"
    }
]
indicators
{
    "evidence_files": [
        {
            "path": "lib/initializeCaller.js",
            "tlsh": "4d119c4d71f82008042151e5b62f14126025e4673d8ad5e4bacc834b1fa667fbd53adf",
            "sha256": "76ca537732f161ae4d3a78b876390ddbab16e001c392a74009b31fb91ce4f89b"
        },
        {
            "path": "package.json",
            "tlsh": "5301cb20debc4e2305ed15860c2a06037a615d175928fc2833e7922c0f9d5fb40ff21e",
            "sha256": "566b1f7f56ac9149ff4381812ea8ee13e8b1a4c6512027996bddc19149f17b44"
        }
    ],
    "package_integrity": [
        {
            "filename": "chai-as-decrypted-4.2.8.tgz",
            "hashes": {
                "sha1": "06ac394a2a86b83fa30350c17879a1c85fd27d3e",
                "sha512_sri": "sha512-ypl31L0qfwb9j7U8dPIvLFDeMgiX9mQVvZfkKP/xhGtSG+yGHRr9cgNkCf3/ut/5uVgPOuisWZvtpl0h75YsNA=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/chai-as-decrypted/MAL-2026-5900.json"