Free · updated every 24 hours

Threat Brief

7briefs published
24hreview window
0unsourced claims

What actually changed in the last 24 hours — exploits going public, vulnerabilities under active attack, and the patches that just shipped. Every item tells you if you're affected and what to do about it.

Updated Sep 21, 2026 · 3:42 AM EDT Next Sep 22, 2026 · 3:42 AM EDT 💡 Suggest a topic ⬇ Download brief (PDF)
Affected are you in scope · Exploitation is it being used · Fix what to install · Check how to confirm
Latest CVE-2026-28326@patched · CVE-2026-58138@exploited · CVE-2026-93603@exploited · CVE-2026-93605@exploited · CVE-2026-93606@exploited · story:accelerating-but-conductor-escalating-fast-not-orkes-pre-auth
Actively exploited

Orkes Conductor pre-auth RCE exploitation is accelerating, not new but escalating fast

Research this
What happened
Fortinet reports attackers are ramping up exploitation of CVE-2026-58138, an unauthenticated RCE in the Orkes Conductor workflow engine, submitting crafted JavaScript/Python expressions to the workflow API to escape the scripting sandbox and run arbitrary OS commands. Fortinet blocked roughly 7,000 attack attempts in the week of Sept 2–9 alone, a 132% day-over-day jump, with activity concentrated from Germany, Hong Kong, Indonesia, the UAE, and India.
Affected
Orkes Conductor (and Conductor OSS) versions 3.21.21 up to (but not including) 3.30.2 — notably, Conductor OSS ships with authentication disabled by default, and evaluators can be configured with unrestricted host access.
Exploitation
Actively exploited in the wild, confirmed by Fortinet/FortiGuard Labs telemetry; reported by The Hacker News on Sept 19, 2026.
Fix
Fixed in Orkes Conductor 3.30.2 (patched back in June 2026) — upgrade immediately if still on 3.21.21–3.30.1. If you can't upgrade tonight, enable authentication on the workflow API and disable unrestricted host access for script evaluators (restrict builtin allowlists to exclude shell/process access).
Check if you're exposed
Query your Conductor version via its management API/UI; check workflow API access logs for unauthenticated POSTs containing JavaScript/Python expression payloads targeting the evaluator task type.
Patch available

SolarWinds patches hard-coded key in Access Rights Manager enabling unauthenticated RCE

Research this
What happened
SolarWinds shipped an advisory and patch for CVE-2026-28326 (CVSS 8.8), a hard-coded static cryptographic key baked into Access Rights Manager that an unauthenticated attacker can use to achieve remote code execution. Researcher Kai Huang (Armadin) is credited with the find; SolarWinds has not stated the bug is exploited yet, but hard-coded-key RCEs in identity/access-management tooling are a high-value target the moment technical details circulate.
Affected
SolarWinds Access Rights Manager (ARM) version 2026.2 and all prior versions.
Exploitation
No exploitation observed yet, per SolarWinds; treat as high-priority given the low complexity of hard-coded-key exploitation once reverse-engineered.
Fix
Fixed in ARM 2026.2.1 — upgrade immediately. No workaround exists since the flaw is a hard-coded key in the shipped binary; patching is the only real fix. If you can't patch tonight, restrict network access to the ARM management interface to trusted admin networks only.
Check if you're exposed
Check your ARM build/version number in the console (Help > About) against 2026.2.1; if below, you're exposed regardless of configuration.
Public exploit

Three CVSS-10 sandbox-escape bugs disclosed in vm2 — widely embedded in Node.js sandboxing and AI-agent code execution

Research this
What happened
Three new CVEs (CVE-2026-93603, CVE-2026-93605, CVE-2026-93606), each CVSS 10.0, were published for vm2, the Node.js sandbox library used to run untrusted JavaScript. The bugs combine a nullish-this proxy leak, a child_process denylist omission, and a Promise-rejection-sanitizer gap — each independently gives sandboxed code a full escape to host process and arbitrary command execution. vm2 still pulls ~800K weekly npm downloads and is a dependency of roughly 900 other packages, including tooling used to sandbox AI-agent code execution.
Affected
vm2 npm package, all versions through 3.12.0.
Exploitation
No confirmed in-the-wild exploitation reported yet; treat as proof-of-concept-private/imminent given the trivial CVSS-10 network/no-auth/no-interaction rating and vm2's use in untrusted-code-execution contexts (including AI agent sandboxes).
Fix
Fixed in vm2 3.12.1 (rolled forward into 3.12.2, released Sept 8, 2026) — upgrade to >=3.12.1. Check exposure with npm ls vm2 (direct) or npm ls --all vm2 (transitive); if you can't upgrade immediately and don't need arbitrary host-function exposure, avoid passing non-strict host functions or child_process-adjacent builtins into the sandbox context as a stopgap, or pin via overrides/resolutions to >=3.12.1 for transitive dependents.
Check if you're exposed
Run npm ls vm2 and npm ls --all vm2 in your Node projects, and for AI-agent or code-execution frameworks specifically, check whether they use vm2 (rather than isolated-vm) for isolation.
Recommended deep-dive for this window

For CVE-2026-58138 (Orkes Conductor pre-auth RCE), what is the full observed post-exploitation chain once attackers gain code execution via crafted workflow evaluator expressions — are they deploying cryptominers, establishing persistence, or pivoting into connected systems (Conductor is often wired to CI/CD and orchestration pipelines)? Cover: confirmed IOCs (attacker IPs, payload hashes, C2 domains) from Fortinet's blocked-attempt telemetry, whether any Sigma/Suricata detection content exists for the evaluator-abuse pattern, the real-world population of internet-facing Conductor OSS instances still running with default auth disabled, and whether any ransomware or access-broker groups have been tied to this campaign yet.

