Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 1.14 KB

16.md

File metadata and controls

33 lines (17 loc) · 1.14 KB

TOTOLINK X2000R_V2(V2.0.0-B20230727.10434) router buffer overflow vulnerability

Information

Vendor:http://totolink.net/

Firmware:https://www.totolink.net/home/menu/detail/menu_listtpl/download/id/259/ids/36.html

Affected Version

V2.0.0-B20230727.1043

image

Detail

sub_44F9A8 (handle function of formRoute) of /bin/boa in firmware has buffer overflow vulnerability.

image

Parameter "submit_url" is read from HTTP request into $v0_58

$v0_58 is used as 2nd parameter in sub_40bddc at 0x450444

image

image

arg2 is assigned to $s2, stack variable var_120 is constructed using sprintf. When arg2 has excessive length, this would result an stack buffer overflow.

PoC

I'm not able to provide full exploit for this vulnerability due to legal reasons.