CVE-2023-49786
14.12.2023, 20:15
Asterisk is an open source private branch exchange and telephony toolkit. In Asterisk prior to versions 18.20.1, 20.5.1, and 21.0.1; as well as certified-asterisk prior to 18.9-cert6; Asterisk is susceptible to a DoS due to a race condition in the hello handshake phase of the DTLS protocol when handling DTLS-SRTP for media setup. This attack can be done continuously, thus denying new DTLS-SRTP encrypted calls during the attack. Abuse of this vulnerability may lead to a massive Denial of Service on vulnerable Asterisk servers for calls that rely on DTLS-SRTP. Commit d7d7764cb07c8a1872804321302ef93bf62cba05 contains a fix, which is part of versions 18.20.1, 20.5.1, 21.0.1, amd 18.9-cert6.
Vendor | Product | Version |
---|---|---|
digium | asterisk | 𝑥 < 18.20.1 |
digium | asterisk | 19.0.0 ≤ 𝑥 < 20.5.1 |
digium | asterisk | 21.0.0 |
sangoma | certified_asterisk | 13.13.0 |
sangoma | certified_asterisk | 13.13.0:cert1 |
sangoma | certified_asterisk | 13.13.0:cert1-rc1 |
sangoma | certified_asterisk | 13.13.0:cert1-rc2 |
sangoma | certified_asterisk | 13.13.0:cert1-rc3 |
sangoma | certified_asterisk | 13.13.0:cert1-rc4 |
sangoma | certified_asterisk | 13.13.0:cert2 |
sangoma | certified_asterisk | 13.13.0:cert3 |
sangoma | certified_asterisk | 13.13.0:rc1 |
sangoma | certified_asterisk | 13.13.0:rc2 |
sangoma | certified_asterisk | 16.8.0 |
sangoma | certified_asterisk | 16.8.0:cert1 |
sangoma | certified_asterisk | 16.8.0:cert10 |
sangoma | certified_asterisk | 16.8.0:cert11 |
sangoma | certified_asterisk | 16.8.0:cert12 |
sangoma | certified_asterisk | 16.8.0:cert2 |
sangoma | certified_asterisk | 16.8.0:cert3 |
sangoma | certified_asterisk | 16.8.0:cert4 |
sangoma | certified_asterisk | 16.8.0:cert5 |
sangoma | certified_asterisk | 16.8.0:cert6 |
sangoma | certified_asterisk | 16.8.0:cert7 |
sangoma | certified_asterisk | 16.8.0:cert8 |
sangoma | certified_asterisk | 16.8.0:cert9 |
sangoma | certified_asterisk | 18.9:cert1 |
sangoma | certified_asterisk | 18.9:cert2 |
sangoma | certified_asterisk | 18.9:cert3 |
sangoma | certified_asterisk | 18.9:cert4 |
sangoma | certified_asterisk | 18.9:cert5 |
𝑥
= Vulnerable software versions

Debian Releases

Ubuntu Releases
Common Weakness Enumeration
- CWE-703 - Improper Check or Handling of Exceptional ConditionsThe software does not properly anticipate or handle exceptional conditions that rarely occur during normal operation of the software.
- CWE-362 - Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')The program contains a code sequence that can run concurrently with other code, and the code sequence requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence that is operating concurrently.
References