MAL-2026-11086

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/fazzgram/MAL-2026-11086.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-11086
Aliases
  • GHSA-vjhp-hr8c-42m8
Published
2026-07-27T01:03:56Z
Modified
2026-08-05T06:36:14.369119885Z
Summary
Malicious code in fazzgram (npm)
Details

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

Source: amazon-inspector (8799da09b9c2cf933d99463789c230da7d238000ba0fde0b311a4050353a6ead)

fazzgram is a Telegram Bot API wrapper. Supporting modules (ApiClient.js, Dispatcher.js, LongPoller.js, WebhookServer.js, Context.js, Markup.js) are plain, readable code that only POSTs to api.telegram.org using the caller-supplied bot token; there are no install lifecycle scripts, no environment-variable scraping, no reads of credential paths, no child_process usage, and no third-party network destinations. However, src/FazzGram.js and src/methods/index.js are wrapped in a custom JS-VM interpreter (base64-encoded bytecode array plus dispatch loop) with an anti-debug timing trap that triggers debugger and calls _setDeceptionDetected() when process.hrtime.bigint() indicates a debugger is attached. The wrapped logic appears to be trivial pass-through method dispatch to api.telegram.org — a use case with no legitimate need for bytecode-VM obfuscation. Decoded bytecode strings reference only telegram.org endpoints and no exfiltration, dropper, or credential-access behavior is observable, but the combination of heavy obfuscation, anti-debug instrumentation, placeholder author, and a fresh v0.1.0 publish is the structural shape used to stage payloads in later versions and warrants human review before installer use.

Source: ghsa-malware (8a52666799631d9dafa5956873881477b3c1ccc08780cda261af89994db3d2ca)

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": [
        {
            "source": "ghsa-malware",
            "import_time": "2026-07-27T09:43:03.850287853Z",
            "sha256": "8a52666799631d9dafa5956873881477b3c1ccc08780cda261af89994db3d2ca",
            "modified_time": "2026-07-27T01:03:57Z",
            "id": "GHSA-vjhp-hr8c-42m8",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ]
        },
        {
            "import_time": "2026-08-05T06:00:30.881970517Z",
            "modified_time": "2026-08-05T05:21:12Z",
            "sha256": "6820706db530efa97735df93c67a343063125ca74bd9e02687b647a2d917f9a8",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-013012",
            "versions": [
                "0.1.1"
            ]
        },
        {
            "source": "amazon-inspector",
            "import_time": "2026-08-05T06:00:28.95966129Z",
            "sha256": "8799da09b9c2cf933d99463789c230da7d238000ba0fde0b311a4050353a6ead",
            "modified_time": "2026-08-05T05:19:01Z",
            "id": "IN-MAL-2026-012996",
            "versions": [
                "0.1.0"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / fazzgram

Package

Affected ranges

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

Affected versions

0.*
0.1.0
0.1.1

Database specific

cwes
[
    {
        "cweId": "CWE-506",
        "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",
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature."
    }
]
indicators
{
    "evidence_files": [
        {
            "tlsh": "8b81414a2df7202582b332f85b926005b219e42b7119c9d8b5dc57d07f8dd3866b5fe8",
            "sha256": "fe195db94fb6256d1b2f089f37716de123a4497d6984b4a54f975651821fed02",
            "path": "src/core/ApiClient.js"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/fazzgram/MAL-2026-11086.json"