CVE ADVISORY | EMAIL SECURITY
9 min read

CVE-2026-76461: Cisco Secure Email Gateway SQL Injection Lets Unauthenticated Attackers Get Root via a Crafted Email

A CVSS 9.8 SQL injection in AsyncOS's email parsing logic, exploited as a zero-day and added to the CISA KEV catalog on September 14, 2026

9.8
CVSS v3.1 base score Cisco assigned to CVE-2026-76461
0
Workarounds available; Cisco states there are none short of patching
3
AsyncOS release lines affected: 15.5 and earlier, 16.0, and 16.5

SponsoredHorizon3.ai

Proactive Security for the AI Era

NodeZero continuously and autonomously pentests infrastructure, identity, cloud, and now web applications, chaining weaknesses across every domain the way real attackers do. Every finding ships with replayable proof showing exploitable business impact, not theoretical risk.

See NodeZero WebApp in action

CVE-2026-76461 is a SQL injection vulnerability (CWE-89) in the email parsing logic of Cisco AsyncOS Software, the operating system that runs Cisco Secure Email Gateway appliances. Affected gateways process externally delivered email as a normal part of their operation, and insufficient validation in that parsing logic lets an attacker embed malicious SQL statements inside a crafted email message. Cisco's own advisory describes those injected statements as capable of triggering arbitrary operating system command execution with root-level privileges on the appliance itself. No authentication, and no interaction with an administrative interface, is required. Sending the email is the attack.

Cisco assigned this a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), reflecting network-reachable, low-complexity exploitation with full compromise of confidentiality, integrity, and availability. Cisco's Product Security Incident Response Team became aware of active exploitation in September 2026 and published its security advisory on September 14, 2026. CISA added CVE-2026-76461 to its Known Exploited Vulnerabilities catalog the same day, which reflects confirmed evidence of real-world exploitation rather than a hypothetical risk rating.

Secure Email Gateway is classic perimeter infrastructure: an internet-facing mail relay that every inbound message has to pass through before it reaches a mailbox. That exposure, combined with a pre-authentication path to root, is why this CVE qualifies as a Tier-1a advisory. The rest of this article covers what Cisco has published about affected versions and fixes, what detection looks like without a hand-authored rule set yet, and where the honest gaps in public reporting are for this specific vulnerability. For context on how this fits a broader pattern of root-level compromise on Cisco's own perimeter appliances, see our coverage of CVE-2026-20079, the pre-auth root RCE in Cisco Secure FMC and CVE-2026-20316, a static-credential flaw also in Secure FMC.

Affected Products and Fixed Versions

CVE-2026-76461 affects Cisco AsyncOS Software for Secure Email Gateway across the 15.5-and-earlier, 16.0, and 16.5 release lines, on both physical and virtual appliances, regardless of device configuration. Cisco's advisory does not describe any configuration option that avoids exposure; if a device runs an affected AsyncOS release and processes email, it is vulnerable.

Cisco has published fixed releases for all three affected lines: 15.5.5-014 for the 15.5-and-earlier line, 16.0.4-302 for the 16.0 line, and 16.5.0-780 for the 16.5 line. Cisco is urging emergency patching outside of normal maintenance windows given the combination of a 9.8 severity score and confirmed active exploitation.

There is no partial fix. Cisco's advisory states directly that there are no workarounds that address this vulnerability, so upgrading to the fixed release matching your current AsyncOS line is the only way to close the flaw. Organizations running email security platforms alongside Secure Email Gateway, or evaluating alternatives, may find our comparison of Abnormal Security and Proofpoint email security useful context, though it does not substitute for patching an appliance you already operate.

Exploitation Status: What Cisco and CISA Have Confirmed

Cisco's PSIRT states it became aware of attempted exploitation of CVE-2026-76461 in September 2026, before the advisory was published on September 14, 2026. CISA added the CVE to its Known Exploited Vulnerabilities catalog that same day, in an update titled "CISA Adds One Known Exploited Vulnerability to Catalog." Together, that timeline indicates this vulnerability was exploited as a zero-day, ahead of a public patch being available.

