strapi-plugin-persh-meeb@3.6.8
Vulnerability report · Last retrieved from osv.dev September 16, 2026 at 3:29 PM UTC
OSV ID
MAL-2026-16237
Ecosystem
npm
Summary
strapi-plugin-persh-meeb@3.6.8 ships a postinstall.js (also declared as the package main) that runs automatically on npm install. The script spawns a Python one-liner that opens a TCP socket to the hardcoded bare IP 14.225.210.85 on port 443 (with:80 also referenced), duplicates the socket over stdio, and calls pty.spawn("sh"), giving the remote host an interactive shell on the installer's machine. Retries up to 5 times at 10-second intervals. Execution is gated by a hostname allowlist check (os.hostname() === 'ubuntu-fc-uvm') and logs to /tmp/postinstall-revshell.log, consistent with a targeted red-team or victim-tuned implant. The destination is a bare IP unrelated to any Strapi or plugin-publisher infrastructure, and the package name resembles the Strapi plugin ecosystem.
Source: amazon-inspector (67ce68eeb9a309b5fff512e24a1b8f4c12fb171c0752d6a04293a4e72c805088)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.