### [CVE-2017-14453](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14453) ![](https://img.shields.io/static/v1?label=Product&message=Insteon%20Hub%202245-222&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Vulnerability&message=Classic%20Buffer%20Overflow&color=brighgreen) ### Description On Insteon Hub 2245-222 devices with firmware version 1012, specially crafted replies received from the PubNub service can cause buffer overflows on a global section overwriting arbitrary data. An attacker should impersonate PubNub and answer an HTTPS GET request to trigger this vulnerability. A strcpy overflows the buffer insteon_pubnub.channel_ad_r, which has a size of 16 bytes. An attacker can send an arbitrarily long "ad_r" parameter in order to exploit this vulnerability. ### POC #### Reference - https://www.talosintelligence.com/vulnerability_reports/TALOS-2017-0502 #### Github No PoCs found on GitHub currently.