MAL-2026-12210

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/statist-browser-typed-client-investing.product.loginandauthorization/MAL-2026-12210.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-12210
Aliases
  • GHSA-fgh7-375g-mcrw
Published
2026-08-05T09:09:40Z
Modified
2026-08-06T01:21:17.171111578Z
Summary
Malicious code in statist-browser-typed-client-investing.product.loginandauthorization (npm)
Details

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

Source: amazon-inspector (508b23be5504ec69bf284c9a99bb7840e284c52862e07588b07807ebc4f0d71c)

index.js unconditionally requires./bridge on load. bridge.js selects a per-OS binary URL from a list of string-split-concealed hosts (oob-worker.cf99-9b3.workers.dev, cf103-070.workers.dev, cf100-416.workers.dev), with a DNS-TXT fallback under *.dl.well1.site, downloads the payload over https.get, writes it to /tmp or %TEMP% under a decoy name (e.g. dotnetdiag*.exe,.cache_*), chmods 0o755 on POSIX, and spawns it detached via spawn("/bin/sh") or spawn("cmd"). Hostnames are constructed by joining split array literals at runtime and require("child_process") is similarly dispersed to defeat string scans. Any consumer that installs and imports this package executes attacker-controlled native code on the host.

Source: ghsa-malware (38269d902ff010b8d9eae605783dbb1afac5ab849a2c8aaedc3bc30d019d1258)

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-05T09:09:40Z",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-014570",
            "import_time": "2026-08-05T09:28:26.59328453Z",
            "sha256": "508b23be5504ec69bf284c9a99bb7840e284c52862e07588b07807ebc4f0d71c",
            "versions": [
                "20.7.3"
            ]
        },
        {
            "modified_time": "2026-08-05T16:27:05Z",
            "source": "ghsa-malware",
            "id": "GHSA-fgh7-375g-mcrw",
            "import_time": "2026-08-06T00:58:53.364295184Z",
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ],
            "sha256": "38269d902ff010b8d9eae605783dbb1afac5ab849a2c8aaedc3bc30d019d1258"
        }
    ]
}
References
Credits

Affected packages

npm / statist-browser-typed-client-investing.product.loginandauthorization

Package

Name
statist-browser-typed-client-investing.product.loginandauthorization
View open source insights on deps.dev
Purl
pkg:npm/statist-browser-typed-client-investing.product.loginandauthorization

Affected ranges

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

Affected versions

20.*
20.7.3

Database specific

indicators
{
    "package_integrity": [
        {
            "filename": "statist-browser-typed-client-investing.product.loginandauthorization-20.7.3.tgz",
            "hashes": {
                "sha512_sri": "sha512-/dDCsJPmwEP9qbzzoJPHhzsZKi9JUPEvT30beOsvAiomMh4VJgepdH0BhCCOPboomGFAXbgVx93Gubfkoh+5Jg==",
                "sha1": "97a358a0aa58d5f1b1175a66c8e38af60c351312"
            }
        }
    ],
    "evidence_files": [
        {
            "tlsh": "daa1a79a06a770198bb09be4c7274416f55be2633780c2d4fb9c55981fb612482b2efc",
            "sha256": "9487b08b2575dfdc6495ae714cddcfb72b3d0843e9e3fe10d7ce06ab62f73d2b",
            "path": "_bridge.js"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/statist-browser-typed-client-investing.product.loginandauthorization/MAL-2026-12210.json"
cwes
[
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    },
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    }
]