CVE-2023-36532
08.08.2023, 18:15
Buffer overflow in Zoom Clients before 5.14.5 may allow an unauthenticated user to enable a denial of service via network access.Enginsight
Vendor | Product | Version |
---|---|---|
zoom | rooms | 𝑥 < 5.14.5 |
zoom | rooms | 𝑥 < 5.14.5 |
zoom | rooms | 𝑥 < 5.14.5 |
zoom | virtual_desktop_infrastructure | 𝑥 < 5.14.5 |
zoom | zoom | 𝑥 < 5.14.5 |
zoom | zoom | 𝑥 < 5.14.5 |
zoom | zoom | 𝑥 < 5.14.5 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-122 - Heap-based Buffer OverflowA heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.