MAL-2026-6119

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/parket-helper/MAL-2026-6119.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-6119
Aliases
  • GHSA-w6cg-2gpv-j66m
Published
2026-06-18T15:18:14Z
Modified
2026-07-08T17:16:48.852566222Z
Summary
Malicious code in parket-helper (npm)
Details

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

Source: amazon-inspector (31d62a38af75a45a91e590e0cffe4f58e900fe726b4323af1e481118d146277c)

index.js imports child_process and invokes execSync with bash and zsh shells (lines 315 and 331). Without traced reachability, it is not established whether these calls fire at install/require time, fetch external content, or process attacker-controlled input. Helper packages that shell out can be legitimate (build tooling, environment setup) or harmful (droppers, env exfiltration), and the difference depends on what those execSync calls run and when. Manual review of index.js around the cited lines is recommended to determine the trigger context and the command strings being executed.

Source: ghsa-malware (06da7444904a584b820efa9d1b6b7c8058d4f6f7495c344e354748992366e737)

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": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ],
            "id": "GHSA-w6cg-2gpv-j66m",
            "source": "ghsa-malware",
            "import_time": "2026-06-18T15:23:55.189081333Z",
            "sha256": "06da7444904a584b820efa9d1b6b7c8058d4f6f7495c344e354748992366e737",
            "modified_time": "2026-06-18T15:18:14Z"
        },
        {
            "modified_time": "2026-07-08T16:34:39Z",
            "id": "IN-MAL-2026-008152",
            "source": "amazon-inspector",
            "import_time": "2026-07-08T17:01:34.664269618Z",
            "sha256": "31d62a38af75a45a91e590e0cffe4f58e900fe726b4323af1e481118d146277c",
            "versions": [
                "0.0.1"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / parket-helper

Package

Affected ranges

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

Affected versions

0.*
0.0.1

Database specific

indicators
{
    "evidence_files": [
        {
            "path": "index.js",
            "tlsh": "1682985e25fb213281e373e4554f10167679d443360ade49778c87982fae928a2f2fec",
            "sha256": "4271c9efe29551fa4b440abb62f02e8404b871953efce1496b7ba4da92cd2b59"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/parket-helper/MAL-2026-6119.json"
cwes
[
    {
        "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"
    }
]