MAL-2026-13822

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/mnhdjoweuq/MAL-2026-13822.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-13822
Aliases
  • GHSA-ph9q-v37r-28hp
Published
2026-08-12T10:29:53Z
Modified
2026-08-12T13:00:20.586560175Z
Summary
Malicious code in mnhdjoweuq (npm)
Details

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

Source: amazon-inspector (095b631b3ea82334aa5d3ffb4c015340670beebb533d0e016023d997a3ce7e56)

Package contains only package.json and index.html, with main pointing at the HTML file. index.html mimics a Cloudflare Turnstile 'Just a moment' challenge and contains an obfuscator.io-obfuscated Turnstile callback that reconstructs a URL starting with 'https://lo' from a string-array and navigates the browser to it via window.location. There are no install lifecycle scripts (preinstall/install/postinstall/prepare) and main is HTML rather than JavaScript, so nothing executes on npm install or require of the package. The obfuscated redirect only fires when a browser loads the HTML (for example if served via a CDN like unpkg/jsdelivr), affecting a browser visitor rather than the developer who installs the package.

Source: ghsa-malware (170a3c304b39df4c6efaf25e1bf7537b125f1a0229693b201fdb4839a46e67cb)

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-12T10:30:00Z",
            "id": "GHSA-ph9q-v37r-28hp",
            "sha256": "170a3c304b39df4c6efaf25e1bf7537b125f1a0229693b201fdb4839a46e67cb",
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ],
            "source": "ghsa-malware",
            "import_time": "2026-08-12T10:39:02.422879737Z"
        },
        {
            "import_time": "2026-08-12T12:51:45.603002374Z",
            "modified_time": "2026-08-12T12:29:14Z",
            "id": "IN-MAL-2026-017491",
            "source": "amazon-inspector",
            "sha256": "095b631b3ea82334aa5d3ffb4c015340670beebb533d0e016023d997a3ce7e56",
            "versions": [
                "1.0.0"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / mnhdjoweuq

Package

Affected ranges

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

Affected versions

1.*
1.0.0

Database specific

indicators
{
    "evidence_files": [
        {
            "path": "index.html",
            "tlsh": "7dd2b420a3d0389039174fb6772fb1d4e61d5c8a35058c8bfa5d7d54efaae09d6e0ab0",
            "sha256": "1bc61a38da500ab1d63d51eff0ce69473a58335ea82001889d3da0b5e6ebab0a"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/mnhdjoweuq/MAL-2026-13822.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"
    }
]