Skip to dossier
fruition.net
verified 1w ago
The Perimeter · Issue 09-11-2026

WordPress plugin fires, SonicWall zero-days, and a KEV avalanche

This week's dossier is dominated by mass-install WordPress plugins under active exploitation — Elementor Pro (6M sites), Gravity Forms (~1M), and All-in-One WP Migration (5M) — all with unauthenticated file-upload or SQLi vectors leading to RCE. If you run any WordPress at scale, this is a patch-by-Friday week. CISA added an unusually large batch to KEV, including SonicWall SMA1000 zero-days (SSRF + post-auth OS command injection) confirmed exploited in the wild, JFrog Artifactory default-config auth bypass, PaperCut NG/MF chainable RCE, Kestra OSS unauth command injection, and a Chromium V8 type confusion. On the supply-chain side, prototype pollution and stack-exhaustion DoS landed in `toml` (47M monthly downloads on npm) and a fresh Drupal contrib wave brought 16 advisories including critical access bypasses in Jsonapi Role Access and the OTP Verification module. Recalculate: your edge appliance patch SLA, your WordPress plugin inventory against the three exploited plugin names below, and whether any Node service transitively parses TOML from untrusted input.
Published
Friday, September 11, 2026
Entries
12
Cadence
Weekly · Sundays
Curator
Brad Anderson
Wire
cisa.govNew addition to the Known Exploited Vulnerabilities catalog·
github.comGHSA: critical npm package compromise affecting CI pipelines·
wordfence.comWordPress plugin vulnerability with active exploitation·
drupal.orgHighly critical core security advisory published·
aws.amazon.comAWS security bulletin: IAM policy evaluation update·
unit42.paloaltonetworks.comThreat actor expands toolkit targeting public-facing PHP apps·
krebsonsecurity.comBreach disclosure with named victim and confirmed initial vector·
snyk.ioComposer dependency advisory affecting production framework versions·
cisa.govNew addition to the Known Exploited Vulnerabilities catalog·
github.comGHSA: critical npm package compromise affecting CI pipelines·
wordfence.comWordPress plugin vulnerability with active exploitation·
drupal.orgHighly critical core security advisory published·
aws.amazon.comAWS security bulletin: IAM policy evaluation update·
unit42.paloaltonetworks.comThreat actor expands toolkit targeting public-facing PHP apps·
krebsonsecurity.comBreach disclosure with named victim and confirmed initial vector·
snyk.ioComposer dependency advisory affecting production framework versions·
01

Web Application

frameworks · browsers · authentication flows

Chromium V8 type confusion on KEV — browser-side RCE in sandbox

CISA added CVE-2026-85046, a V8 type-confusion bug that allows a remote attacker to execute arbitrary code inside the Chromium sandbox via a crafted HTML page. Affects Chrome, Edge, Opera, and other Chromium-based browsers. Google has shipped a fixed build.

CVE-2026-85046Google ChromeMicrosoft EdgeChromium
Fruition take

Force-restart Chrome/Edge across engineering and admin workstations to pick up the fix — this is the browser your ops team uses to reach production consoles.

02

Supply Chain

packages · build systems · dependency attacks

github.com1wCVSS 8.2

Prototype pollution in npm `toml` (47M monthly downloads)

CVE-2026-63376: `toml.parse()` writes attacker-controlled keys onto Object.prototype via a __proto__ key-path desync that bypasses the parser's Object.create(null) hardening. A companion advisory (CVE-2026-77465) reports uncaught RangeError crashes on ~5KB deeply nested payloads. The `toml` package sees ~47M monthly npm downloads.

Fruition take

Grep your Node services and Next.js build tooling for direct or transitive use of `toml`; if any parses untrusted input (config uploads, tenant manifests), pin to the fixed version and add a depth/size guard in front of it.

03

Infrastructure

kubernetes · cloud · network · ingress

no entries this week

04

PHP & CMS

wordpress · drupal · plugins · php frameworks

▲ headline

Elementor Pro unauth arbitrary file upload under active exploitation

Wordfence reports in-the-wild exploitation of a critical unauthenticated arbitrary file upload flaw in Elementor Pro (~6M active installs), disclosed August 19. Unauthenticated attackers can upload executable PHP and achieve full site takeover. Patch is available; unpatched sites should be treated as compromised until proven otherwise.

Elementor Pro
Fruition take

If any Fruition-managed WordPress site runs Elementor Pro, verify the plugin is on the fixed version this week and run an IOC sweep against uploads/ and mu-plugins/ — exploitation is not theoretical.

Drupal contrib wave: Jsonapi Role Access and OTP Verification critical bypasses

Sixteen Drupal contrib advisories published September 2 include critical access-bypass issues in Jsonapi Role Access (<2.0.2, CVE-2026-84917 — XHR-mimicking requests bypass role checks) and Email/SMS/OTP Verification (<2.4.0, CVE-2026-84923/84924 — account takeover plus reflected XSS). Component blocks, AI Translate, Islandora, and Advanced Search also received fixes.

