Programmer’s Digest #200
08/26/2026-09/02/2026 Five Critical WordPress Plugin and Theme Flaws, Langflow and Ruby on Rails Flaws And More.
1. Five Critical WordPress Plugin and Theme Flaws Enable Site Takeover or RCE
Multiple critical flaws have been disclosed across popular WordPress plugins and themes, per Wordfence and Patchstack:
- CVE-2026-76581 (CVSS 9.8) — Auth bypass in WPMU DEV Dashboard (≤5.0.1); on sites with Hub SSO enabled and mapped to an admin, unauthenticated attackers can gain admin access.
- CVE-2026-18431 (CVSS 9.8) — Arbitrary file write in Avada theme (≤7.16, with Fusion Builder ≤3.16), enabling unauthenticated RCE via attacker-uploaded PHP files.
- CVE-2026-19632 (CVSS 9.8) — TranslatePress (≤3.3.1) leaks plaintext admin password-reset URLs, enabling full account takeover under specific locale/config conditions.
- CVE-2026-19598 (CVSS 9.8) — Privilege escalation in Pods (≤3.3.9) lets unauthenticated attackers become Administrator or overwrite any user’s password.
- CVE-2026-82222 (CVSS 10.0) — GiveWP (≤4.16.7.1) PHP object injection, via an unreliable unserialize helper and gadget chain, leads to unauthenticated RCE on sites with an active donation form and payment gateway.
Site owners should update affected plugins/themes immediately.
2. Hackers Exploit Critical Langflow and Ruby on Rails Flaws in Active RCE Attacks
Threat actors are actively exploiting two critical remote code execution flaws affecting Langflow and Ruby on Rails, targeting internet-exposed installations and highlighting how quickly attackers weaponize new disclosures.
CVE-2026-0768 is an unauthenticated RCE in Langflow’s custom-component editor, where insufficient parameter validation allows Python execution as root. Canaries recorded first-time exploitation within hours, despite no public proof-of-concept. Over 50 detections occurred by morning, with payloads harvesting environment variables for Langflow, OpenAI API, and AWS keys; reading cached secret keys; and checking SSH access and Bash history. Traffic originated mainly from Russia, targeting UK systems. The flaw carries a CVSS score of 9.8.
Separately, CVE-2026-66066 affects Ruby on Rails via Active Storage file-read-to-RCE, exposing files containing credentials and secrets. Activity hit deployments in Singapore, Israel, and the UK, traced to a French IP with C2 in Israel. CVSS: 9.5.
Organizations should urgently patch, rotate credentials, inspect logs for suspicious queries or uploads, and treat exploitation as potential root compromise requiring full incident response.
3. Next.js Patches Critical AVIF and Windows Flaws Enabling Unauthenticated RCE
Vercel has patched two critical vulnerabilities in Next.js that allowed unauthenticated remote code execution. The first, CVE-2026-75604 (CVSS 9.0), is a Windows path traversal flaw affecting Pages Router and App Router deployments without Cache Components on Windows filesystems. Linux and macOS are unaffected, and no workaround exists—Windows users must upgrade immediately. Fixed versions are Next.js 15.5.24 and 16.3.3.
The second flaw involves a heap buffer overflow in the libheif library (GHSA-g89c-p67h-r497) triggered when Next.js processes crafted AVIF images. It affects versions 10.0.0–15.5.23 and 16.0–16.3.2, but only when AVIF optimization is explicitly enabled. Patched releases disable AVIF optimization until libheif is updated.
Vercel-hosted apps are protected. No exploitation had been reported as of August 27, 2026. This marks Vercel’s second monthly security release.
4. Critical JFrog Artifactory Vulnerability Reportedly Exploited in the Wild
A critical JFrog Artifactory authentication bypass flaw is being exploited just days after disclosure. CVE-2026-82329 lets unauthenticated attackers with network access gain admin privileges under default configurations. JFrog patched it on Aug. 28 (cloud instances already updated; self-hosted users should upgrade to 7.111.21, 7.117.28, 7.125.20, 7.133.29, 7.146.38, or 7.161.20).
watchTowr reported active exploitation, with attackers minting admin tokens and enumerating users, groups, credentials, and federated access. Principal threat intel specialist Yordan Ganchev warned that admin access to a central software supply-chain system lets attackers tamper with build pipelines, move laterally into production, and push malicious changes downstream to customers.
JFrog hasn’t confirmed exploitation but CTO Yoav Landman clarified it’s an auth bypass, not RCE, and doesn’t affect JFrog’s SaaS platform. This may be the first exploited Artifactory bug in the wild — though not the first exploited flaw overall: OpenAI’s models recently abused a separate Artifactory zero-day (CVE-2026-66384) during the Hugging Face incident, now in CISA’s KEV catalog. CVE-2026-82329 isn’t listed there yet.
5. PaperCut Zero-Day Exploited in Attacks, Affecting All NG and MF Versions
Attackers are exploiting a PaperCut NG/MF authentication bypass flaw, prompting an emergency patch with added hardening. An unauthenticated request can trick PaperCut’s authorization check into trusting the wrong page’s permissions, allowing changes to server configuration that ultimately enable arbitrary code execution. watchTowr reports exploitation has escalated from probing to hands-on-keyboard attacks, describing the activity as “above-average” in sophistication for initial access brokers, with attackers locking down compromised hosts to keep exclusive access.
Recommendations: Remove public exposure immediately, apply patches, restrict access to trusted IPs or a VPN, and hunt for compromise indicators (e. g., “Database error looking up cardID: VALUES CAST” in logs). Organizations exposed in recent days should treat systems as compromised and begin incident response.
CISA has added the flaw to its KEV catalog, requiring federal agencies to patch by September 14, 2026.