MAL-2026-16191

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/strapi-plugin-uicc-meeb/MAL-2026-16191.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-16191
Published
2026-09-15T15:54:59Z
Modified
2026-09-15T16:31:26Z
Summary
Malicious code in strapi-plugin-uicc-meeb (npm)
Details

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

Source: amazon-inspector (d393f18bab3c8fe1d9bea2d425d24d385657785e23cc053ac5e2c1c322f75129)

postinstall.js is registered as both the npm postinstall hook and the package main. On install it polls os.hostname() every 3 seconds and, when the hostname matches the hardcoded value 'ubuntu-fc-uvm', spawns 'bash -i' with stdio bound to /dev/tcp/14.225.210.85/80, yielding an interactive reverse shell on the installer's host to the operator of that endpoint. A long setTimeout keeps the Node process alive indefinitely after the postinstall phase, and setInterval retries the connection, providing persistence and targeted activation. The package name imitates a Strapi plugin but its shipped code performs no plugin functionality.

Database specific
{
    "malicious-packages-origins": [
        {
            "id": "IN-MAL-2026-020061",
            "import_time": "2026-09-15T16:19:15.491989469Z",
            "modified_time": "2026-09-15T15:54:59Z",
            "sha256": "d393f18bab3c8fe1d9bea2d425d24d385657785e23cc053ac5e2c1c322f75129",
            "source": "amazon-inspector",
            "versions": [
                "3.6.8"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / strapi-plugin-uicc-meeb

Package

Name
strapi-plugin-uicc-meeb
View open source insights on deps.dev
Purl
pkg:npm/strapi-plugin-uicc-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": "5c547ca0e8735dfa7d061a06ee1dfc5a786c9001c47fe0ad70387246a3583a61",
            "tlsh": "c8215a5922b66634773788984d47841b92374a033616d94539dc83a2dfd0e5b8272afe"
        }
    ],
    "package_integrity": [
        {
            "filename": "strapi-plugin-uicc-meeb-3.6.8.tgz",
            "hashes": {
                "sha1": "797bfb2a1aaa7011625a6821e70e5cfa95ecd5c9",
                "sha512_sri": "sha512-AT4QRaNNqg1QwOBQm8RbKqLXC3wVgU+eqzR9j8ZprWYHgw8FMW7vaAM5d8WrsYUuJCIHI3LUaBWGOXvgZDyDOg=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/strapi-plugin-uicc-meeb/MAL-2026-16191.json"