← Back to Feed CACHED · 2026-09-16 18:25:06 · CACHE_KEY CVE-2026-76460
CVE-2026-76460 · CWE-89 · Disclosed 2026-09-14

Cisco Secure Email Gateway AsyncOS SQL Injection Remote Code Execution

ASSESSED — NOISGATE
Vendor
Reassessed
Verdict:
Do you agree?
01 · The Real Story

Someone left a SQL terminal open inside every mailbox scanner on the planet

CVE-2026-76461 (referenced by the user as CVE-2026-76460) is an unauthenticated SQL injection in the email-parsing logic of Cisco AsyncOS Software for Cisco Secure Email Gateway. An attacker sends a crafted email through the gateway; the parsing engine feeds attacker-controlled content directly into a database query without sanitization. Successful exploitation chains the SQL injection into arbitrary command execution with root privileges on the underlying OS. Affected versions: AsyncOS 15.5 and all earlier releases, 16.0, and 16.5. Both physical and virtual appliance form factors are vulnerable. Fixed in 15.5.5-0141, 16.0.4-3021, and 16.5.0-780.

Cisco assigned this a CVSS 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) — and for once the vendor score undersells nothing. The attack requires zero authentication, zero user interaction, and uses the email delivery path itself as the weapon. The gateway *must* process inbound mail to do its job — you cannot firewall the attack surface without disabling the product. Cisco PSIRT confirmed active zero-day exploitation prior to disclosure. CISA added it to KEV on September 14, 2026, with a federal remediation deadline of September 17, 2026 — three calendar days. There are no workarounds. This is as bad as email infrastructure vulnerabilities get.

"Unauth RCE via email — send a message, own the gateway as root. Patch now."
02 · The Attack Path

4 steps from start to impact.

STEP 01

Craft malicious email payload

The attacker constructs an email with SQL injection payloads embedded in parsed header fields or body structures. The COPY … TO PROGRAM PostgreSQL pattern has been observed in the wild, chaining SQL execution into OS command injection. No special tooling beyond an SMTP client is needed — any mail relay or direct MX connection works.
Conditions required:
  • Knowledge of the SQL injection vector (public since September 14, 2026)
  • Ability to send email to or through the target gateway
Where this breaks in practice:
  • None — every internet-connected email gateway accepts inbound mail by design
Detection/coverage: Mail log analysis: search for SQL keywords like COPY.*TO PROGRAM in message metadata. Cisco has not released Snort/Talos signatures at time of writing.
STEP 02

SQL injection triggers in email parser

When AsyncOS parses the crafted email, the unsanitized content is passed to an internal database query. The attacker's SQL statements execute within the database context. This step is fully automatic — the gateway processes mail as part of normal operation with no user or admin interaction required.
Conditions required:
  • Target runs a vulnerable AsyncOS version (15.5 and earlier, 16.0, or 16.5)
Where this breaks in practice:
  • None — the vulnerable code path is the default email processing pipeline
Detection/coverage: Database audit logs on the appliance (if enabled); anomalous process spawning from the database service.
STEP 03

Command execution as root

The SQL injection is leveraged to execute OS commands with root privileges. The attacker now has full control of the gateway appliance — read/write access to the filesystem, network interfaces, and all email in transit. From here, persistence mechanisms (cron, modified binaries, SSH keys) are trivial to deploy.
Conditions required:
  • Successful SQL injection from step 2
Where this breaks in practice:
  • Cisco appliances run a hardened FreeBSD derivative, but root access overrides all OS-level restrictions
Detection/coverage: File integrity monitoring on the appliance; unexpected outbound connections; new listening services.
STEP 04

Lateral movement and data exfiltration

With root on the email gateway, the attacker can intercept all inbound and outbound email (including password resets, MFA codes, confidential communications), inject malware into outbound attachments, pivot to internal networks via the gateway's management interface, and harvest credentials from email traffic. The gateway's trusted network position makes it an ideal staging point for deeper intrusion.
Conditions required:
  • Root access on the gateway (achieved in step 3)
