MAL-2026-6112

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/data-utils-d703/MAL-2026-6112.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-6112
Aliases
  • GHSA-655h-34jr-cj9x
Published
2026-06-18T03:27:53Z
Modified
2026-07-09T22:17:00.813414344Z
Summary
Malicious code in data-utils-d703 (npm)
Details

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

Source: amazon-inspector (e172168e5ac500d10ae42718a87676ad44a589b31dbeb5f902ea7fb1c4e6a984)

The package declares a postinstall lifecycle hook ("postinstall": "node run.js" in package.json) that executes run.js automatically on install. run.js imports child_process, os, https, and http, calls os.hostname() and os.platform(), and contains multiple POST and GET HTTP request sites. This combination — automatic install-time execution plus host enumeration plus outbound HTTP — is the structural shape of an installer-side exfiltration or dropper, but the specific destinations, payload contents, and execution paths within run.js have not been fully traced, so attacker intent is not confirmed. Manual review of run.js is required to determine whether the network calls target attacker-controlled infrastructure and whether host data is exfiltrated or remote code is fetched and executed.

Source: ghsa-malware (fee284139d8880599660922c960afc6566814acb8e76b0e23dab6cca599dd416)

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-655h-34jr-cj9x",
            "source": "ghsa-malware",
            "import_time": "2026-06-18T05:54:18.943636047Z",
            "sha256": "fee284139d8880599660922c960afc6566814acb8e76b0e23dab6cca599dd416",
            "modified_time": "2026-06-18T03:28:02Z"
        },
        {
            "modified_time": "2026-07-09T21:58:42Z",
            "id": "IN-MAL-2026-009458",
            "source": "amazon-inspector",
            "import_time": "2026-07-09T22:02:33.468498163Z",
            "sha256": "e172168e5ac500d10ae42718a87676ad44a589b31dbeb5f902ea7fb1c4e6a984",
            "versions": [
                "1.0.0"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / data-utils-d703

Package

Affected ranges

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

Affected versions

1.*
1.0.0

Database specific

indicators
{
    "evidence_files": [
        {
            "path": "package.json",
            "tlsh": "cbe068289c203d3339c02aed0ca69697b7308f0b30543d2d52b72829429fb7ab47b25d",
            "sha256": "4a54257203a991b8bbb95d073d691f52cc97da318a41fd3790cfa99f32368e50"
        },
        {
            "path": "run.js",
            "tlsh": "3362d87a18fb122539a3f5ada75f64022516f1037202d8a4bb8cb3415fcf52496e2bfd",
            "sha256": "5705f829e036f8917e1c28f50c4f562c8faaefb899f610123dfb53bec3a34e3e"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/data-utils-d703/MAL-2026-6112.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"
    }
]