The quiet stretch ended this evening. Wordfence disclosed that ShapedPlugin's automated build pipeline was breached around May 21 and spent roughly a month pushing backdoored releases of three paid plugins — Product Slider Pro for WooCommerce, Real Testimonials Pro, and Smart Post Show Pro — through the same licensed update channel customers trust for their security fixes. The payload is a full site-takeover kit — persistent admin access, stolen credentials and 2FA secrets, a bundled file manager, Adminer, a web shell, and a REST API backdoor — and CVE-2026-49777 carries a CVSS of 10.0.
It rhymes directly with this morning's OXLOADER/CastleStealer malvertising campaign: infostealers harvest the developer and vendor credentials, and pipeline compromises like this one are where those credentials get spent. The same day landed three developer-toolchain RCEs that share the shape — mise runs arbitrary commands from an untrusted .tool-versions file the moment you cd into a repo (CVSS 9.6, trust bypass), Spinnaker deserializes unsafe YAML to RCE during CloudFormation and CloudFoundry bakes (8.5), and ComfyUI-Manager exposes its config over unauthenticated web APIs (7.5). The bright spot remains the catch itself: Wordfence flagged ShapedPlugin from activity reported June 11, and the free WordPress.org builds of all three plugins were never touched.
Late escalation after 18:00 ET: GitHub published a second wave of disclosures that keeps the day on the toolchain. A fresh critical hit the npm scim-patch library — a single SCIM PATCH with a __proto__ key pollutes Object.prototype process-wide (CVSS 9.1), turning any IdP-integrated provisioning endpoint into a one-request gadget. Alongside it, a coordinated five-CVE cluster against the Gogs self-hosted forge includes a one-click CSRF that adds an attacker to an org's Owners team (8.8), and a seven-CVE Budibase batch lets anonymous callers mint S3 presigned-PUT URLs with stored datasource IAM credentials. Forge takeover and unauthenticated cloud-credential abuse are both upstream of the artifacts you ship.
→ Operational priority for the night if you run any ShapedPlugin Pro plugin, update to Product Slider Pro 3.5.4+, Smart Post Show Pro 4.0.2+, and the patched Real Testimonials Pro build, then rotate every admin password and 2FA secret and audit for rogue admin accounts and altered SMTP creds before bed. Then sweep the toolchain: upgrade mise past 2026.3.10, Gogs to 0.14.3, and @budibase/server to 3.39.9+, and if any service runs scim-patch ≤ 0.9.0 over external SCIM input, pin it off and reject __proto__/constructor keys until a fixed release ships.