cve/2017/CVE-2017-16340.md
2024-06-18 02:51:15 +02:00

816 B

CVE-2017-16340

Description

An attacker could send an authenticated HTTP request to trigger this vulnerability in Insteon Hub running firmware version 1012. At 0x9d01c0e8 the value for the s_dport key is copied using strcpy to the buffer at 0xa000180c. This buffer is 6 bytes large, sending anything longer will cause a buffer overflow.

POC

Reference

Github

No PoCs found on GitHub currently.