MAL-2026-15626

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/fuels-forc/MAL-2026-15626.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-15626
Published
2026-08-31T00:00:00Z
Modified
2026-09-02T09:15:04.694103402Z
Summary
Malicious code in fuels-forc (npm)
Details

The package 'fuels-forc' was identified as containing malicious obfuscated code.


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

Source: amazon-inspector (b993583bec4136d0b060dc6391c10e15f836e605b5b13b97dea6bb7a3dc1e5cd)

bin/cli.js runs whoami and reads os.hostname() / os.platform(), then POSTs the package name together with those host identifiers to the hardcoded endpoint https://oobme.kunalsharma0553.workers.dev/r/7bq6fz3l15r9. The destination is non-first-party and not caller-configurable, and the beacon fires unconditionally on execution. The package name resembles the legitimate Fuel Labs forc toolchain, consistent with a dependency-confusion / typosquat recon lure.

Database specific
{
    "malicious-packages-origins": [
        {
            "import_time": "2026-08-31T18:22:29.503827391Z",
            "source": "amazon-inspector",
            "versions": [
                "1.0.0"
            ],
            "id": "IN-MAL-2026-019305",
            "modified_time": "2026-08-31T18:02:35Z",
            "sha256": "b993583bec4136d0b060dc6391c10e15f836e605b5b13b97dea6bb7a3dc1e5cd"
        }
    ]
}
References
Credits

Affected packages

npm / fuels-forc

Package

Affected ranges

Affected versions

1.*
1.0.0

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/fuels-forc/MAL-2026-15626.json"
indicators
{
    "evidence_files": [
        {
            "path": "bin/cli.js",
            "tlsh": "94112dea50f553b0bfa22c944d2f50003297c7673c09fcc0faac0359af4ea5c41325a8",
            "sha256": "7bb9e78369c5381ad92a3997176d860469dcbd35fef2d80123dadf978eb15649"
        }
    ],
    "package_integrity": [
        {
            "filename": "fuels-forc-1.0.0.tgz",
            "hashes": {
                "sha1": "e0190fe61b85fd7fee9895ebf6e1b8c2b6af49f7",
                "sha512_sri": "sha512-cNNw4rLo9LWFbL7BeV3Pb8SsZwwDyJxW5KCv2KON7BQuWX1aj+hGh7i2WNUYeso/D5DIVo3ivc7MzUr2R52FiA=="
            }
        }
    ]
}
cwes
[
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code"
    }
]