CVE-2022-23006
27.09.2022, 23:15
A stack-based buffer overflow vulnerability was found on Western Digital My Cloud Home, My Cloud Home Duo, and SanDisk ibi that could allow an attacker accessing the system locally to read information from /etc/version file. This vulnerability can only be exploited by chaining it with another issue. If an attacker is able to carry out a remote code execution attack, they can gain access to the vulnerable file, due to the presence of insecure functions in code. User interaction is required for exploitation. Exploiting the vulnerability could result in exposure of information, ability to modify files, memory access errors, or system crashes.Enginsight
Vendor | Product | Version |
---|---|---|
westerndigital | my_cloud_home_firmware | 𝑥 < 8.10.0-117 |
westerndigital | my_cloud_home_duo_firmware | 𝑥 < 8.10.0-117 |
westerndigital | sandisk_ibi_firmware | 𝑥 < 8.10.0-117 |
𝑥
= 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.