Urgent.News

What's breaking now, across thousands of outlets.

Tech

The quiet DoS bug in Cisco's email gateway hardening release

The quiet DoS bug in Cisco's email gateway hardening release Cisco's September 2026 hardening release for its email security appliances covers five CVEs. Four of them are the kind of flaw that draws attention: directory escape, authorization bypass, injection. The fifth, CVE-2026-20353, is a resource lifetime control weakness, and it is the one most likely to be left unpatched because its impact…

A critical security flaw in Cisco's email gateway hardening release, CVE-2026-20353, has been identified as a potential Denial of Service (DoS) vulnerability. This particular issue, classified as a resource lifetime control weakness, may go unnoticed due to its resemblance to ordinary system instability rather than a direct security event.

The vulnerability, highlighted by CERT-In, is listed as CIVN-2026-0461 and carries a critical severity rating. The flaw, which impacts Cisco Secure Email Gateway versions 15.5 and earlier, as well as Cisco Secure Email and Web Manager versions 15.5 and earlier, can be triggered by improper resource management, unsafe deserialization, or improper resource initialization.

The core issue lies in the failure to release resources after their useful life has ended, leading to accumulation of leaks or unbounded allocations when an attacker sends targeted traffic to the affected code path. While CERT-In does not provide a proof of concept, the flaw is categorized under availability rather than confidentiality or integrity.

The impact of this vulnerability is significant, as it can lead to excessive consumption of system resources, service degradation, and potential system unresponsiveness. In the context of an email gateway, this translates to mail flow stoppage, which constitutes a business interruption. Additionally, an unresponsive appliance may fail to enforce security policies, leading to further security risks.

Affected products and deployments include Cisco Secure Email Gateway 15.5 and earlier, as well as Cisco Secure Email and Web Manager 15.5 and earlier, across both physical and virtual environments. To mitigate the risk, Cisco recommends applying the corrected release specified in the advisory. Practical mitigation measures include restricting management and mail submission interfaces to trusted networks, monitoring memory and handle counts for slow upward trends, and alerting on repeated process restarts.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Senior Engineering is Not Making Code Work. It's Deciding How It Fails.

Senior engineers know a quiet truth that junior developers (and AI code generators) often miss: Writing code that works on the happy path is easy.

  • Senior engineers focus on architecture to manage system failures.
  • Fragile Cascade leads to system collapse due to unhandled errors.
  • Sovereign Bulkhead contains failures, ensuring service continuity.

More from Friday 18 September →