MAL-2026-11119

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/json-to-table-util/MAL-2026-11119.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-11119
Published
2026-07-28T08:16:24Z
Modified
2026-08-04T22:05:07.244939264Z
Summary
Malicious code in json-to-table-util (npm)
Details

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

Source: amazon-inspector (2317bf7f973ca611fdd2215509ae94c302f868ae9fb5c5f00de0b6bd13fe3bc4)

postinstall.js runs automatically on npm install and executes a shell pipeline via childprocess.exec that collects hostname, user, working directory, uname, container/cgroup indicators, process tree, network info (/etc/resolv.conf, IPs), GitHub Actions CI variables (GITHUBREPOSITORY, GITHUBACTOR, GITHUBRUNID, RUNNERNAME), and the entire process environment via env (filtering only npm_* noise). It also probes AWS IMDS at 169.254.169.254 and Tencent Cloud metadata at metadata.tencentyun.com to fingerprint cloud infrastructure. The aggregated output is base64-encoded and sent over plain HTTP via curl GET to the hardcoded Burp Collaborator subdomain pzs5w7ntzhsnepwk564lyfdci3oucl0a.oastify.com/z?d=<base64>. On CI runners this captures any secrets exported to the environment (cloud keys, GITHUB_TOKEN, tokens injected into the job).

Source: ossf-package-analysis (63ee08885a126855fbc96dbbb6f8c4ef903d9dc8f2cb02fe0fa178a7db1ed904)

The OpenSSF Package Analysis project identified 'json-to-table-util' @ 1.0.0 (npm) as malicious.

It is considered malicious because:

  • The package communicates with a domain associated with malicious activity.

  • The package executes one or more commands associated with malicious behavior.

Database specific
{
    "malicious-packages-origins": [
        {
            "versions": [
                "1.0.0"
            ],
            "source": "ossf-package-analysis",
            "sha256": "63ee08885a126855fbc96dbbb6f8c4ef903d9dc8f2cb02fe0fa178a7db1ed904",
            "modified_time": "2026-07-28T08:16:24Z",
            "import_time": "2026-07-28T08:22:36.503847965Z"
        },
        {
            "versions": [
                "1.0.0"
            ],
            "source": "amazon-inspector",
            "sha256": "2317bf7f973ca611fdd2215509ae94c302f868ae9fb5c5f00de0b6bd13fe3bc4",
            "modified_time": "2026-08-04T21:19:28Z",
            "import_time": "2026-08-04T21:33:13.574735302Z",
            "id": "IN-MAL-2026-011011"
        }
    ]
}
References
Credits

Affected packages

npm / json-to-table-util

Package

Affected ranges

Affected versions

1.*
1.0.0

Database specific

indicators
{
    "evidence_files": [
        {
            "tlsh": "8931fbf8b56ded72304dc5f8b75d14053846eaeb58e4ff74281b8875008e48420a9136",
            "sha256": "5826f6884581fbfa40d0793ff4c4b6f3b4e5e0a704bfd87bf7c4e3ec274b2ec9",
            "path": "postinstall.js"
        }
    ],
    "package_integrity": [
        {
            "filename": "json-to-table-util-1.0.0.tgz",
            "hashes": {
                "sha512_sri": "sha512-T7Hz5mLbDSO+t/cSXFakbg7YT2RPJJuoGe3azZm32nc6niI/bOR+sLY7zbLpq+UtEvwP6unV1CLzK1pFME7+vg==",
                "sha1": "5ec923bba2abdf09fa5e9d15e4f437614bee893b"
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/json-to-table-util/MAL-2026-11119.json"
cwes
[
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    }
]