Cyber Resilience

CVE-2024-20309

Cisco Ios Xe 16.1.1 … 3.9.2s

Published
27 March 2024
Modified
17 June 2026
Patch / advisory
CVSS Score v3.1 5.6
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:N/I:N/A:H
EPSS Score 0.0010 1th percentile
Risk Priority 38 floored blend · peak EPSS

Summary

CVE-2024-20309 is a medium-severity Signal Handler with Functionality that is not Asynchronous-Safe (CWE-828) vulnerability in Cisco Ios Xe. Its CVSS base score is 5.6 (Medium).

Operationally, ranked at the 1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SA-15 (Development Process, Standards, and Tools) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

A vulnerability in auxiliary asynchronous port (AUX) functions of Cisco IOS XE Software could allow an authenticated, local attacker to cause an affected device to reload or stop responding. This vulnerability is due to the incorrect handling of specific ingress…

more

traffic when flow control hardware is enabled on the AUX port. An attacker could exploit this vulnerability by reverse telnetting to the AUX port and sending specific data after connecting. A successful exploit could allow the attacker to cause the device to reset or stop responding, resulting in a denial of service (DoS) condition.

CWE(s)

Related Threats

CVEs Like This One

CVE-2025-20202Same product: Cisco Ios Xe
CVE-2025-20198Same product: Cisco Ios Xe
CVE-2024-20464Same product: Cisco Ios Xe
CVE-2024-20437Same product: Cisco Ios Xe
CVE-2024-20467Same product: Cisco Ios Xe
CVE-2025-20214Same product: Cisco Ios Xe
CVE-2025-20338Same product: Cisco Ios Xe
CVE-2024-20434Same product: Cisco Ios Xe
CVE-2025-20221Same product: Cisco Ios Xe
CVE-2025-20186Same product: Cisco Ios Xe

Affected Assets

cisco
ios xe
16.1.1, 16.1.2, 16.1.3, 16.10.1, 16.10.1a

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and evaluation (static analysis, fuzzing, or code review) can locate signal handlers that invoke non-async-safe functions.

Requiring documented development standards and tools can mandate async-safe signal-handler implementations and ban unsafe library calls.

Engineering principles require reentrant and async-safe coding patterns that structurally avoid non-safe operations inside signal handlers.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly enforce use of async-signal-safe functions and reentrant handlers.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect unsafe signal handlers but does not prevent their introduction.

prevents

Secure development life cycle requires safe coding practices that can prevent non-reentrant signal handlers.

degrades

Secure system architecture and engineering principles include designing for reentrancy and safe signal handling.

prevents

Secure coding standards directly address asynchronous-safety and reentrancy requirements in signal handlers.

References