Orkes Conductor exploitation is accelerating fast (132% day-over-day) against a workflow orchestration platform that often has broad internal network reach and pipeline credentials, making it a strong foothold-to-lateral-movement target — yet current public reporting stops at "attempts blocked" without detailing what a successful compromise leads to, leaving defenders unable to hunt for post-exploitation evidence.

Get this report
CVE-2025-39682@exploited · CVE-2025-39964@exploited · CVE-2026-19513@exploit-public · CVE-2026-53266@exploited · CVE-2026-63374@exploited · CVE-2026-84434@exploit-public
Public exploit

Public exploit tool released for critical Gravity Forms unauthenticated file-upload flaw (RCE)

Research this
What happened
A new, distinct vulnerability in the widely-used Gravity Forms WordPress plugin was published on September 19, 2026, and a working Python PoC — including a mass-scan mode — was released to GitHub the same day. A mismatch between the plugin's field-validation and file-persistence logic lets hidden File Upload fields bypass extension checks entirely.
Affected
Gravity Forms for WordPress, all versions up to and including 3.1.0.4. (This is a separate flaw from the earlier CVE-2026-19513 patched in August — a new bypass, not a repeat.)
Exploitation
Public PoC/exploit released (GitHub user murrez, CVE-2026-84434 repo, with built-in mass-scan capability) — no authentication or valid form submission required, only a public page containing a form with a hidden File Upload field.
Fix
Fixed in 3.1.0.5 (vendor also references 3.1.1) — upgrade immediately. Check your version under WordPress Admin → Plugins → Gravity Forms, or wp plugin list | grep gravityforms via WP-CLI. If you cannot patch tonight, audit all public-facing forms for hidden File Upload fields and disable/remove them as a stopgap; RCE impact depends on server config (nginx or non-Apache setups without .htaccess execution blocking are most exposed).
Check if you're exposed
Confirm plugin version is ≤3.1.0.4; review any forms with a File Upload field set to "Hidden" visibility; check wp-content/uploads/gravity_forms/ for unexpected executable files (.php, .phtml, etc.) as a compromise indicator.
Source
Strix.ai — CVE-2026-84434 · published September 19, 2026 · corroborated by GitHub — murrez/CVE-2026-84434 PoC
Actively exploited

CISA formally lists three actively-exploited Linux kernel bugs in KEV, sets forensic-triage deadline

Research this
What happened
On September 18, 2026, CISA added three Linux kernel vulnerabilities to the Known Exploited Vulnerabilities catalog in two separate bulletins, each requiring forensic triage (not just patching) under Binding Operational Directive 26-04 — meaning agencies must actively hunt for evidence of prior compromise, not just install the fix.
Affected
Linux kernel — CVE-2025-39682 (TLS receive-path exception-handling flaw, CVSS 9.8), CVE-2026-53266 (netfilter/ebtables SNAT out-of-bounds write via ARP rewrite, CVSS 8.8), CVE-2025-39964 (AF_ALG socket race condition, CVSS 7.8).
Exploitation
Actively exploited in the wild (CISA KEV); remediation and forensic triage required by September 21, 2026 for FCEB agencies.
Fix
Apply your distro's current kernel security update covering these three CVEs (check vendor changelogs — Red Hat, Ubuntu, Debian, SUSE have each shipped point releases). No single "fixed version" number applies across distros. Compensating control if immediate patching isn't possible: CVE-2026-53266 requires specific bridge-netfilter ARP-rewrite rules configured, so disabling that ebtables SNAT ARP feature removes that one exposure path.
Check if you're exposed
Run uname -r and compare against your distro's fixed kernel build; for forensic triage, review for unexpected AF_ALG socket activity, unusual bridge/netfilter rule changes, or TLS session anomalies in kernel logs.
Source
CISA — Adds One Known Exploited Vulnerability · September 18, 2026 · corroborated by CISA — Adds Two Known Exploited Vulnerabilities and The Hacker News — CISA Flags Three Linux Kernel Vulnerabilities

A genuinely quiet 48-hour window otherwise — most of the week's major stories (Cisco ISE/Secure Email Gateway zero-days, N-able N-central RCE, Citrix NetScaler, Chrome V8 zero-day, Oracle's September CPU, Apple's iOS 27 security update) all landed more than two days ago and are covered in prior briefs. I verified several other candidates (a vm2 sandbox-escape CVE and a kcp-dev authorization-bypass CVE both surfacing in today's CVE digests) but traced their actual disclosure dates back to May and June 2026 respectively — re-surfacing in aggregator feeds, not new developments — so I excluded them rather than misreport their age. An anyio TLS-certificate-validation bypass (CVE-2026-63374) looked promising at first but its GitHub Security Advisory confirms a July 7, 2026 publish date, so it's excluded on the same grounds.
Recommended deep-dive for this window

Gravity Forms' CVE-2026-84434 unauthenticated file-upload flaw now has a public PoC with mass-scan tooling on GitHub, published the same day as disclosure — a pattern that typically precedes mass exploitation within 24-72 hours. Research: how large is the internet-facing footprint of vulnerable Gravity Forms installs (≤3.1.0.4) with public forms containing hidden File Upload fields; is there any evidence yet of active scanning or exploitation attempts in honeypot/WAF telemetry; what web server configurations (nginx, alt-docroot, missing .htaccess enforcement) actually permit RCE versus just file planting; and what detection signatures (WAF rules, log patterns) exist for the `upload_file()` bypass path.

This is the one genuinely new, high-urgency item in the window: a max-severity, unauthenticated, pre-auth RCE path in a plugin running on millions of WordPress sites, with working exploit tooling already public. The gap between "PoC exists" and "mass exploitation confirmed" is exactly where defenders have the most leverage to act before it becomes a KEV entry.

Get this report
CVE-2025-39682@exploited · CVE-2025-39964@exploited · CVE-2026-20130@exploited · CVE-2026-20192@exploited · CVE-2026-20194@exploited · CVE-2026-20234@exploited
Actively exploited

