MAL-2026-13388

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@simplipayng/checkout/MAL-2026-13388.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-13388
Aliases
  • GHSA-cvhm-4vf7-gq9p
Published
2026-08-06T06:22:59Z
Modified
2026-08-06T13:34:48.972180484Z
Summary
Malicious code in @simplipayng/checkout (npm)
Details

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

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("childprocess") + 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 childprocess + 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.

Database specific
{
    "malicious-packages-origins": [
        {
            "modified_time": "2026-08-06T06:23:00Z",
            "source": "ghsa-malware",
            "sha256": "fcc2f73256242823aac23ffe7141dae7b47503116e3c9d1b44d9d9d4b3574a83",
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ],
            "id": "GHSA-cvhm-4vf7-gq9p",
            "import_time": "2026-08-06T09:23:22.963090172Z"
        },
        {
            "modified_time": "2026-08-06T12:17:12Z",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-016002",
            "import_time": "2026-08-06T13:08:36.702636663Z",
            "sha256": "00ead1207956df050d2746ae899d5ea9132fbc4c35684f9e992599c5ef10259c",
            "versions": [
                "1.4.3"
            ]
        },
        {
            "modified_time": "2026-08-06T12:17:29Z",
            "source": "amazon-inspector",
            "sha256": "1add94def4c93467fa102ac79518ccd972d4f28d0dbb99824b139705dd8851e9",
            "import_time": "2026-08-06T13:08:36.956621329Z",
            "id": "IN-MAL-2026-016004",
            "versions": [
                "1.4.2"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / @simplipayng/checkout

Package

Name
@simplipayng/checkout
View open source insights on deps.dev
Purl
pkg:npm/%40simplipayng/checkout

Affected ranges

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

Affected versions

1.*
1.4.2
1.4.3

Database specific

indicators
{
    "evidence_files": [
        {
            "tlsh": "f0652b467de21171495371b54b9fa085f238d01b222eed54b8ddc2a42f48dbc83bafe9",
            "sha256": "d2fa8167aff16744118423eaa28b85f65c524d1880082bdf0fe01491fd272504",
            "path": "dist/index.js"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@simplipayng/checkout/MAL-2026-13388.json"
cwes
[
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    },
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    },
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    }
]