CVE-2024-39825
14.08.2024, 17:15
Buffer overflow in some Zoom Workplace Apps and Rooms Clients may allow an authenticated user to conduct an escalation of privilege via network access.Enginsight
Vendor | Product | Version |
---|---|---|
zoom | rooms | 𝑥 < 6.0.0 |
zoom | rooms | 𝑥 < 6.0.0 |
zoom | rooms | 𝑥 < 6.0.0 |
zoom | workplace_desktop | 𝑥 < 6.0.0 |
zoom | workplace_desktop | 𝑥 < 6.0.0 |
zoom | workplace_desktop | 𝑥 < 6.0.0 |
zoom | workplace_virtual_desktop_infrastructure | 𝑥 < 5.17.13 |
𝑥
= 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.