CVE-2024-53296
01.02.2025, 04:15
Dell PowerProtect DD versions prior to 7.10.1.50 and 7.13.1.20 contain a Stack-based Buffer Overflow vulnerability in the RestAPI. A high privileged attacker with remote access could potentially exploit this vulnerability, leading to Denial of service.Enginsight
Vendor | Product | Version |
---|---|---|
dell | data_domain_operating_system | 7.10.1.0 ≤ 𝑥 < 7.10.1.50 |
dell | data_domain_operating_system | 7.13.1.0 ≤ 𝑥 < 7.13.1.20 |
𝑥
= 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.