Files
CVEs-PoC/2017/CVE-2017-16254.md
2025-09-29 21:09:30 +02:00

1.0 KiB

CVE-2017-16254

Description

An exploitable buffer overflow vulnerability exists in the PubNub message handler Insteon Hub 2245-222 - Firmware version 1012. Specially crafted commands sent through the PubNub service can cause a stack-based buffer overflow overwriting arbitrary data. An attacker can send an authenticated HTTP request at 0x9d014e4c the value for the flg key is copied using strcpy to the buffer at $sp+0x270. This buffer is 16 bytes large, sending anything longer will cause a buffer overflow.

POC

Reference

Github

No PoCs found on GitHub currently.