MAL-2026-13388

    Dashboard / Malicious Package / MAL-2026-13388

    MAL-2026-13388

    Published: 6 Aug 2026Last Modified: 6 Aug 2026Aliases: 
    GHSA-cvhm-4vf7-gq9p

    Summary: Malicious code in @simplipayng/checkout (npm)

    Details: Source: amazon-inspector (00ead1207956df050d2746ae899d5ea9132fbc4c35684f9e992599c5ef10259c) The bundled main (dist/index.js) executes an eval(atob(...)) blob at module top level, so any Node-side require() of the package (SSR, tests, Next.js server rendering) runs it. The decoded payload uses unicode-escaped identifiers to hide require("child_process") + spawn, require("http"), require("https"), require("zlib"), and require("url"); iterates a list of public Ethereum JSON-RPC endpoints; embeds a unicode-escaped Ethereum address literal (0xa322...Ef1a); and constructs URLs of the form http://<host>:443/0x/cls and http://<host>:443/0x/ls. None of this is consistent with the advertised React card-checkout component. The package is also published as @simplipayng/checkout with homepage simplipay.ng, but the axios client is hardcoded to https://devpay.voxepay.app and https://pay.voxepay.app, so card details, PINs and OTPs entered into the checkout flow are POSTed to a domain that does not match the declared publisher. The double obfuscation (outer base64+eval, inner \uXXXX escapes on every sensitive identifier and URL) combined with child_process + network primitives inside a UI library is a dropper/backdoor shape, not a build artifact. Source: ghsa-malware (fcc2f73256242823aac23ffe7141dae7b47503116e3c9d1b44d9d9d4b3574a83) 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: @simplipayng/checkout

    Purl: pkg:npm/%40simplipayng/checkout

    Affected ranges

    Type: SEMVER

    Events:

    Introduced- 0
    Fixed -None

    Affected versions

    1.4.3
    1.4.2
    MAL-2026-13388 | CVE-DB