MAL-2026-15606

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/m3fdfocdoewn/MAL-2026-15606.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-15606
Published
2026-08-26T14:55:09Z
Modified
2026-08-31T18:31:23.146470470Z
Summary
Malicious code in m3fdfocdoewn (npm)
Details

Published as part of a ClickFix-style fake-CAPTCHA phishing campaign documented by OX Security (see reference). The package's only file is index.html, declared as the npm "main" entry; package.json defines no preinstall/install/postinstall/prepare lifecycle script, so the payload does not execute at npm install time. index.html renders a fake Cloudflare Turnstile verification widget. An obfuscator.io-obfuscated inline script builds a hardcoded redirect URL to https://login.microsofte.live/ (a typosquat of a Microsoft sign-in domain), appends the visitor's original query-string parameters, and navigates the browser there via window.location.replace(). The package therefore does not attack the installing machine directly; it is used as a static file host on the npm CDN (e.g. unpkg/jsDelivr) so the index.html can be linked to and opened directly in a victim's browser as a phishing/ClickFix landing page. Published by npm user "johnvaldez9a" as part of a burst of near-identical single-purpose packages published between 2026-08-04 and 2026-08-24 that share this same fake-Turnstile-redirect page structure.


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

Source: amazon-inspector (5eacbd727bafd64bdcda408fb10b13d4a88c02614922d028a6404c6f372cb5fd)

The package was found to contain malicious code or consuming dependency that contains malicious code

Database specific
{
    "malicious-packages-origins": [
        {
            "import_time": "2026-08-31T18:22:28.164770842Z",
            "source": "amazon-inspector",
            "versions": [
                "1.0.0"
            ],
            "id": "IN-MAL-2026-019280",
            "modified_time": "2026-08-31T17:58:49Z",
            "sha256": "5eacbd727bafd64bdcda408fb10b13d4a88c02614922d028a6404c6f372cb5fd"
        }
    ]
}
References
Credits

Affected packages

npm / m3fdfocdoewn

Package

Affected ranges

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

Affected versions

1.*
1.0.0

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/m3fdfocdoewn/MAL-2026-15606.json"
indicators
{
    "evidence_files": [
        {
            "path": "index.html",
            "tlsh": "cdc2d65763e03841190b5bb6bb2bb3e1e639489b71094c4ef69c7c48efeb405cad5938",
            "sha256": "ba25973ba3bb2758ff9db6cf90c1d1eb5a6bb7bba2027f90e4f44bef26d20424"
        }
    ],
    "package_integrity": [
        {
            "filename": "m3fdfocdoewn-1.0.0.tgz",
            "hashes": {
                "sha1": "fa9d633fed362ef3e62910d396189ed5b964f69a",
                "sha512_sri": "sha512-W48ItwiRDqJYK3n1KLzHGuXO/k1ODs//xVM4i4ffgam/JVwwDbz65RoD1BfQucpA56iBtFLb0uuFnw1rAthraw=="
            }
        }
    ]
}
cwes
[
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code"
    }
]
iocs
{
    "domains": [
        "login.microsofte.live"
    ],
    "files": [
        {
            "source": "PACKAGE_ARCHIVE",
            "paths": [
                "index.html"
            ],
            "note": "Fake Cloudflare Turnstile page bundled as the package's main entry (from v1.0.0, the latest published version)",
            "digests": {
                "sha256": "ba25973ba3bb2758ff9db6cf90c1d1eb5a6bb7bba2027f90e4f44bef26d20424"
            }
        }
    ]
}