CVE-2026-84917CVE-2026-84923CVE-2026-84924Jsonapi Role AccessOTP VerificationDrupal contrib
Fruition take

For any Drupal 10+ site using JSON:API with role-based restrictions or the OTP Verification module, patch this week — the JSON:API bypass is trivially reachable and OTP Verification allows unauthenticated account takeover.

Gravity Forms unauth file upload discovered by Wordfence Argus

Wordfence Argus found an unauthenticated arbitrary file upload in Gravity Forms (~1M active installs) that writes attacker-chosen extensions to a public temp upload directory, chainable to RCE. Disclosed August 9, patched in the current release.

Gravity Forms
Fruition take

Gravity Forms is common on airport and government marketing sites — audit composer.json and wp-content/plugins now and push the update alongside your Elementor Pro fixes.

All-in-One WP Migration hit by unauthenticated second-order SQLi

Wordfence disclosed an unauthenticated second-order SQL injection in All-in-One WP Migration and Backup, installed on more than 5 million WordPress sites. Reported August 14; fix shipped in the plugin's current release.

All-in-One WP Migration and Backup
Fruition take

This is one of the most-installed backup plugins on the planet. Inventory it across all managed WP tenants and force-upgrade — second-order SQLi means stored payloads may already be resident.

05

Identity & Auth

oauth · saml · iam · session attacks

LiteLLM MCP endpoint accepts arbitrary Bearer tokens

CISA added CVE-2026-59822: BerriAI LiteLLM's MCP Streamable HTTP endpoint lets an unauthenticated attacker establish an authenticated MCP session using any Bearer token. Actively exploited. Any LiteLLM proxy exposed to a network the attacker can reach is effectively unauthenticated.

CVE-2026-59822BerriAI LiteLLM
Fruition take

If a team stood up LiteLLM as an internal AI gateway, put it behind Auth0 or mTLS today and upgrade — treating MCP endpoints as trusted-internal is no longer safe.

06

Threat Intel

active exploitation · breaches · ransomware

▲ headline

SonicWall SMA 1000 zero-days added to CISA KEV

CISA added two SonicWall SMA1000 flaws to KEV: CVE-2026-83548 (unauthenticated SSRF) and CVE-2026-83549 (authenticated admin OS command injection leading to RCE). Exploitation follows earlier summer attacks on the same edge-device family. SonicWall has issued fixed firmware.

Fruition take

If any client still fronts internal apps with SMA1000, patch this week and rotate any admin credentials on the appliance — the SSRF is pre-auth and pairs cleanly with the command-injection bug for full compromise.

Philippine nuclear agency breached via unpatched ownCloud

Threat actors exploited long-known ownCloud commodity CVEs (including CVE-2023-49105, freshly re-added to CISA KEV) to gain initial access to the Philippines' nuclear research agency, exfiltrating reactor databases, personnel records, and credential stores. Confirms ongoing mass exploitation of legacy ownCloud installs.

Fruition take

Any lingering ownCloud instance on a client network is now a documented initial-access vector for state-adjacent operators — decommission or fully patch, and rotate any credentials it stored.

JFrog Artifactory default-config auth bypass on KEV

CISA added CVE-2026-82329 to KEV: an improper-authentication flaw in JFrog Artifactory that, under default configuration, allows an unauthenticated network-reachable attacker to obtain administrative privileges. A second Artifactory path-traversal (CVE-2026-66384) was also added the prior week.

Fruition take

If your build pipeline uses Artifactory, confirm it is not reachable from the public internet and apply JFrog's fixed release — an admin-level bypass on your artifact store is a supply-chain event, not an infra bug.

Kestra OSS unauthenticated OS command injection exploited

CISA KEV added CVE-2026-49869 in Kestra OSS, an OS command injection that lets an unauthenticated remote attacker create and execute arbitrary workflows without credentials. Any exposed Kestra instance should be considered compromised until inspected.

CVE-2026-49869Kestra OSS
Fruition take

If any team is running Kestra for data or CI orchestration, get it behind SSO/VPN today — the exploited path is fully unauthenticated workflow creation, which is effectively RCE on your orchestrator host.

PaperCut NG/MF unauth chain added to KEV

CISA added CVE-2026-81578 (missing authentication for critical function) and CVE-2026-82078 (unsafe reflection) in PaperCut NG/MF. Chained, an unauthenticated attacker modifies configuration parameters and executes arbitrary Java bytecode as the PaperCut server process. Both are marked exploited.

CVE-2026-81578CVE-2026-82078PaperCut NGPaperCut MF
Fruition take

PaperCut sits on many campus and government networks. Confirm exposure, patch to the vendor-fixed builds, and restrict management interfaces to trusted networks — this is an unauth-to-RCE chain.