microchip
Very Senior Member
http://www.forbes.com/sites/thomasbrewster/2015/05/19/home-routers-vulnerable-to-netusb-attack/
Not using any of the NetUSB stuff myself on my TP-Links
Not using any of the NetUSB stuff myself on my TP-Links
http://www.forbes.com/sites/thomasbrewster/2015/05/19/home-routers-vulnerable-to-netusb-attack/
Not using any of the NetUSB stuff myself on my TP-Links
(By which I mean, time to rewrite those home gateway firmwares from the ground up, ditching all that 10 years-ish code most of them still use, which was written back when the idea of a buffer overflow was unheard of).
int function(char * data){
char overflow[255];
strcpy (overflow, data);
}
vs
int function(char * data){
char overflow[255];
strncpy (overflow, data, 255);
}
| Thread starter | Title | Forum | Replies | Date |
|---|---|---|---|---|
| S | 5g/LTE connection and gaming ping, simple solution without QOS, will you do it? | General Wi-Fi Discussion | 9 |

Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!