Vulnerabilities (CVE)

Filtered by vendor Insteon Subscribe
Filtered by product Hub 2245-222
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2017-14443 1 Insteon 2 Hub 2245-222, Hub 2245-222 Firmware 2019-01-25 4.0 MEDIUM 6.5 MEDIUM
An exploitable information leak vulnerability exists in Insteon Hub running firmware version 1012. The HTTP server implementation incorrectly checks the number of GET parameters supplied, leading to an arbitrarily controlled information leak on the whole device memory. An attacker can send an authenticated HTTP request to trigger this vulnerability.
CVE-2017-16252 1 Insteon 2 Hub 2245-222, Hub Firmware 2018-10-16 5.5 MEDIUM 6.5 MEDIUM
Specially crafted commands sent through the PubNub service in Insteon Hub 2245-222 with firmware version 1012 can cause a stack-based buffer overflow overwriting arbitrary data. An attacker should send an authenticated HTTP request to trigger this vulnerability.At 0x9d014cc0 the value for the cmd key is copied using strcpy to the buffer at $sp+0x11c. This buffer is 20 bytes large, sending anything longer will cause a buffer overflow.