Cyber Threat Brief — September 3 2026

⚠️ This report is AI-generated. Always validate findings.

1. SonicWall SMA1000 Zero-Day SSRF+RCE Chain — CVE-2026-83548 / CVE-2026-83549

TL;DR: Pre-auth SSRF (CVSS 10.0) chains with authenticated OS command injection to give unauthenticated RCE on SMA1000 edge appliances. Actively exploited zero-day; CISA KEV deadline September 5.

What’s New:

  • CVE-2026-83548: pre-auth SSRF in Work Place interface allows access to internal AMC functionality via alternate access path
  • CVE-2026-83549: OS command injection in Appliance Management Console (AMC) — chained via SSRF to bypass auth requirement
  • Affected models: SMA1000 6210, 7210, 8200v on versions ≤12.4.3-03453 and ≤12.5.0-02835
  • SonicWall confirmed active exploitation before public disclosure; no vendor IOCs released
  • MFA seeds stolen in prior July compromise may outlast September patches (TechTimes reporting)

Actionable Intel

ArtifactTypeATT&CKLog SourceAction
Unauthenticated requests to Work Place /cgi-bin/ or internal SSRF relay pathsExploit attemptT1190SMA1000 access logs, WAFAlert on unauthenticated POST to AMC endpoints via Work Place interface
Outbound connections from SMA1000 to cloud metadata endpoints (169.254.169.254)SSRF exploitationT1557Network flowBlock/alert on SMA appliance connecting to link-local metadata IPs
New admin sessions or config changes not correlated to admin activityPost-exploitationT1078SMA1000 audit logsHunt for admin session creation outside change windows
Unexpected outbound connections from SMA1000 applianceC2/exfilT1071Network flow, firewall logsAlert on SMA appliance egress to non-baseline destinations

Detection

SourceRuleGap
Splunk ESCUNoneNo SonicWall SMA1000 content; need custom SPL for access log anomalies
ElasticNoneNo dedicated SMA1000 rules
SigmaNoneNo SMA1000-specific rules; generic web exploit rules may partial-match

Sources: Rapid7 ETR, Sophos Blog, CISA KEV, BleepingComputer

2. Sangoma Switchvox Unauth SQLi-to-RCE — CVE-2026-9586

TL;DR: Unauthenticated SQL injection in Switchvox VoIP runs as PostgreSQL superuser — attackers dropping reverse shells since August 30. CISA KEV added September 2; patch to 8.4.0.2.

What’s New:

  • Untrusted PhoneIP XML value injected directly into PostgreSQL query executed with superuser privileges
  • Horizon3 + SRA Labs independent discovery; patched in version 8.4.0.2 (July 14)
  • Honeypot exploitation started August 30 from single IP; reverse shells deployed, process enumeration observed
  • CISA KEV added September 2 with September 5 federal deadline

Actionable Intel

ArtifactTypeATT&CKLog SourceAction
176.65.148.184Attacker IPT1190Firewall, IDS/IPSBlock and hunt in historical logs
HTTP POST with crafted XML PhoneIP to unauthenticated endpointExploit attemptT1190WAF, Switchvox access logsAlert on POST requests with SQL metacharacters in XML body
/var/log/switchvox/db-quirks.log anomalous entriesSQLi evidenceT1190Switchvox logs (syslog forward)Hunt for unexpected SQL statements in db-quirks.log
Outbound connections from Switchvox on port 39323Reverse shellT1059.004Network flowAlert on non-baseline egress from VoIP servers
PostgreSQL spawning shell processesPost-exploitationT1059EDR, SysmonHunt for postgres → sh/bash process chains

Detection

SourceRuleGap
Splunk ESCUNoneNo Switchvox-specific content; “Linux Reverse Shell” analytic covers post-exploitation
ElasticNoneNo Switchvox rules
Sigmaproc_creation_lnx_reverse_shell_indicatorsPartial post-exploit coverage; no SQLi detection for Switchvox

Sources: Horizon3 Disclosure, Help Net Security, BleepingComputer, TheHackerNews

3. Elementor Pro Unauth File Upload to RCE — CVE-2026-32475

TL;DR: Empty-filename bypass in Elementor Pro Forms lets unauthenticated attackers upload PHP webshells to WordPress. 190K+ exploit attempts blocked; 5 public PoCs weaponized. Patch to 4.2.2.

What’s New:

  • File Upload module validates extensions and moves files in separate loops with different empty-filename handling
  • Two-part multipart upload: empty filename passes validation, malicious .php payload lands in public uploads directory
  • Affects Elementor Pro ≤4.2.1; fixed in 4.2.2 (August 19)
  • Wordfence blocked 190K+ attempts; active mass exploitation confirmed
  • 5 public GitHub PoC repos, 2 marked weaponized