Where this breaks in practice:
  • Network segmentation of management interfaces may limit lateral movement, but does not prevent email interception
Detection/coverage: NetFlow anomalies from the gateway; DLP alerts on large outbound transfers; SIEM correlation of gateway management interface activity.
03 · Intelligence Metadata

The supporting signals.

In-the-Wild ExploitationCONFIRMED — Cisco PSIRT acknowledged active exploitation *before* public disclosure on September 14, 2026. This was a zero-day in the wild. The Hacker News, Rapid7 ETR
CISA KEV StatusListed September 14, 2026 — Federal remediation deadline: September 17, 2026. CISA Alert
PoC AvailabilityNo standalone public PoC repository identified, but the attack is trivially reproducible — the vector is a crafted email with SQL injection in parsed fields. Detection artifact COPY.*TO PROGRAM in mail logs implies PostgreSQL-style injection. Weaponization barrier is extremely low.
EPSS ScoreData not yet populated for this CVE (disclosed 3 days ago). Given confirmed exploitation, EPSS is irrelevant — treat as 100% probability.
CVSS VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H9.8 Critical. Network-accessible, low complexity, no privileges, no user interaction, full CIA impact. This is the maximum practical score.
Affected VersionsCisco AsyncOS for Secure Email Gateway: ≤15.5, 16.0, 16.5 — both physical and virtual appliance deployments.
Fixed VersionsAsyncOS 15.5.5-0141, 16.0.4-3021, 16.5.0-780. No interim workarounds available.
Exposure DataCisco Secure Email Gateway appliances are directly internet-facing by design — they sit on the MX record path. Shodan/Censys queries for Cisco AsyncOS SMTP banners reliably identify exposed instances. Every organization running this product exposes the vulnerable surface to the entire internet.
Disclosure TimelineSeptember 14, 2026: Cisco advisory + CISA KEV listing (same day). Zero-day exploitation confirmed prior to this date.
Researcher / ReporterNot publicly attributed. Cisco PSIRT discovered via exploitation telemetry.
04 · The Call

noisgate verdict.

Final Verdict
= UNCHANGED to CRITICAL (9.8/10)

The single most decisive factor is that the attack surface is the email delivery path itself — unauthenticated, remotely exploitable by simply sending an email to the target organization, requiring zero user interaction, yielding root-level OS command execution on a boundary device that processes 100% of enterprise email. Active zero-day exploitation and KEV listing confirm this is not theoretical.

HIGH Vulnerability existence and severity
HIGH Active exploitation in the wild
MEDIUM Exact CVE identifier (user-provided CVE-2026-76460 not found; assessment based on CVE-2026-76461)

Why this verdict

  • Unauthenticated remote attack via email delivery: The attacker needs nothing — no credentials, no user interaction, no internal access. Sending an email is sufficient. This eliminates every friction point that normally tempers network-accessible vulnerabilities.
  • Role multiplier: Cisco Secure Email Gateway is a canonical network-edge email security appliance. By definition, 100% of deployments are internet-facing on the MX path. Root compromise yields: interception of all organizational email (domain-scale data breach), injection of malicious content into outbound mail (supply-chain/phishing pivot), credential harvesting from password resets and MFA tokens, and lateral movement via management network. Blast radius is organization-wide to supply-chain-scale. The verdict floor is CRITICAL.
  • Active zero-day exploitation + KEV listing: Cisco confirmed exploitation before disclosure. CISA set a 3-day federal deadline (September 17, 2026). This is not a theoretical risk — threat actors are already inside gateways running vulnerable AsyncOS.
  • No workarounds exist: Cisco explicitly states there are no configuration changes or mitigations short of patching. The product cannot be reconfigured to avoid the vulnerable code path while still functioning as an email gateway.

Why not higher?

