Daily briefing · August 27, 2026

Router Firmware Under Active Exploitation and WordPress Wave Raises Alerts on August 27

Automated Vexday summary · sources: NVD, CISA KEV, EPSS
Verdict of the day — attention1 seen before CISA

August 27 brings an ATTENTION-level verdict: one vulnerability in Zbtlink and CTN720-W1 router firmware was spotted by VulnCheck in active exploitation before any CISA confirmation, signaling real-world attacks already underway. The day logged 112 new CVEs, 16 classified as critical, with a heavy concentration of unauthenticated WordPress plugin flaws and two Spring Security issues affecting enterprise Java environments. Defenders should treat the router exploitation signal as the most urgent item and begin patch triage immediately across the full critical list.

Today’s brief
  • CVE-2026-74233: unauthenticated command injection in Zbtlink/CTN720 router firmware — VulnCheck confirms active exploitation ahead of CISA, proof of concept exists, patch or isolate now
  • Six unauthenticated WordPress plugin flaws (PHP Object Injection, SQL Injection, Privilege Escalation) scored 9.3–9.8 CVSS — mass exploitation of unpatched sites is a realistic near-term risk
  • Spring Security hit with two critical CVEs: OAuth2 Authorization Server metadata validation bypass and an embedded LDAP server exposing admin credentials on all interfaces
  • Brazil-focused ransomware activity intensified recently, with krybit and thegentlemen collectively hitting healthcare, technology, retail, and manufacturing targets
16
critical
1
Actively exploited
1
Before CISA
0
Weaponized
Critical highlights
1
CVE-2026-74233◆ VulnCheckCVSS 9.3PoCaffects CTN720-W1
Unauthenticated command injection via UDP port 9992 on multiple Zbtlink and CTN720-W1 firmware versions allows remote attackers to execute arbitrary commands without any credentials — VulnCheck observed exploitation before CISA, making this the day's most urgent item. Organizations with these routers exposed to the internet should isolate or replace affected devices immediately.
2
CVE-2026-78292CVSS 9.8affects Hash Form
Unauthenticated PHP Object Injection in Hash Form plugin (≤1.4.1) carries a CVSS 9.8 and can lead to arbitrary code execution or data manipulation depending on available POP chains in the target environment. WordPress site operators should update or deactivate the plugin without delay.
3
CVE-2026-78286CVSS 9.8affects Geo Controller
Geo Controller (≤8.9.8) is vulnerable to unauthenticated PHP Object Injection at CVSS 9.8, presenting the same class of risk as CVE-2026-78292 — remote code execution is achievable under the right conditions. Immediate update is required for any public-facing WordPress installation running this plugin.
4
CVE-2026-32566CVSS 9.8affects ACPT (Pro) - Custom Post Types Plugin for WordPress
Unauthenticated privilege escalation in the ACPT (Pro) Custom Post Types Plugin (≤2.0.63) allows an attacker with no credentials to gain elevated access on affected WordPress sites, potentially achieving full admin control. Sites running this plugin should patch immediately and audit for unauthorized account creation.
5
CVE-2026-59354CVSS 9.6affects Spring Security (OAuth2 Authorization Server module)
When Dynamic Client Registration is explicitly enabled in Spring Security's OAuth2 Authorization Server (7.0.0–7.0.4), an attacker holding a valid Initial Access Token can register a malicious client with crafted metadata, potentially hijacking authorization flows. Teams using this module should review their registration endpoint configuration and apply the patch.
6
CVE-2026-77991CVSS 9.4affects JEM - Joomla Event Manager extension for Joomla
Authenticated administrators in Joomla Event Manager (<5.0.1) can write PHP files through the source model, leading to privileged remote code execution on the server. While requiring admin access, this is a critical escalation path in compromised or multi-tenant Joomla environments — update to 5.0.1 immediately.
7
CVE-2026-59270CVSS 9.4affects Spring Security
Spring Security's embedded UnboundID LDAP server unconditionally registers administrative credentials and binds to all network interfaces across a wide range of versions (5.7.x through 7.1.0), exposing internal LDAP administration to any reachable host. Any test or CI environment using UnboundIdContainer must be patched or isolated from untrusted networks.
8
CVE-2026-78288CVSS 9.3affects Beautiful Taxonomy Filters
Unauthenticated SQL Injection in Beautiful Taxonomy Filters (≤2.4.6) at CVSS 9.3 allows attackers to extract or manipulate the WordPress database without authentication. Patch or remove the plugin and review database access logs for anomalies.
9
CVE-2026-78260CVSS 9.3affects Epayco
Unauthenticated SQL Injection in the Epayco plugin (≤8.4.6) exposes payment-related WordPress deployments to database compromise with no credentials required — a particularly sensitive target given the financial context. Immediate remediation is critical for any site processing transactions with this plugin.
10
CVE-2026-32479CVSS 9.3affects Visitor Traffic Real Time Statistics Pro
Unauthenticated SQL Injection in Visitor Traffic Real Time Statistics Pro (≤11.17) at CVSS 9.3 gives attackers direct access to the underlying database. Site owners should update immediately and check for signs of unauthorized data access.
Ransomware today