Actionable Intel

ArtifactTypeATT&CKLog SourceAction
Multipart POST to /wp-json/elementor-pro/v1/ form endpoints with empty filename=""Exploit attemptT1190WAF, WordPress access logsAlert on multipart uploads to Elementor form endpoints
.php files created in wp-content/uploads/elementor/forms/Webshell dropT1505.003File integrity monitoring, EDRAlert on new PHP files in Elementor upload directories
PHP execution from wp-content/uploads/Webshell executionT1059.004EDR, web server logsBlock PHP execution in WordPress upload directories

Detection

SourceRuleGap
Splunk ESCUWeb Shell Creation Via PHP (generic)Covers webshell indicators; no Elementor-specific multipart bypass detection
ElasticWebshell Detection: Script Process Child of Common Web ProcessesGeneric webshell; no upload-bypass detection
Sigmawebshell_detection_web_shell_keywordGeneric; need rule for PHP file creation in WordPress upload paths

Sources: TheHackerNews, BleepingComputer, SecurityOnline

4. Kestra OSS Auth Bypass to Root RCE — CVE-2026-49869

TL;DR: Suffix-match auth filter bypass (CVSS 10.0) lets unauthenticated attackers create and execute arbitrary workflows as root in Kestra worker containers. CISA KEV September 2.

What’s New:

  • AuthenticationFilter checks request.getPath().endsWith("/configs") — any API path ending in configs bypasses Basic Auth
  • Script execution plugins (plugin-script-shell, plugin-script-python) enabled by default = direct RCE as root
  • Attacker creates flow at e.g. /api/v1/namespaces/evil/flows/configs to bypass auth, then executes arbitrary commands
  • Fixed in versions 1.0.45 and 1.3.21
  • CISA KEV added September 2 with September 5 deadline

Actionable Intel

ArtifactTypeATT&CKLog SourceAction
API requests to paths matching /api/v1/.*/configs that aren’t /api/v1/configsAuth bypassT1190WAF, Kestra access logsAlert on API requests to non-canonical /configs paths
New flow creation via unauthenticated API callsWorkflow injectionT1059Kestra audit logsAlert on flow creation without valid auth headers
Container processes spawned by Kestra worker executing shell/Python scriptsRCET1059.004Container runtime logs, EDRHunt for unexpected script execution in Kestra worker containers

Detection

SourceRuleGap
Splunk ESCUNoneNo Kestra content
ElasticNoneNo Kestra content
SigmaNoneNo Kestra-specific rules; generic container escape rules may partial-match

Sources: CISA KEV, TheHackerNews, Kestra Advisory

5. Proxmox VE 7.x Auth Bypass — CVE-2023-54391

TL;DR: Arbitrary tfa-challenge value bypasses password verification on Proxmox VE 7.0–8.0 (EOL). PoC public, exploited in the wild. Restrict TCP 8006 immediately.

What’s New:

  • libpve-access-control < 8.0.4 accepts any tfa-challenge value for accounts without 2FA configured, bypassing password check entirely
  • Attacker POST to /api2/json/access/ticket with arbitrary tfa-challenge = instant root@pam access
  • Proxmox advisory PSA-2026-00043-1 published September 1; all affected versions are EOL
  • Public PoC available; multiple independent reports confirm active exploitation
  • Users with any second factor configured are NOT affected

Actionable Intel

ArtifactTypeATT&CKLog SourceAction
POST to /api2/json/access/ticket with tfa-challenge parameter from non-admin IPsAuth bypassT1078Proxmox API logs, WAFAlert on login attempts with tfa-challenge from unexpected sources
TCP 8006 exposed to internetAttack surfaceT1190External scan, firewall rulesBlock external access to Proxmox management port
New user sessions as root@pam without corresponding SSH/console loginUnauthorized accessT1078.001Proxmox auth logsHunt for root sessions not correlated to admin activity

Detection

SourceRuleGap
Splunk ESCUNoneNo Proxmox content
ElasticNoneNo Proxmox content
SigmaNoneNo Proxmox-specific rules; need custom rule for tfa-challenge abuse

Sources: Proxmox Advisory PSA-2026-00043-1, SecurityOnline, CloudNews


Status Updates

  • CVE-2026-82329 (JFrog Artifactory): CISA KEV added September 2 with September 5 deadline; exploitation ongoing per CISA confirmation. Original brief.
  • CVE-2026-82078/81578 (PaperCut NG/MF): watchTowr actively working with PaperCut on patch bypasses; situation evolving. Original brief.