MAL-2026-12437

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/simplipayng/MAL-2026-12437.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-12437
Aliases
  • GHSA-qw5j-q6g9-pqhf
Published
2026-08-05T12:33:59Z
Modified
2026-08-06T09:34:48.480800187Z
Summary
Malicious code in simplipayng (npm)
Details

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

Source: amazon-inspector (1cf21e1f6c1fc8a9e9caa3a8383da1b2fb4dd863fc531e17771209b14284e087)

dist/cjs/index.js appends an eval(atob(...)) blob to what appears to be a React Button re-export. The decoded payload queries public Ethereum RPCs for the latest transaction from the hardcoded address 0xa322E5f3D311D3080e6f0121063e9aDC2490Ef1a, extracts two IPv4 addresses encoded in the tx.to field, then fetches XOR-encoded next-stage JavaScript from those IPs over HTTP/HTTPS at the paths /0x/cls and /0x/ls and executes it via eval and spawn('node', ['-e',...], {detached:true}). Network and process sinks are hidden behind base64 wrapping and per-character \uXXXX unicode escapes for require('http'), require('https'), require('child_process'), and 'spawn'. Any project that require()s this package receives arbitrary remote code execution controlled by whoever writes to the on-chain dead-drop address, in a detached Node subprocess.

Source: ghsa-malware (b4462e97d828e2448139b0e3f348c00cd4f9f5611b7886c6c199796f5895a5a8)

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": [
        {
            "source": "amazon-inspector",
            "modified_time": "2026-08-05T12:33:59Z",
            "sha256": "1cf21e1f6c1fc8a9e9caa3a8383da1b2fb4dd863fc531e17771209b14284e087",
            "id": "IN-MAL-2026-014708",
            "versions": [
                "1.0.8"
            ],
            "import_time": "2026-08-05T13:08:39.573547038Z"
        },
        {
            "source": "ghsa-malware",
            "modified_time": "2026-08-06T06:22:59Z",
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ],
            "id": "GHSA-qw5j-q6g9-pqhf",
            "sha256": "b4462e97d828e2448139b0e3f348c00cd4f9f5611b7886c6c199796f5895a5a8",
            "import_time": "2026-08-06T09:23:23.013679353Z"
        }
    ]
}
References
Credits

Affected packages

npm / simplipayng

Package

Affected ranges

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

Affected versions

1.*
1.0.8

Database specific

cwes
[
    {
        "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",
        "description": "The product contains code that appears to be malicious in nature."
    }
]
indicators
{
    "package_integrity": [
        {
            "hashes": {
                "sha512_sri": "sha512-SHYaEGHr6nrng/uInKjJ3Z0xcp56joWJg1WcOUVf6PwmIiNqdZ0bNnsWecHStmZ7GAIJP41Ek1fCeeKrLe3b2g==",
                "sha1": "45423cad807811bad4a1eb52cd6b5d49f61888ed"
            },
            "filename": "simplipayng-1.0.8.tgz"
        }
    ],
    "evidence_files": [
        {
            "path": "dist/cjs/index.js",
            "sha256": "2ccb5177494d2a8c35dff44e000d0a824d5ffa3e12084cef028b7c02c3c6ed33",
            "tlsh": "44426faa06a27adbcb0b2673fd97970d237000b266ac2f45311fd874b389c95758d60f"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/simplipayng/MAL-2026-12437.json"