There is no severity bucket above CRITICAL. A 9.8 CVSS with confirmed zero-day exploitation, no authentication requirement, no workarounds, and internet-facing-by-design attack surface represents the ceiling of practical vulnerability severity.

Why not lower?

Downgrading would require identifying meaningful friction in the attack path, but there is none. The attacker sends an email — the most common and unrestricted network action on the internet. The target processes it automatically. The result is root. The product is internet-facing by architectural necessity. Active exploitation removes any remaining ambiguity about exploitability. The deployment-role floor for network-edge appliances with organization-wide blast radius is CRITICAL, and no friction point exists to challenge it.

05 · Compensating Control

What to do — in priority order.

  1. Patch immediately to AsyncOS 15.5.5-0141, 16.0.4-3021, or 16.5.0-780 — There are no workarounds — patching is the only remediation. Per the noisgate mitigation SLA for CRITICAL, deploy within 3 days (by September 20, 2026). Given active exploitation and CISA's September 17 federal deadline, treat this as an emergency change window.
  2. Monitor mail logs for SQL injection artifacts — Search AsyncOS mail logs for patterns matching COPY.*TO PROGRAM, pg_sleep, UNION SELECT, or other SQL keywords in message metadata fields. This is a detection-only control — it does not prevent exploitation but identifies if you have already been compromised.
  3. Conduct forensic triage on all Secure Email Gateway appliances — Given confirmed zero-day exploitation, assume compromise until proven otherwise. Check for: unauthorized SSH keys in /root/.ssh/, unexpected cron entries, modified system binaries (compare hashes to known-good images), and anomalous outbound network connections from the appliance.
  4. Rotate credentials accessible from the gateway — If compromise is suspected or confirmed, rotate: appliance admin credentials, LDAP bind credentials configured for directory integration, any API keys or service account passwords stored on or accessible from the gateway, and email-based password reset tokens issued during the exposure window.
  5. Isolate management interfaces — Ensure the AsyncOS management interface (HTTPS/SSH) is on a dedicated management VLAN, not accessible from the general network. This limits post-compromise lateral movement but does NOT prevent the initial exploit via the SMTP data path.
What doesn't work
  • Upstream spam/content filtering — The injection payload is in email metadata parsed by AsyncOS itself. Upstream filters would need to detect SQL injection in email headers, which is not a standard detection category for email security products.
  • WAF or IPS in front of the gateway — The attack travels over standard SMTP (port 25/465/587). Inline SMTP inspection would need deep protocol-aware SQL injection detection in email headers, which commercial IPS/IDS products do not support for this vector.
  • Disabling unused AsyncOS features — Cisco confirms the vulnerable code path is in the core email parsing engine. No feature toggle or configuration change avoids it. The product must be patched.
  • Rate limiting inbound email — The exploit requires only a single crafted message. Rate limiting does not help.
06 · Verification

Crowdsourced verification payload.

Run this on each Cisco Secure Email Gateway appliance via SSH as an admin user. It checks the running AsyncOS version against known-patched releases. Example: ssh [email protected] then paste the script, or use ssh [email protected] 'bash -s' < check_seg_cve.sh.

noisgate-verify.sh
BASHREAD-ONLYSAFE
#!/bin/bash
# CVE-2026-76461 (user ref: CVE-2026-76460) — Cisco Secure Email Gateway AsyncOS version check
# Run on the appliance via SSH as admin
# Exit codes: 0 = PATCHED, 1 = VULNERABLE, 2 = UNKNOWN

VERSION=$(version 2>/dev/null | grep -oP 'AsyncOS\s+\K[0-9]+\.[0-9]+\.[0-9]+-[0-9]+' | head -1)

if [ -z "$VERSION" ]; then
  # Try alternative method
  VERSION=$(cat /data/.version 2>/dev/null || echo "")
fi

if [ -z "$VERSION" ]; then
  echo "UNKNOWN — Could not determine AsyncOS version. Verify manually."
  exit 2
fi