Cisco ISE hardening release exposes a SECOND actively-exploited zero-day, bundled with five more CVSS 10.0 flaws — no workaround exists

Research this
What happened
On September 17, Cisco published a "hardening release" advisory covering six new Identity Services Engine (ISE) vulnerabilities found during an internal review. Cisco confirmed one of them, CVE-2026-20192 (improper access control, CVSS 10.0), is already being actively exploited — a second ISE zero-day in active use this week, separate from the auth-bypass CVE-2026-76460 disclosed days earlier via a support-ticket investigation.
Affected
Cisco ISE and ISE-PIC 3.0 and earlier (no patch — migration required), 3.1/3.2 (critical-fix-only patches), and 3.3/3.4/3.5 (full patches). Also bundled: CVE-2026-20130, CVE-2026-20194, CVE-2026-20234, CVE-2026-20237, CVE-2026-20287.
Exploitation
Actively exploited in the wild (Cisco advisory, confirmed for CVE-2026-20192).
Fix
No workarounds exist per Cisco — patch immediately. Fixed in ISE 3.1 Patch 12, 3.2 Patch 11, 3.3 Patch 12, 3.4 Patch 7, 3.5 Patch 4. Versions 3.0 and earlier have no fix; migrate to a supported release. Restrict ISE admin/API interfaces to trusted management networks as an interim measure while patching.
Check if you're exposed
Confirm your running ISE patch level against the table above (show version / admin UI About page); review authentication and API access logs for unexpected admin-interface sessions or unauthenticated API calls.
Source
Cisco Security Advisory — ISE Hardening Release, September 2026 · 2026-09-17 · corroborated by CCCS AL26-021 · 2026-09-17

---
Actively exploited

CISA adds three more actively-exploited Linux kernel flaws to KEV

Research this
What happened
On September 18, CISA added three Linux kernel vulnerabilities to the KEV catalog based on confirmed in-the-wild exploitation — the third Linux kernel KEV batch this month, underscoring sustained attacker interest in kernel privilege-escalation and DoS primitives.
Affected
Linux kernel — CVE-2025-39682 (kTLS receive-path exceptional-condition handling, CVSS 9.8), CVE-2025-39964 (race condition), CVE-2026-53266 (out-of-bounds write).
Exploitation
Actively exploited in the wild (CISA KEV addition, September 18, 2026). FCEB remediation deadline: September 21, 2026.
Fix
CVE-2025-39682 is fixed in kernel 6.1.149, 6.6.103, 6.12.44, 6.16.4, and 6.17; confirm your distro has backported these point releases. Check running kernel version with uname -r against your distro's advisory for the other two CVEs.
Check if you're exposed
Any system using the kernel's TLS offload (kTLS) receive path for CVE-2025-39682; review kernel changelogs/patch levels for CVE-2025-39964 and CVE-2026-53266 once distro advisories publish full details.
Actively exploited

Google Pixel zero-click modem flaw hits KEV deadline today — linked to limited, targeted spyware-style attacks

Research this
What happened
Google patched CVE-2026-58704, a logic error in the Pixel cellular modem that lets an attacker bypass permission checks and escalate privileges without any user interaction (zero-click). Google itself flagged signs of limited, targeted exploitation, and CISA added it to KEV on September 16 with a remediation deadline landing today, September 19.
Affected
Google Pixel devices (cellular modem component); check your device's September 2026 security patch level.
Exploitation
Actively exploited in limited, targeted attacks (Google advisory; CISA KEV, added 2026-09-16, FCEB deadline 2026-09-19 — today).
Fix
Install the Google September 2026 Pixel security update (patch level ≥ 2026-09-05) immediately — this is zero-click, so delay = exposure with no user action required to trigger it.
Check if you're exposed
Settings → Security & privacy → System & updates → Security update; confirm it reflects the September 2026 patch level.
Public exploit

Dell ObjectScale: unauthenticated deserialization RCE, CVSS 10.0

Research this
What happened
Dell disclosed CVE-2026-70416, a deserialization-of-untrusted-data flaw (CWE-502) in ObjectScale that lets an unauthenticated remote attacker execute arbitrary code with no prior credentials — full system compromise from the network.
Affected
Dell ObjectScale versions prior to 4.4.0.0.
Exploitation
No exploitation observed yet — proof-of-concept status not publicly confirmed as of this writing; treat as high-urgency given the pre-auth RCE nature and CVSS 10.0 score.
Fix
Upgrade to ObjectScale 4.4.0.0 or later. Until patched, restrict administrative and storage-management interfaces to trusted internal networks only — do not expose ObjectScale management endpoints to the internet.
Check if you're exposed
Inventory ObjectScale deployments and confirm version < 4.4.0.0; review exposed storage-management services and monitor for abnormal authentication activity or unexpected configuration changes.
Public exploit

Cisco ASA/FTD/FMC firewall hardening wave — CVSS 9.9 access-control bypass, no active exploitation confirmed yet

