CVE-2022-41140
26.01.2023, 18:59
This vulnerability allows network-adjacent attackers to execute arbitrary code on affected installations of multiple D-Link routers. Authentication is not required to exploit this vulnerability. The specific flaw exists within the lighttpd service, which listens on TCP port 80 by default. The issue results from the lack of proper validation of the length of user-supplied data prior to copying it to a fixed-length stack-based buffer. An attacker can leverage this vulnerability to execute code in the context of root. Was ZDI-CAN-13796.Enginsight
Vendor | Product | Version |
---|---|---|
dlink | dir-882-us_firmware | 𝑥 ≤ 1.30b07 |
dlink | dir-867_firmware | 𝑥 ≤ 1.30b08 |
dlink | dir-878_firmware | 𝑥 ≤ 1.30b06 |
𝑥
= 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.