The krybit group has been particularly active against Brazilian targets recently, claiming victims across healthcare (neooftalmo.com.br), technology (sysconth.com), and retail (vascara.com). Thegentlemen claimed TEC Container in manufacturing, while dragonforce hit Frato — both groups have shown a sustained focus on Brazilian organizations over the past 30 days, with thegentlemen leading overall with seven Brazilian victims in that period.

www.neooftalmo.com.br BRkrybit · Healthcare
sysconth.com BRkrybit · Technology
vascara.com BRkrybit · Retail & E-Commerce
TEC Container BRthegentlemen · Manufacturing
Frato BRdragonforce · Other
thegentlemen 7krybit 4Global Secret Group 2dragonforce 2L Group 2direwolf 2
Active groups & APTs

Several threat actors are being tracked for updated activity, including dragonforce, funksec, kairos, karakurt, kazu, and the Iran-linked blackshadow group. While no new confirmed victims are attributed to these actors in the current window, their continued monitoring reflects intelligence community awareness of ongoing operational readiness — defenders in sectors previously targeted by these groups should remain on heightened alert.

Brazil focus

Brazil continues to face intense ransomware pressure, with recent victims spanning healthcare (neooftalmo.com.br, Brazil Mobilemed, Meducar), technology (sysconth.com), retail (vascara.com), manufacturing (TEC Container), and professional services (UOLconsult). The kazu group also targeted two Brazilian healthcare platforms — Brazil Mobilemed and Meducar — underscoring that the country's health sector remains a high-priority ransomware target. The concentration of attacks across diverse sectors signals that no industry vertical in Brazil can currently afford to deprioritize incident response readiness.

sysconth.comkrybit · Technology
vascara.comkrybit · Retail & E-Commerce
www.neooftalmo.com.brkrybit · Healthcare
TEC Containerthegentlemen · Manufacturing
Fratodragonforce · Other
Brazil Mobilemed: Cloud PACS Platformkazu · Healthcare
Meducar: Telemedicine and Patient Management Systemkazu · Healthcare
UOLconsultthegentlemen · Professional Services
Today’s recommendation: Prioritize immediate patching or isolation of Zbtlink and CTN720-W1 routers given confirmed pre-KEV exploitation, and fast-track updates for all affected WordPress plugins and Spring Security versions identified today — unauthenticated attack surfaces at CVSS 9.x require no user interaction and are prime targets for automated exploitation at scale. Audit exposed services for the Spring Security LDAP misconfiguration, as it can persist silently across many commonly deployed versions.
Given the breadth of critical unauthenticated vulnerabilities across routers, CMS plugins, and enterprise frameworks disclosed today, now is the right moment to validate which of these surfaces are actually reachable in your own environment before attackers do it for you.Don’t wait to become a statistic: validate today, at no cost, whether any of these vectors reach your systems.Meet the Autonomous AI Pentest Agent →
Previous briefings
September 8, 2026Windows Under Active Exploit, ScreenConnect Zero-Day Detected Before CISA: September 8 Security BulletinSeptember 7, 202622 Critical CVEs Published on a Quiet Day, With Heavy Ransomware Pressure on BrazilSeptember 6, 2026Quiet Day Hides Real Risks: Tenda HG10, NEC UNIVERGE, and Brazilian Ransomware Surge Demand AttentionSeptember 5, 2026WordPress Plugin Wave and Tenda CP3 Flaws Lead a Calm But CVE-Heavy DaySeptember 4, 2026WordPress Plugins and FreeIPMI Lead a Calm but Patch-Heavy DaySeptember 3, 2026Four CVSS 10.0 Critical CVEs Headline a Calm But Dense Vulnerability DaySeptember 2, 2026WordPress Plugins Under Fire, Cisco IOS XR and NX-OS in the Crosshairs: ATTENTION Day With Active ExploitationSeptember 1, 2026Active Exploitation of Proxmox and SonicWall SMA1000 Leads a High-Alert DayAugust 31, 2026WordPress Plugins and Tenda Routers Dominate a High-Alert Day With 41 Critical CVEsAugust 30, 2026Calm Day Hides Sharp Edges: Critical Code Injection and Router Flaws Top August 30 BulletinAugust 29, 2026Ten Active-Exploitation CVEs Dominate as Ransomware Groups Hammer BrazilAugust 28, 202610 Actively Exploited CVEs Demand Immediate Action: Metabase, VMware, macOS, Cisco, and More Under FireAugust 27, 2026Router Firmware Under Active Exploitation and WordPress Wave Raises Alerts on August 27August 26, 2026Ubiquiti UniFi and Gitea Face Active Exploitation Alerts as 62 Critical CVEs Emergeview full archive →
Share