MAL-2026-6284

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/new-helper/MAL-2026-6284.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-6284
Aliases
  • GHSA-26mv-fx88-4qj7
Published
2026-06-23T12:15:37Z
Modified
2026-07-09T23:02:02.023622636Z
Summary
Malicious code in new-helper (npm)
Details

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

Source: amazon-inspector (47f6e9bcab53d95265012a31a4dcfc1485ed6db858e788e68ac2ac1ebc33fc34)

index.js imports child_process and contains execSync calls invoking bash and zsh (around lines 301 and 317). Without traced execution context, it is not possible to determine whether these calls are reachable at install/import time, whether they execute attacker-controlled content, or whether they are gated behind explicit user CLI invocation. No hardcoded attacker C2, credential-path reads, or known-bad-infrastructure fingerprints are present in the available evidence. Routing to human review to inspect the surrounding code paths and confirm intent.

Source: ghsa-malware (cabb68bd9f2c4312904814f7c0c11aae7f93772a5c46c28a1ca8292592c83a53)

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-06-23T12:15:38Z",
            "source": "ghsa-malware",
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ],
            "import_time": "2026-06-23T13:16:55.897424267Z",
            "id": "GHSA-26mv-fx88-4qj7",
            "sha256": "cabb68bd9f2c4312904814f7c0c11aae7f93772a5c46c28a1ca8292592c83a53"
        },
        {
            "modified_time": "2026-07-09T22:09:44Z",
            "source": "amazon-inspector",
            "import_time": "2026-07-09T22:56:32.108001406Z",
            "versions": [
                "5.8.1"
            ],
            "id": "IN-MAL-2026-009535",
            "sha256": "47f6e9bcab53d95265012a31a4dcfc1485ed6db858e788e68ac2ac1ebc33fc34"
        }
    ]
}
References
Credits

Affected packages

npm / new-helper

Package

Affected ranges

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

Affected versions

5.*
5.8.1

Database specific

indicators
{
    "evidence_files": [
        {
            "tlsh": "c372a89a15f7213242e373f8555f100a76a9c043360ade8977dc87582f9e528a2f6fec",
            "path": "index.js",
            "sha256": "384bfd3285cd0d548b83db4b86ab54a6f0f41991dbea92f8c0fdb554f2d65992"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/new-helper/MAL-2026-6284.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"
    }
]