MAL-2026-10532

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/fluterjs/MAL-2026-10532.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-10532
Aliases
  • GHSA-gj4r-435f-67cr
Published
2026-07-14T03:54:52Z
Modified
2026-07-27T10:08:31Z
Summary
Malicious code in fluterjs (npm)
Details

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

Source: amazon-inspector (bb8d561ceacd48c1883f6ec3151f5567240259b5ba54af3835fc0537f2f18933)

The package's main and bin entry, server.js, starts an Express server bound to 0.0.0.0:10459 that exposes POST /ejecutar. The handler reads the JSON field comando and passes it directly to child_process.exec with no authentication, no origin check, and no command allowlist. When an operator runs fluter or npm start, any network-reachable caller (LAN, container network, or the public internet if the host is exposed) obtains arbitrary shell command execution on the host as the user who launched the tool. The package presents itself as a terminal helper, but the shipped behavior is a remote shell distributed as a feature — a backdoor by design.

Source: ghsa-malware (f8ff8042dca774e8f1bce553723b4944fed62de27cf9f5523550912e9e7c0834)

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": [
        {
            "id": "IN-MAL-2026-010386",
            "import_time": "2026-07-14T04:32:00.260681048Z",
            "modified_time": "2026-07-14T03:54:52Z",
            "sha256": "bb8d561ceacd48c1883f6ec3151f5567240259b5ba54af3835fc0537f2f18933",
            "source": "amazon-inspector",
            "versions": [
                "1.0.0"
            ]
        },
        {
            "id": "GHSA-gj4r-435f-67cr",
            "import_time": "2026-07-27T09:43:03.803414758Z",
            "modified_time": "2026-07-27T05:36:44Z",
            "sha256": "f8ff8042dca774e8f1bce553723b4944fed62de27cf9f5523550912e9e7c0834",
            "source": "ghsa-malware",
            "versions": [
                "1.0.0"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / fluterjs

Package

Affected ranges

Affected versions

1.*
1.0.0

Database specific

cwes
[
    {
        "cweId": "CWE-506",
        "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"
    }
]
indicators
{
    "evidence_files": [
        {
            "path": "server.js",
            "sha256": "efef12050a5be80b67058ed23872b644c4e9772b7ea8bfc8d7d6fdeafcd997d9",
            "tlsh": "a4f0c9148eaa03b9c8b968cfa4094347a8c3d07130a0f280c56d89f8ebc02d838260ea"
        }
    ],
    "package_integrity": [
        {
            "filename": "fluterjs-1.0.0.tgz",
            "hashes": {
                "sha1": "ab1bedd8c21a0a067c9ebc71711b3a9f9c8ed700",
                "sha512_sri": "sha512-jqyT9IdGFis+7Rgr34kZ4xCmpyTpbODqOCb7Wdc4z4UdslNPwzMCxjTz5TqFTw20hlqljCvzMgyAAGUZfQrQmQ=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/fluterjs/MAL-2026-10532.json"