CVE-2021-31986
05.10.2021, 22:15
User controlled parameters related to SMTP notifications are not correctly validated. This can lead to a buffer overflow resulting in crashes and data leakage.Enginsight
Vendor | Product | Version |
---|---|---|
axis | axis_os | 𝑥 < 10.7 |
axis | axis_os_2016 | 𝑥 < 6.50.5.5 |
axis | axis_os_2018 | 𝑥 < 8.40.4.3 |
axis | axis_os_2020 | 𝑥 < 9.80.3.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.