CVE-2022-37398
05.08.2022, 17:15
A stack-based buffer overflow vulnerability was found inside ADM when using WebDAV due to the lack of data size validation. An attacker can exploit this vulnerability to run arbitrary code. Affected ADM versions include: 3.5.9.RUE3 and below, 4.0.5.RVI1 and below as well as 4.1.0.RJD1 and below.Enginsight
Vendor | Product | Version |
---|---|---|
asustor | adm | 3.5.0 ≤ 𝑥 ≤ 3.5.9.rue3 |
asustor | adm | 4.0.0 ≤ 𝑥 ≤ 4.0.5.rvi1 |
asustor | adm | 4.1.0 ≤ 𝑥 ≤ 4.1.0.rjd1 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-121 - Stack-based Buffer OverflowA stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function).
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.