MAL-2026-13811

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/hcfguyfrmblp/MAL-2026-13811.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-13811
Aliases
  • GHSA-px7c-ghpp-h47q
Published
2026-08-12T10:29:53Z
Modified
2026-08-12T13:00:17.235772776Z
Summary
Malicious code in hcfguyfrmblp (npm)
Details

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

Source: amazon-inspector (f806fc6db71a1b888ba1f86d790b7a2866b4911e7f77ade2d375237e8c0a6ea2)

The tarball contains only package.json and index.html, with no lifecycle scripts and main set to index.html. The HTML page mimics a Cloudflare Turnstile 'checking your browser' screen; its Turnstile completion callback runs obfuscator.io-style JavaScript that reconstructs a destination URL beginning with 'https://mn' from a custom-base64 string table and calls window.location.replace(targetUrl) forwarding all current query parameters. npm does not auto-execute an HTML main on install or require, so installing or requiring the package does not run this code on a developer's machine. The harm target is browsers of any site that serves this HTML as a phishing/redirect landing page — not npm installers. The package appears to abuse npm as a hosting/staging channel for a browser-side redirect lure rather than as a supply-chain attack against installers.

Source: ghsa-malware (77454b95614ac97d03471b916f04d329a8acc823a4946aafe567da0713839767)

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": [
        {
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "import_time": "2026-08-12T10:39:02.425673922Z",
            "id": "GHSA-px7c-ghpp-h47q",
            "sha256": "77454b95614ac97d03471b916f04d329a8acc823a4946aafe567da0713839767",
            "modified_time": "2026-08-12T10:29:54Z",
            "source": "ghsa-malware"
        },
        {
            "id": "IN-MAL-2026-017494",
            "import_time": "2026-08-12T12:51:45.772935034Z",
            "sha256": "f806fc6db71a1b888ba1f86d790b7a2866b4911e7f77ade2d375237e8c0a6ea2",
            "modified_time": "2026-08-12T12:29:40Z",
            "source": "amazon-inspector",
            "versions": [
                "1.0.0"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / hcfguyfrmblp

Package

Affected ranges

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

Affected versions

1.*
1.0.0

Database specific

cwes
[
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506"
    },
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506"
    }
]
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/hcfguyfrmblp/MAL-2026-13811.json"
indicators
{
    "evidence_files": [
        {
            "path": "index.html",
            "tlsh": "77d2805663c03c942907cfa6bf2fb6e9f6246c8b7114884ab44dbc44ef5ab08ded5534",
            "sha256": "f1efda5c366bc7001768cc28289b1a6c564a01dfbe2ab41a6aae0f84734cd1c6"
        }
    ]
}