### [CVE-2017-16344](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16344) ![](https://img.shields.io/static/v1?label=Product&message=Insteon&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=Insteon%20Hub%202245-222%20-%20Firmware%20version%201012%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=Buffer%20overflow&color=brightgreen) ### Description An attacker could send an authenticated HTTP request to trigger this vulnerability in Insteon Hub running firmware version 1012. At 0x9d01c2c8 the value for the s_url key is copied using strcpy to the buffer at 0xa0001a0c. This buffer is 16 bytes large, sending anything longer will cause a buffer overflow. The destination can also be shifted by using an sn_speaker parameter between "0" and "3". ### POC #### Reference - https://www.talosintelligence.com/vulnerability_reports/TALOS-2017-0484 #### Github No PoCs found on GitHub currently.