CVE-2024-29013
20.06.2024, 09:15
Heap-based buffer overflow vulnerability in the SonicOS SSL-VPN allows an authenticated remote attacker to cause Denial of Service (DoS) via memcpy function.Enginsight
Vendor | Product | Version |
---|---|---|
sonicwall | sonicos | 𝑥 < 7.0.1-5161 |
sonicwall | sonicos | 7.1.1 ≤ 𝑥 < 7.1.1-7058 |
sonicwall | sonicos | 7.1.2 ≤ 𝑥 < 7.1.2-7019 |
𝑥
= 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.