Research this
What happened
In the same September 17 hardening cycle as the ISE bundle, Cisco disclosed CVE-2026-20332 — an internally-discovered improper access control flaw affecting ASA, Secure Firewall Threat Defense, and Firewall Management Center that allows privileged administrative actions to be performed without proper authorization checks. Cisco PSIRT says it is not aware of any public exploitation yet, but ASA/FTD are a standing high-value target (see the ongoing "ArcaneDoor"-style attacks against Cisco firewalls referenced in Cisco's own continued-attacks bulletin).
Affected
ASA Software 9.16.1–9.24.10, Firewall Management Center 7.0.0–10.0.1, Secure Firewall Threat Defense 7.0.0.1–10.0.0.
Exploitation
No exploitation observed (Cisco PSIRT statement, September 17, 2026).
Fix
Cisco has not published specific fixed-version numbers beyond "hardening release" branding in public summaries — pull the exact fixed train for your version from the Cisco advisory before your next maintenance window. No workaround documented; restrict firewall management-plane access to trusted networks in the interim.
Check if you're exposed
Inventory ASA/FTD/FMC versions against the affected ranges above; verify management interfaces (ASDM, FMC web UI, SSH) are not internet-exposed.
Source
Cisco Secure Firewall — Continued Attacks bulletin · 2026-09-17 · corroborated by CVE Brief, September 17, 2026 · 2026-09-17
Recommended deep-dive for this window

Cisco disclosed six new CVSS 10.0 Identity Services Engine vulnerabilities in its September 17, 2026 hardening release, confirming that CVE-2026-20192 is already being actively exploited — the second distinct ISE zero-day exploited this same week, alongside the earlier CVE-2026-76460 auth-bypass. Investigate: what is the technical root cause and exploitation chain for CVE-2026-20192 versus CVE-2026-76460 (are they related or independently discovered/exploited by the same actor)? What log/network evidence distinguishes exploitation of each? Is there any indication of a shared threat actor, tooling, or infrastructure across the two campaigns? What is Cisco's guidance for organizations still running unpatched or end-of-support ISE 3.0 and earlier with no available fix?

Two independently-exploited zero-days in the same product within one week, discovered via two different paths (a customer TAC case and internal security review), is unusual and suggests either a highly motivated attacker probing ISE broadly or a researcher/vendor detection gap. ISE sits at the identity/network-access control layer for enterprise networks, so root-access compromise here has outsized blast radius, and defenders need to know whether these are one campaign or two before they can scope their incident response.

Get this report
CVE-2026-19662@exploited · CVE-2026-19941@exploited · CVE-2026-20242@disclosed · CVE-2026-20242@exploited · CVE-2026-20324@disclosed · CVE-2026-20324@exploited
Actively exploited

Cisco ISE hit by max-severity (CVSS 10.0) auth-bypass zero-day — second Cisco zero-day exploited this week, emergency patches out

Research this
What happened
Cisco disclosed and CISA added to KEV (Sept 16) an unauthenticated API auth-bypass in Identity Services Engine that hands an attacker root on the appliance that controls network access policy — a single crafted HTTP request is enough, and Cisco confirms active exploitation.
Affected
Cisco ISE and ISE-PIC releases 3.0 through 3.5.
Exploitation
Actively exploited in the wild (Cisco PSIRT confirmed); CISA KEV addition Sept 16, 2026 with FCEB remediation due Sept 19, 2026.
Fix
Fixed in 3.1 Patch 12, 3.2 Patch 11, 3.3 Patch 12, 3.4 Patch 7, or 3.5 Patch 4 — upgrade immediately. No workaround exists; use infrastructure ACLs to restrict management-interface access to trusted hosts as a compensating control until patched.
Check if you're exposed
Confirm your patch level against the fixed-release list above via Cisco's Software Checker; because attackers can gain root and hide IoCs, treat any unpatched internet- or LAN-reachable ISE box as potentially compromised and review admin/API audit logs for unexplained sessions.
Source
Cisco Security Advisory · Sept 16, 2026 · corroborated by Help Net Security and SecurityWeek

---

Cisco Secure Firewall Management Center mass disclosure: 18 flaws, multiple unauthenticated root-RCE paths, no exploitation yet but no workarounds

Research this
What happened
Alongside the ISE zero-day, Cisco's Sept 16 hardening release patched 18 Secure Firewall/FMC bugs including two near-maximum-severity Java-deserialization and sftunnel-RPC flaws that give root; none are reported exploited yet, but the release is large enough that it changes the whole platform's near-term risk profile.
Affected
Cisco Secure Firewall Management Center software — CVE-2026-20242 (CVSS 9.8, unauthenticated, requires External Database Access enabled with a host on the access list); CVE-2026-20341 (CVSS 9.1, sftunnel deserialization, requires valid admin creds on a managed FTD); CVE-2026-20324 (CVSS 9.9, sftunnel arbitrary file write).
Exploitation
No exploitation observed (Cisco PSIRT: "not aware of any public announcements or malicious use").
Fix
No single version number — consult Cisco's Software Checker per-advisory for the fixed release on your train; no workarounds exist for any of the 18 issues, so patch on the normal Cisco maintenance cycle but don't defer past this cycle. Compensating control: disable External Database Access if unused, and restrict FMC-to-FTD sftunnel/management traffic to trusted hosts only.
Check if you're exposed
Check whether External Database Access is enabled on FMC (for CVE-2026-20242) and review sftunnel logs between FMC/FTD pairs for anomalous RPC traffic.
Source
Cisco Security Advisory — FMC Java Deserialization RCE · Sept 16, 2026 · corroborated by SecurityOnline

---
Actively exploited

Acronis Backup plugin privilege-escalation bug added to KEV — active exploitation confirmed against cPanel/WHM deployments

Research this
What happened
An incorrect-default-permissions flaw in the Acronis Backup plugin for cPanel & WHM lets an already-authenticated, low-privileged local user escalate to root; CISA confirmed exploitation and added it to KEV the same day as the Cisco ISE bug.
Affected
Acronis Backup plugin for cPanel & WHM (Plesk extension affected but no confirmed in-the-wild exploitation there).
Exploitation
Actively exploited in the wild (against cPanel/WHM deployments); CISA KEV addition Sept 16, 2026, FCEB deadline Sept 19, 2026.
Fix
Update the Acronis Backup plugin/extension to the vendor's current release (CWE-276 incorrect default permissions) — check Acronis's advisory for the exact fixed build for your panel.
Check if you're exposed
Audit file/directory permissions under the Acronis plugin install path on cPanel/WHM hosts for world-writable or group-writable entries; review for unexpected root-owned processes spawned by low-privilege panel accounts.
Source
CISA — Adds Two Known Exploited Vulnerabilities to Catalog · Sept 16, 2026 · corroborated by GBHackers

---
No patch yet

ISC ships BIND 9 update fixing 14 flaws, including two DNS cache-poisoning bugs and an unauthenticated DoH crash

Research this
What happened
ISC released BIND 9.20.29 and 9.21.26 patching 14 vulnerabilities — the most consequential are two cache-poisoning weaknesses and a remote, unauthenticated crash reachable via a single crafted DNS-over-HTTPS request with an invalid SIG(0) record; no exploitation reported, but this is core internet DNS infrastructure.
Affected
BIND 9.11–9.18.50, 9.20.0–9.20.27, and 9.21.0–9.21.25, depending on the specific CVE (most affect all three lines); BIND 9.18 is EOL (June 2026) and received no patch despite being affected by 12 of the 14 issues.
Exploitation
No exploitation observed (ISC: "not aware of any active exploits" as of publication); public reproduction tests exist for several issues.
Fix
Upgrade to BIND 9.20.29 (or 9.20.29-S1) or 9.21.26 — the 9.21.26 dev branch does not fix CVE-2026-19662. There is no fix for 9.18.x; orgs still on that EOL line must migrate to 9.20/9.21.
Check if you're exposed
Run named -v to check your build version; if DNSSEC validation is disabled on a resolver, prioritize the cache-poisoning fixes (CVE-2026-19941, CVE-2026-77119) and the unauthenticated DoH crash (CVE-2026-77692) if you expose DoH.
Recommended deep-dive for this window

Cisco disclosed three unrelated critical issues in one week (Sept 15–16, 2026): the actively exploited Secure Email Gateway root-RCE (CVE-2026-76461, now patched), the CVSS-10.0 ISE auth-bypass (CVE-2026-76460, actively exploited, in KEV), and an 18-bug FMC/Secure Firewall hardening release with multiple unauthenticated root-RCE paths (CVE-2026-20242, CVE-2026-20341, CVE-2026-20324). Research: is there evidence of a shared actor, toolkit, or initial-access broker chaining any of these (e.g., email gateway compromise feeding credentials or lateral movement toward ISE/FMC)? What is the internet-exposed footprint of vulnerable ISE and FMC instances (Shodan/Censys), what detection signatures or IOCs have been published for CVE-2026-76460 exploitation, and what should incident responders check for evidence of prior root-level compromise on unpatched devices?

Three severe, independently-exploitable Cisco flaws landing in the same 48-hour window across email security, network access control, and firewall management creates outsized risk for any org running a full Cisco security stack — a chained or coincidental multi-vector campaign here would be far more damaging than any single CVE, and defenders need to know now whether to treat this as isolated bugs or a coordinated exploitation wave.

Get this report
CVE-2026-5430@exploit-public · CVE-2026-73807@exploit-public · CVE-2026-78225@exploit-public · CVE-2026-81855@exploit-public · CVE-2026-82567@exploit-public · CVE-2026-83327@exploited
Actively exploited

WSO2 API Manager JWT authentication bypass under active exploitation with forged admin tokens

Research this
What happened
watchTowr's honeypot network captured forged JWT tokens carrying baked-in administrator privileges starting September 13, 2026, confirming in-the-wild exploitation of a signature-verification flaw (CWE-347-class issue) that was originally disclosed back in May 2026 but is only now seeing mass scanning.
Affected
WSO2 API Manager 4.1.0–4.6.0, API Control Plane 4.5.0/4.6.0, Traffic Manager 4.5.0/4.6.0, and Universal Gateway 4.5.0/4.6.0.
Exploitation
actively exploited in the wild — reported by watchTowr Labs and The Hacker News; attackers are using forged tokens signed with an unsupported algorithm to reach every registered API backend, consumer key, and secret.
Fix
No single unified version — subscription customers should apply the vendor's designated update levels (Update 21 through Update 257 depending on product/version); community users should pull the fixes referenced in WSO2 GitHub PRs #13752 and #14167. Compensating control: if you cannot patch immediately, restrict/monitor the token-validation endpoint and reject JWTs signed with non-standard algorithms at the gateway/WAF layer.
Check if you're exposed
search access logs for JWTs presenting an unexpected/unsupported alg header value, and audit for API calls made with administrator-scoped tokens that don't correlate to a legitimate admin login session.
Actively exploited

Google patches Pixel modem zero-day exploited in targeted, likely spyware-linked attacks

Research this
What happened
Google disclosed and patched a Pixel modem-component vulnerability that was already being exploited in limited, targeted attacks — the zero-click, modem-level nature matches the profile of prior commercial-spyware or state-actor tooling rather than commodity malware.
Affected
Google Pixel devices with the vulnerable modem/baseband component (pre-September 2026 security patch level); Google has not named the specific silicon vendor publicly in initial coverage.
Exploitation
actively exploited — Google confirms "limited, targeted exploitation" as of the September 15, 2026 patch release; no mass exploitation reported.
Fix
Fixed in the Pixel September 2026 security update — install it immediately via Settings > System > Software updates. No public workaround exists short of updating; this is a baseband-level bug so there is no app-layer mitigation.
Check if you're exposed
Check Settings > About phone > Android security patch level; anything before the September 2026 patch level is vulnerable. High-risk individuals (journalists, activists, executives) should prioritize immediate patching given the targeted/spyware-like profile.
Actively exploited

Acronis cPanel/Plesk backup plugin privilege-escalation flaw exploited in targeted attacks on shared hosting

Research this
What happened
Acronis disclosed and patched a local privilege-escalation bug (insecure file permissions, CWE-276-class) in its Backup plugin that lets a low-privileged attacker who already has a foothold on a shared-hosting box escalate to root — actively used in limited, targeted attacks against cPanel/WHM deployments.
Affected
Acronis Backup plugin for cPanel & WHM before build 1.9.3.1021; Acronis extension for Plesk before build 1.8.11.638 (no confirmed exploitation of the Plesk build yet, but it shares the root cause).
Exploitation
actively exploited (limited/targeted) — reported by Acronis and covered by Help Net Security and The Hacker News; no mass-exploitation observed as of publication.
Fix
Fixed in cPanel/WHM plugin 1.9.3 HF3 (build 1.9.3.1021+) and Plesk extension 1.8.11 (build 1.8.11.638+) — upgrade immediately. Hosting providers should also audit existing shared-hosting accounts for signs of prior privilege escalation before assuming the patch alone remediates compromise.
Check if you're exposed
Check the installed Acronis Backup plugin/extension build number in cPanel/WHM or Plesk against the fixed builds above; review for unexpected root-level cron jobs or SUID binaries created around backup-plugin file paths as a compromise indicator.

Oracle's September 2026 Critical Patch Update ships 673 fixes, including multiple CVSS 9.8 pre-auth flaws in E-Business Suite

Research this
What happened
Oracle's quarterly CPU landed with 673 patches across 17 product families, over 240 of which are remotely exploitable without authentication — a big attack-surface reduction event for any org running Oracle enterprise stacks, and a reminder that E-Business Suite remains a favorite ransomware/extortion target (per the Clop/Windchill-style pattern seen elsewhere this year).
Affected
Oracle E-Business Suite (CVE-2026-83327, CVE-2026-83452, CVE-2026-83462, all CVSS 9.8) plus dozens of other critical-rated bugs across Database Server, Fusion Middleware, PeopleSoft, Siebel CRM, Java SE, and more — check the full risk matrix for exact version ranges per component.
Exploitation
no exploitation observed yet at time of release; treat pre-auth, CVSS 9.8 E-Business Suite bugs as a high-priority patch target given how quickly extortion crews have weaponized similar Oracle/enterprise-app flaws this year.
Fix
Apply Oracle's October... i.e. the September 2026 CPU patches per product — no workaround substitutes for patching given the pre-auth/no-credential-required exploitability Oracle itself flags for 19 of the 159 E-Business Suite patches.
Check if you're exposed
Cross-reference your installed Oracle product versions against the CPU's Risk Matrix (oracle.com/security-alerts/cspusep2026.html) for each CVE; prioritize internet-facing E-Business Suite and Fusion Middleware instances first.
Source
Oracle — September 2026 Critical Patch Update Advisory · corroborated by Qualys · Sept 15–16, 2026
Public exploit

CISA issues three new ICS advisories: critical unauthenticated access flaw in mySCADA myPRO Manager, hard-coded keys in Wärtsilä FOS-Onboard, and multiple flaws in CareCam IP cameras

Research this
What happened
CISA published three fresh ICS advisories in the same window — the mySCADA bug is the standout, letting an unauthenticated network attacker reach privileged management functions and (via a second flaw) send arbitrary SMS through a connected GSM modem.
Affected
mySCADA myPRO Manager 2.1 and earlier (CVE-2026-73807, CVSS 9.8 for the authorization bypass; CVE-2026-82567 for the SMS-abuse endpoint); Wärtsilä FOS-Onboard 5.07.0923.01 (CVE-2026-78225 CVSS 9.0, CVE-2026-81855 CVSS 9.1, hard-coded crypto/auth keys); CareCam CM2507 IP cameras running firmware v251211.1507 (seven vulnerabilities).
Exploitation
no known public exploitation for any of the three as of CISA's publication.
Fix
mySCADA fixed both issues in myPRO Manager 2.2 — upgrade now. Wärtsilä has a patch available on request (contact the vendor directly) for FOS-Onboard; the vendor states the flaws aren't exploitable when installed per its recommended configuration — verify your deployment matches that guidance. CareCam fixes are detailed in CISA's advisory; if none exist yet, isolate the cameras from untrusted networks.
Check if you're exposed
Confirm your mySCADA myPRO Manager version is below 2.2; for Wärtsilä and CareCam, cross-check installed firmware/build against CISA's ICS advisory pages (ICSA-26-258-02, ICSA-26-258-03) for exact vulnerable ranges.
Recommended deep-dive for this window

Produce a deep-dive on the WSO2 API Manager JWT authentication bypass (CVE-2026-5430, CVSS 9.8) now under active exploitation per watchTowr's honeypot data since September 13, 2026: what is the precise cryptographic-verification flaw (which "unsupported algorithm" is being abused, e.g. `alg: none` or algorithm confusion), what does the forged-token payload/attack chain look like end-to-end, which of the four affected WSO2 components (API Manager, Control Plane, Traffic Manager, Universal Gateway) are actually being targeted in the wild versus theoretically exposed, is there a public PoC beyond watchTowr's telemetry, has it reached CISA KEV or gotten a Sigma/Nuclei detection rule yet, and what log/network signatures let a defender retroactively confirm compromise even after applying WSO2's update-level patches?

This is the sharpest lead in the window: a pre-auth-to-full-admin bypass in a widely deployed API gateway, moving from a quiet May 2026 disclosure to confirmed mass exploitation in September with no CVSS-matching urgency yet reflected in KEV or detection tooling — exactly the kind of gap where teams get compromised silently while waiting for "official" confirmation.

Get this report
CVE-2026-76461@exploit-public · CVE-2026-81963@exploit-public · CVE-2026-85880@exploit-public · story:brick-chosen-dissidents-expose-heavygram-iranian-jointly-journalists
Actively exploited

US, UK and Netherlands jointly expose Iranian MOIS spyware "CHOSEN BRICK" / "HEAVYGRAM" targeting journalists and dissidents

Research this
What happened
NCSC (UK), the FBI, and the Netherlands' AIVD published a joint advisory on September 15, 2026 attributing a Windows spyware family to Iran's Ministry of Intelligence and Security, active since at least autumn 2023 against journalists, activists and dissidents globally. It updates an earlier March 2026 FBI warning with fresh technical and targeting detail.
Affected
Windows endpoints belonging to individuals Iran views as threats (journalists, activists, dissidents, including UK-based targets) — this is a targeted espionage campaign, not a software vulnerability with a patchable version range.
Exploitation
Actively deployed in the wild by Iran-linked operators. Delivery relies on social engineering: attackers impersonate trusted contacts on WhatsApp/Telegram (including fake content like bogus medical results) to build rapport before dropping the malware, which harvests contacts, emails, social-media messages, screen content, and microphone audio, and persists across reboots.
Fix
No software patch applies. Mitigation is awareness of the social-engineering approach described, plus enrolling high-risk individuals in NCSC's free cyber defence service for people facing state-linked threats.
Check if you're exposed
Watch for unsolicited rapport-building conversations from unfamiliar or spoofed contacts on WhatsApp/Telegram that escalate toward a file transfer; monitor Windows endpoints for unexpected microphone/screen-capture API activity or persistence mechanisms surviving reboot. Full IOCs are in the joint advisory.
Source
NCSC UK — UK and allies expose spyware used by Iranian state actors · 15 September 2026

---

A note on scope: this 48-hour window sits inside an already very active September — Microsoft's record 974-CVE Patch Tuesday (two exploited zero-days, CVE-2026-81963 and CVE-2026-85880), the MikroTik "MikroTrick" RouterOS chain, SonicWall SMA1000, GitLab's path-traversal KEV entry, ConnectWise ScreenConnect, and Check Point's VPN certificate flaws were all already surfacing in prior briefs and showed no material change (no new exploitation status, no version-range change, no pulled/revised patch) in the last 48 hours specifically. The two items above are the genuine deltas: one is a patch/KEV-status escalation on a previously-flagged bug, the other is a wholly new campaign disclosure.
Recommended deep-dive for this window

Produce a deep report on CVE-2026-76461 (Cisco Secure Email Gateway pre-auth SQL injection to root RCE, CISA KEV as of Sept 14-15 2026, federal deadline Sept 17). Cover: the technical root cause (SQL injection in email-parsing logic, mapped to its CWE) and why it yields root rather than just data access; evidence for exploitation dating back to September 2025 and what that year-long gap implies about detection blind spots; the full affected scope across on-prem AsyncOS and Cisco Secure Email Cloud; any published IOCs, YARA/Snort signatures, or forensic-triage steps beyond version-checking; and open questions — is there a public PoC yet, and what should organizations that missed the Sept 17 deadline do now?

This is the only item in the window with a hard compliance deadline (Sept 17) and a confirmed root-level, unauthenticated, zero-interaction exploitation path on an internet-facing mail appliance — the combination of urgency, blast radius, and a disclosed year-long silent-exploitation gap makes it the highest-consequence unresolved question defenders need answered right now.

Get this report
CVE-2024-21762@exploited · CVE-2026-42016@exploited · CVE-2026-42018@exploited · CVE-2026-4201@exploited · CVE-2026-62721@disclosed · CVE-2026-76461@exploited
Actively exploited

Cisco Secure Email Gateway root RCE is under active exploitation, no workaround exists

Research this
What happened
Cisco disclosed CVE-2026-76461 on September 14 after confirming in-the-wild exploitation; a crafted email exploits a SQL injection flaw in AsyncOS's email-parsing logic and escalates to arbitrary OS command execution as root. CISA added it to KEV the same day.
Affected
Cisco Secure Email Gateway (physical and virtual, any configuration) on the 15.5-and-earlier, 16.0, and 16.5 release lines. Secure Email and Web Manager and Secure Web Appliance are not affected.
Exploitation
Actively exploited in the wild (Cisco PSIRT + CISA KEV). CISA gave federal agencies until September 17, 2026 to remediate.
Fix
Upgrade AsyncOS to 16.5.0-780 (Cisco's recommended target), 16.0.4-3021, or 15.5.5-0141. No workaround exists otherwise.
Check if you're exposed
Confirm your AsyncOS build via the appliance CLI (version command) or admin UI; review SMTP/mail logs for anomalous crafted messages matching SQL-injection patterns described in Cisco's advisory.
Source
CISA — Adds One Known Exploited Vulnerability to Catalog · 2026-09-14, corroborated by SecurityWeek · 2026-09-14

---
Actively exploited

JFrog Artifactory's chained auth-bypass pair hits CISA KEV with a hard Sept 25 deadline — Wiz found a custom Rust backdoor already deployed

Research this
What happened
CISA added CVE-2026-42016 and CVE-2026-42018 to KEV on September 14 after Wiz documented attackers chaining them (plus a related CVE-2026-82329) between August 15 and September 8 to bypass authentication, seize admin control, plant malicious Groovy plugins, and deploy a custom Rust-based backdoor that survives patching.
Affected
CVE-2026-42016 impacts all Artifactory builds before 7.133.11; CVE-2026-42018 impacts releases before 7.111.20 and 7.146.9.
Exploitation
Actively exploited in the wild since at least mid-August (Wiz). CISA KEV remediation deadline: September 25, 2026.
Fix
Upgrade to 7.161.20, 7.146.38, 7.133.29, 7.125.20, 7.117.28, or 7.111.21.
Check if you're exposed
Audit for unexpected admin-level tokens/accounts, unrecognized Groovy plugins, and unfamiliar binaries in Artifactory's runtime directories — Wiz notes the Rust backdoor can persist even after patching.
Patch available

New pre-auth admin bypass in an MCP server — argocd-mcp CVE-2026-82456 (CVSS 10.0) gives full unauthenticated control of connected ArgoCD instances

Research this
What happened
argocd-mcp 0.8.0 contains an authentication bypass (CWE-1327, a false-negative string comparison) in its HTTP transport that lets an unauthenticated caller open an MCP session and invoke privileged tools — create, sync, or delete ArgoCD applications — using the operator's own stored API token, because the service binds to all interfaces by default. ProjectDiscovery opened a Nuclei detection template on September 14.
Affected
argocd-mcp 0.8.0.
Exploitation
No confirmed in-the-wild exploitation yet; a public Nuclei detection template exists and the exploitation technique (unauthenticated MCP tool enumeration) is publicly documented.
Fix
Upgrade to argocd-mcp 0.9.0.
Check if you're exposed
Check whether your argocd-mcp deployment exposes its HTTP listener beyond localhost/trusted networks, and whether ARGOCD_API_TOKEN is set on a pre-0.9.0 build; the ProjectDiscovery template fingerprints vulnerable instances via a hardcoded version string.
Source
ProjectDiscovery nuclei-templates PR #17238 · 2026-09-14, corroborated by OpenCVE — CVE-2026-82456 · 2026-09-2026

---

Microsoft ships emergency out-of-band fixes for September Patch Tuesday regressions, bundles a new privilege-escalation patch

Research this
What happened
Microsoft released an out-of-band update on September 14 to fix RDP sign-in failures, RDS instability, broken Hyper-V folder sharing for Linux guests, and USB Audio Class 1.0 failures — all regressions caused by the September 8 Patch Tuesday cumulative update — while also patching CVE-2026-62721, a new Windows User-Mode Power Service elevation-of-privilege bug.
Affected
Windows 11 24H2/25H2 and companion Windows 10/Server 2022/2025 branches that installed the September 8 cumulative update.
Exploitation
No exploitation reported for CVE-2026-62721; this release is primarily an operational regression fix.
Fix
Install KB5129195 (Windows 11 24H2/25H2) or the matching companion KB for your branch (KB5129194, 5129236, 5129235, 5129237; KB5129241 for Hotpatch enrollees).
Check if you're exposed
Any environment that installed the September 8 update and is seeing RDP/RDS sign-in failures, Hyper-V Linux-guest folder-sharing breakage, or USB audio failures needs this OOB patch.
Actively exploited

Long-running breach of Thai ISP 3BB traced to a two-year-old unpatched FortiGate VPN flaw and an abused legitimate remote-support tool

Research this
What happened
Hunt.io discovered an internet-exposed attacker directory revealing a live, ongoing intrusion into Thai ISP 3BB (Triple T Broadband). The entry vector was CVE-2024-21762, a FortiGate SSL-VPN bug patched since February 2024; the intruder repurposed MeshCentral, a legitimate remote-management tool, as a persistent backdoor (with a device group literally named "TH-3BB") and staged scripts to exfiltrate RADIUS subscriber-credential databases.
Affected
FortiGate SSL-VPN appliances still unpatched for CVE-2024-21762 — a reminder that a two-year-old critical VPN bug is still an active entry vector anywhere it wasn't patched.
Exploitation
Actively exploited — an ongoing, confirmed breach.
Fix
Patch FortiGate to a version fixing CVE-2024-21762 if not already done; this is old but evidently still unremediated in some environments.
Check if you're exposed
Audit for unrecognized MeshCentral agents or device groups on your network, and confirm FortiGate SSL-VPN patch level against CVE-2024-21762.
Actively exploited

Max-severity flaw disclosed in a niche WordPress crypto-payment plugin — low reach, but full wallet-credential exposure

Research this
What happened
CVE-2026-81648, published September 13, is a missing-authorization bug in an AJAX endpoint of the CryptoPayment Gateway plugin that lets unauthenticated attackers delete arbitrary files, overwrite payment-gateway configuration, and recover stored wallet credentials in cleartext.
Affected
CryptoPayment Gateway WordPress plugin 1.2.1–1.2.2.
Exploitation
No confirmed in-the-wild exploitation; not in CISA KEV; EPSS is low (~0.28%), consistent with a low-install-base plugin rather than urgent mass-exploitation risk.
Fix
Update to the current release beyond 1.2.2 (exact fixed build number not published in available advisories — check the WordPress plugin changelog before upgrading). If you can't patch immediately, block the vulnerable AJAX action at the WAF/server level.
Check if you're exposed
Check the installed plugin version in wp-admin; if running 1.2.1 or 1.2.2, patch or disable the plugin immediately given the cleartext wallet-credential exposure.
Source
OpenCVE — CVE-2026-81648 · 2026-09-13, corroborated by Strix — CVE-2026-81648 · 2026-09-13
Recommended deep-dive for this window

For CVE-2026-85706, the max-severity GitLab path-traversal bug that moved from patch (Sept 10) to CISA KEV to a public Nuclei template, a working Python PoC, and Rapid7-confirmed active exploitation all within days: what is the actual scope of compromise so far? Research confirmed victim organizations or GitLab-hosted secrets/SSH keys reported stolen, whether any compromises have led to downstream supply-chain or CI/CD pipeline abuse, what detection gaps remain between the published Sigma/Suricata rules and real attacker traffic patterns, and whether attackers are specifically targeting still-unpatched instances versus retroactively pillaging already-patched ones for data taken before the fix landed.

This is the week's highest-velocity vulnerability: a CVSS 10.0 bug with confirmed active exploitation, a hard KEV deadline that has already passed, and now freely available exploit tooling from multiple independent sources — exactly the "PoC turns theoretical into mass-exploited within days" pattern this brief is built to catch. Security teams need to know whether they're dealing with opportunistic scanning or targeted post-compromise data theft to decide between routine patching and full incident response.

Get this report

Want this depth on your own question?

The brief is free. A full research package — PDF, Word, slides, podcast, every claim cited — takes one question.

Get started

Want us to cover something?

Suggest a CVE, threat, or vendor and we'll research it and add it here. Leave your email and we'll tell you when it's live.

Compiled from public primary sources (CISA, NVD, vendor advisories, national CERTs, and published exploit research). Informational research, not professional security advice — verify against your own environment before acting.