echo "Detected AsyncOS version: $VERSION"

MAJOR=$(echo "$VERSION" | cut -d'.' -f1)
MINOR=$(echo "$VERSION" | cut -d'.' -f2)
PATCH=$(echo "$VERSION" | cut -d'.' -f3 | cut -d'-' -f1)
BUILD=$(echo "$VERSION" | cut -d'-' -f2)

# Patched versions: 15.5.5-0141+, 16.0.4-3021+, 16.5.0-780+
if [ "$MAJOR" -gt 16 ]; then
  echo "PATCHED — Version $VERSION is beyond affected range."
  exit 0
elif [ "$MAJOR" -eq 16 ] && [ "$MINOR" -eq 5 ]; then
  if [ "$PATCH" -gt 0 ] || [ "$BUILD" -ge 780 ]; then
    echo "PATCHED — Version $VERSION includes the fix (>= 16.5.0-780)."
    exit 0
  fi
elif [ "$MAJOR" -eq 16 ] && [ "$MINOR" -eq 0 ]; then
  if [ "$PATCH" -gt 4 ] || ([ "$PATCH" -eq 4 ] && [ "$BUILD" -ge 3021 ]); then
    echo "PATCHED — Version $VERSION includes the fix (>= 16.0.4-3021)."
    exit 0
  fi
elif [ "$MAJOR" -eq 15 ] || ([ "$MAJOR" -lt 15 ]); then
  if [ "$MAJOR" -eq 15 ] && [ "$MINOR" -eq 5 ] && [ "$PATCH" -ge 5 ]; then
    if [ "$BUILD" -ge 141 ] 2>/dev/null || [ "$BUILD" -ge 0141 ] 2>/dev/null; then
      echo "PATCHED — Version $VERSION includes the fix (>= 15.5.5-0141)."
      exit 0
    fi
  fi
fi

echo "VULNERABLE — Version $VERSION is affected by CVE-2026-76461. Patch immediately."
echo "Also check for compromise indicators: grep -i 'COPY.*TO PROGRAM' /data/log/mail_logs/*"
exit 1
07 · Bottom Line

If you remember one thing.

TL;DR
This is a stop-what-you-are-doing emergency. CVE-2026-76461 (your ref: CVE-2026-76460) is an unauthenticated, remotely exploitable root RCE on your email boundary — and it is being actively exploited in the wild right now. Per the noisgate mitigation SLA for CRITICAL severity, compensating controls must be in place within 3 days, but since there are no workarounds, this collapses to: patch every Cisco Secure Email Gateway appliance to AsyncOS 15.5.5-0141, 16.0.4-3021, or 16.5.0-780 immediately — today, not Monday. CISA's federal deadline is September 17, 2026 (today). Per the noisgate remediation SLA, the 90-day remediation window is irrelevant here because the mitigation IS the patch. Simultaneously, triage every gateway for compromise indicators (grep -i 'COPY.*TO PROGRAM' in mail logs, check for unauthorized SSH keys, unexpected cron jobs, modified binaries). If you find evidence of compromise, invoke your IR plan. This is not a 'schedule it for the next maintenance window' vulnerability — every hour unpatched is an hour an attacker can own your entire email flow by sending a single message.

Sources

  1. Cisco Security Advisory: cisco-sa-esa-inj-2bLVGmhX
  2. CISA KEV Alert — September 14, 2026
  3. Rapid7 Emergent Threat Response: CVE-2026-76461
  4. The Hacker News: Cisco Secure Email Gateway Flaw Exploited
  5. CyberSecurity News: Cisco Secure Email Gateway Flaw Exploited
  6. CyCognito Emerging Threat Analysis
  7. eSecurity Planet: Cisco Secure Email Gateway Zero-Day
Peer Review

What defenders are saying.

Submit a review attribution: handle + country only
0 flags selected · stored anonymously
Validation Results

Crowdsourced verification outputs.

Results submitted by users who ran the verification payload against their environment.