Overview
Cisco has disclosed CVE-2026-76461, a critical SQL injection vulnerability in AsyncOS Software for Cisco Secure Email Gateway (SEG) — Cisco's on-premises email security appliance line (formerly Cisco Email Security Appliance / ESA). The flaw sits in the product's email-parsing logic: insufficient validation of message content allows a remote, unauthenticated attacker to embed malicious SQL statements inside a crafted email and have them executed by the device when the message is processed.
Because the underlying SQL execution context runs with elevated privileges, a successful exploit doesn't stop at database manipulation — it escalates to arbitrary command execution with root privileges on the underlying operating system. No authentication and no user interaction are required; the attacker only needs the ability to deliver a crafted email to an affected gateway, which is precisely the job an email gateway is designed to do.
CVE-2026-76461 was reserved by Cisco on 2026-08-19 and published on 2026-09-14. That same day, CISA added it to the Known Exploited Vulnerabilities (KEV) catalog, confirming observed active exploitation in the wild. The KEV catalog entry lists a federal remediation due date of 2026-09-17 — an unusually tight three-day window that reflects both the severity (CVSS 9.8) and the fact that exploitation is already underway. Non-federal organizations should treat this the same way federal agencies are required to: as an emergency patch, not a routine one.
Technical Details
| Field | Value |
|---|---|
| CVE ID | CVE-2026-76461 |
| Vendor | Cisco |
| Product | AsyncOS Software for Cisco Secure Email Gateway |
| Vulnerability Type | SQL Injection → OS Command Execution |
| CWE | CWE-89 (Improper Neutralization of Special Elements used in an SQL Command) |
| CVSS v3.1 Score | 9.8 (Critical) |
| CVSS v3.1 Vector | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
| Attack Vector | Network — crafted inbound email message |
| Authentication Required | None |
| User Interaction | None |
| Privileges Gained | Root (underlying operating system) |
| CISA KEV | Yes — added 2026-09-14, confirmed active exploitation |
| Federal Remediation Due Date | 2026-09-17 (per CISA KEV catalog listing — verify the live entry, as CISA can revise due dates) |
| Cisco Advisory ID | cisco-sa-esa-inj-2bLVGmhX |
| Public Workarounds | None reported |
How It Works
- An attacker crafts an email message containing malicious SQL statements embedded in fields the gateway's parsing logic processes.
- The attacker sends the message toward a mail domain routed through an affected Secure Email Gateway — no valid credentials or prior access to the appliance are needed.
- The gateway's email-parsing component passes attacker-controlled content into a SQL query without adequate sanitization or parameterization.
- The injected SQL is executed by the appliance's backend database.
- Because that execution context carries elevated operating-system permissions, the attacker can pivot from arbitrary SQL execution to arbitrary OS command execution running as root — full compromise of the appliance.
This is effectively a pre-authentication, zero-click vulnerability from the target's perspective: the malicious payload arrives as ordinary inbound mail traffic, which is exactly the traffic an email security gateway is built to accept and inspect.
Impact Assessment
Secure Email Gateway appliances typically sit at the perimeter of an organization's mail flow, inspecting inbound and outbound email for spam, malware, and policy violations — which means they are internet-facing by design and process untrusted, attacker-influenced content as their core function. A root-level compromise of one of these appliances gives an attacker:
- Full control of the mail gateway's operating system, including the ability to install persistence mechanisms, read or redirect mail flow, and pivot further into the internal network from a trusted perimeter device.
- Access to any credentials, TLS material, or mail content transiting or stored on the appliance.
- A foothold that's difficult to spot through normal email-security monitoring, since the compromise originates from the security appliance itself.
CISA's KEV addition is based on confirmed observed exploitation, so this is not a theoretical risk — threat actors are actively targeting internet-facing Secure Email Gateway deployments. Combined with the unauthenticated, zero-user-interaction attack path and the maximum-tier CVSS 9.8 score, this ranks among the most severe vulnerability classes an organization can face on a perimeter security device.
Affected Versions
| Product | Affected | Fixed |
|---|---|---|
| Cisco AsyncOS Software for Secure Email Gateway | Releases spanning the 13.x through 16.x branches, per Cisco's advisory (cisco-sa-esa-inj-2bLVGmhX) | Cisco has published fixed releases addressing this vulnerability |
Public sources on this CVE consistently agree on the CVSS score, CWE, and root cause, but specific build-level version cutoffs and exact fixed-release numbers were not consistently reported across the secondary sources reviewed for this article. Cisco's own advisory (cisco-sa-esa-inj-2bLVGmhX) is the authoritative source for the exact affected and fixed AsyncOS build for your specific hardware/virtual platform and release train — pull the applicable version directly from Cisco's Software Download Center or TAC rather than relying on a secondhand build number. Cisco's advisory reportedly states no workarounds are available, making an upgrade to a fixed release the only mitigation path.
Mitigation
- Patch immediately. Consult the official Cisco Security Advisory (
cisco-sa-esa-inj-2bLVGmhX) for the fixed AsyncOS release applicable to your platform and release train, and apply it as an emergency change — there is no workaround. - This is CISA KEV-listed with a near-immediate due date. Federal Civilian Executive Branch (FCEB) agencies must remediate per the KEV catalog's due date for this CVE (reported as 2026-09-17); check the live CISA KEV catalog entry to confirm, since CISA can revise dates. Non-federal organizations running this product should treat the same date as a hard internal deadline given confirmed active exploitation.
- Reduce exposure while patching is staged. Where possible, tighten which mail relays/hosts can deliver directly to the gateway's listener, and increase monitoring of the appliance's outbound connections and process activity for signs of compromise.
- Assume compromise if internet-facing and unpatched since disclosure. Given the KEV listing confirms real-world exploitation, any affected appliance that has been internet-facing and unpatched should be treated as a candidate for forensic review — not just quietly patched.
- Monitor Cisco's advisory for updates. Vendor advisories for actively exploited flaws are frequently revised as investigation continues; re-check
cisco-sa-esa-inj-2bLVGmhXfor indicators of compromise or updated guidance.