Cisco's advisory is the primary source establishing active exploitation; it does not name a specific threat actor, disclose the exact SQL injection payload used in the wild, or publish a full technical writeup of the exploitation chain from injected SQL statement to root command execution. That is a deliberate choice common to vendor advisories for unauthenticated, pre-auth root vulnerabilities, since publishing the mechanism in detail would hand working exploitation steps to anyone who has not yet patched. As of this writing, we did not find an independent third-party research report with its own observed exploitation telemetry beyond what Cisco's advisory and downstream security vendor summaries (including Rapid7's) have already restated.

A KEV catalog addition on its own is sufficient justification to prioritize patching on an accelerated timeline, independent of how much technical detail is eventually published about the exploitation chain.

Free daily briefing

Briefings like this, every morning before 9am.

Threat intel, active CVEs, and campaign alerts, distilled for practitioners. 50,000+ subscribers. No noise.

Detection

We do not have hand-authored Sigma rules, vendor-specific detect or hunt queries, or WAF rules for this specific CVE yet, so this section covers detection in prose rather than pointing to a ready-made rule set.

Cisco's own advisory gives a concrete starting point: review Secure Email Gateway's mail_logs for suspicious SQL statements, specifically patterns resembling "COPY ... TO PROGRAM," which is the SQL construct that would let an injected statement hand off to operating system command execution. Any match in that log output is worth treating as a potential compromise indicator rather than noise.

Beyond the appliance's own logs, cross-check external network and firewall logs for unexpected outbound connections or file transfers originating from the Secure Email Gateway appliance itself. A mail gateway initiating outbound traffic to destinations outside its normal mail-relay and update behavior is a meaningful anomaly, particularly in the window since Cisco confirmed active exploitation in September 2026. Cisco also cautions that successful exploitation grants root-level access, which means an attacker who has already compromised a device may be able to alter or remove the very log evidence this detection approach depends on, so treat an unusually clean or gapped mail_logs history on an internet-facing gateway as its own signal worth investigating rather than reassurance.

Broader monitoring for anomalous admin-interface queries or unexpected SQL error responses surfaced through the appliance's own logging is also worth building into your detection baseline while a vendor-specific rule set does not yet exist for this CVE.

Validation: Confirming Exposure and the Fix

Start by confirming your running AsyncOS version. Secure Email Gateway reports its software version directly in the administrative interface's System Administration section or via the CLI 'version' command. Compare that output against the fixed releases: 15.5.5-014, 16.0.4-302, or 16.5.0-780, depending on which line you run. Any version older than your line's fixed release is affected by CVE-2026-76461.

Because exploitation requires no authentication and travels through normal inbound mail processing, confirm the device is in fact receiving and parsing externally delivered email as part of its role, which for a production Secure Email Gateway deployment is almost always true by design. There is no configuration flag to check that disables the vulnerable parsing path; exposure follows directly from the appliance's core function.

After upgrading, run the mail_logs review described in the Detection section above against your pre-upgrade log history, not just going forward, since exploitation may have occurred before you patched. If that review or your network log cross-check surfaces anything matching the SQL injection or anomalous outbound connection patterns described above, treat it as a potential compromise requiring incident response rather than assuming the upgrade alone resolves an already-compromised device.

Mitigation

The vendor-published fix is the only remediation for CVE-2026-76461. Cisco has stated plainly that there are no workarounds that address this vulnerability, so upgrading to 15.5.5-014, 16.0.4-302, or 16.5.0-780 (matching your current AsyncOS line) is not one option among several; it is the fix.

Given the combination of a 9.8 CVSS score, confirmed zero-day exploitation, and CISA KEV inclusion, treat this as an emergency change outside your normal patch cycle rather than something to queue for the next scheduled maintenance window. If your organization cannot immediately patch a given appliance, reducing its exposure by restricting which external mail servers can relay through it, where operationally feasible, narrows the population of senders who could deliver a crafted exploit email, though Cisco does not present this as a substitute for the patch since any inbound-facing mail flow remains a viable path.

If your review under Validation surfaces indicators consistent with prior exploitation, such as matching mail_logs patterns or anomalous outbound connections from the appliance, escalate to incident response before considering the device trusted again. Root-level compromise on an internet-facing appliance is not something an upgrade alone remediates once it has already occurred.

Apply official patch →sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-esa-inj-2bLVGmhX

Upgrade AsyncOS to the fixed release for your line

15.5.5-014 for the 15.5-and-earlier line, 16.0.4-302 for the 16.0 line, or 16.5.0-780 for the 16.5 line, matching whichever line you currently run. Cisco states there is no workaround short of this upgrade.

Review mail_logs for SQL injection indicators

Search historical and ongoing mail_logs output for patterns resembling "COPY ... TO PROGRAM," the SQL construct Cisco's advisory identifies as the path to command execution. Treat any match as a potential compromise indicator.

Cross-check network and firewall logs for anomalous outbound activity

Look for unexpected outbound connections or file transfers originating from the Secure Email Gateway appliance itself, since root-level compromise could otherwise go unnoticed in the appliance's own logs.

Treat this as an emergency, out-of-cycle patch

A CVSS 9.8 score, confirmed zero-day exploitation, and CISA KEV inclusion together justify patching immediately rather than waiting for a scheduled maintenance window.

Known Limitations

The most consequential gap for this specific CVE is the absence of any public technical writeup detailing the exact exploitation chain, from the injected SQL statement to root-level command execution. Cisco's advisory confirms the mechanism at a high level but does not publish proof-of-concept detail, which is standard practice for an unauthenticated, pre-auth root vulnerability but does mean defenders are currently working from vendor-summarized behavior rather than a fully documented attack path. Re-check Cisco's advisory page (cisco-sa-esa-inj-2bLVGmhX) periodically for updates, and watch independent security research outlets for a fuller technical breakdown once one becomes safe to publish.

Exploitation confirmation currently traces to two sources: Cisco's own PSIRT statement and CISA's KEV catalog addition. As of this writing, our capped research did not surface a named third-party vendor with independently observed exploitation telemetry beyond restating Cisco's advisory. That is a thinner evidentiary base than some KEV entries carry, but a KEV listing on its own remains sufficient grounds to prioritize patching regardless of how many independent parties eventually publish their own observations. Check the CISA KEV catalog and threat intelligence vendor blogs for follow-up reporting as it emerges.

This post does not include Sigma rules, vendor-specific detect or hunt queries, or WAF rules, because none exist yet in our system for this specific CVE. The Detection section above is built from Cisco's own log-pattern guidance rather than a pre-built rule set. If that changes, an updated version of this article will carry them; until then, the mail_logs and network-log review described above is the best available starting point.

Finally, Cisco's advisory states there are no workarounds, which means organizations that cannot immediately patch have no vendor-endorsed interim mitigation beyond the exposure-reduction step described in the Mitigation section. Confirm your patch timeline directly with Cisco support if your environment has constraints that prevent an immediate emergency upgrade.

The bottom line

CVE-2026-76461 is a CVSS 9.8 SQL injection vulnerability in Cisco AsyncOS Software for Secure Email Gateway that lets an unauthenticated remote attacker gain root-level command execution by sending a single crafted email. Cisco confirmed active zero-day exploitation before publishing its advisory on September 14, 2026, the same day CISA added it to the KEV catalog. There is no workaround; the only remediation is upgrading to 15.5.5-014, 16.0.4-302, or 16.5.0-780 depending on your AsyncOS line. Review mail_logs for SQL injection patterns and cross-check network logs for anomalous outbound activity from the appliance while you patch on an emergency basis.

This analysis is generic. create a free account to score threats like this against your own stack.

Frequently asked questions

What is CVE-2026-76461?

CVE-2026-76461 is a SQL injection vulnerability (CWE-89) in the email parsing logic of Cisco AsyncOS Software for Secure Email Gateway. Insufficient validation lets an attacker embed malicious SQL statements in a crafted email, which Cisco confirms can trigger arbitrary operating system command execution with root privileges on the appliance.

Is CVE-2026-76461 being actively exploited?

Yes. Cisco's PSIRT became aware of active exploitation in September 2026 before publishing its advisory on September 14, 2026, and CISA added the CVE to its Known Exploited Vulnerabilities catalog that same day, indicating confirmed zero-day exploitation.

Which Cisco Secure Email Gateway versions are affected?

Cisco AsyncOS Software 15.5 and earlier, 16.0, and 16.5 are affected, on both physical and virtual Secure Email Gateway appliances, regardless of device configuration. Any appliance running an unpatched release in these lines and processing email is exposed.

What is the CVSS score for CVE-2026-76461?

Cisco assigned CVE-2026-76461 a CVSS v3.1 base score of 9.8, with the vector AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H, reflecting unauthenticated, network-reachable, low-complexity exploitation with full impact to confidentiality, integrity, and availability.

Are there workarounds for CVE-2026-76461?

No. Cisco's advisory states plainly that there are no workarounds that address this vulnerability. Upgrading to a fixed AsyncOS release (15.5.5-014, 16.0.4-302, or 16.5.0-780, depending on your line) is the only remediation Cisco has published.

How can I detect exploitation attempts against CVE-2026-76461?

Cisco recommends reviewing Secure Email Gateway's mail_logs for SQL statements resembling a "COPY ... TO PROGRAM" pattern, which indicates the injection reached command execution. Also cross-check network and firewall logs for unexpected outbound connections originating from the appliance itself.

Sources & references

  1. CISA: CISA Adds One Known Exploited Vulnerability to Catalog (September 14, 2026)
  2. Cisco: Cisco Secure Email Gateway SQL Injection Vulnerability (cisco-sa-esa-inj-2bLVGmhX)
  3. NVD: CVE-2026-76461 detail
  4. Rapid7: CVE-2026-76461: Critical Cisco Secure Email Gateway Vulnerability Exploited in the Wild

Free resources

25
Free download

Critical CVE Reference Card 2025–2026

25 actively exploited vulnerabilities with CVSS scores, exploit status, and patch availability. Print it, pin it, share it with your SOC team.

No spam. Unsubscribe anytime.

Free download

Ransomware Incident Response Playbook

Step-by-step 24-hour IR checklist covering detection, containment, eradication, and recovery. Built for SOC teams, IR leads, and CISOs.

No spam. Unsubscribe anytime.

Free newsletter

Get threat intel before your inbox does.

50,000+ security professionals read Decryption Digest for early warnings on zero-days, ransomware, and nation-state campaigns. Free, daily, no spam.

Unsubscribe anytime. We never sell your data.

Eric Bang
Author

Founder & Cybersecurity Evangelist, Decryption Digest

Cybersecurity professional with expertise in threat intelligence, vulnerability research, and enterprise security. Covers zero-days, ransomware, and nation-state operations for 50,000+ security professionals every morning.

Giveaway: InfoSec World 2026 All Access Pass ($3,895 value)

Details →
Daily Briefing

Subscribe to enter the giveaway

Every subscriber is automatically entered. You also get daily threat intel every morning: zero-days, ransomware, and nation-state campaigns. Free. No spam.

Already subscribed? You're already entered.

Giveaway

Win a $3,895 InfoSec World 2026 pass.