cve/2017/CVE-2017-16253.md

18 lines
1.0 KiB
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2017-16253](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16253)
![](https://img.shields.io/static/v1?label=Product&message=Insteon&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=buffer%20overflow&color=brighgreen)
### Description
An exploitable buffer overflow vulnerability exists in the PubNub message handler Insteon Hub 2245-222 - Firmware version 1012 for the cc channel of Insteon Hub running 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 0x9d014dd8 the value for the id key is copied using strcpy to the buffer at $sp+0x290. This buffer is 32 bytes large, sending anything longer will cause a buffer overflow.
### POC
#### Reference
- https://talosintelligence.com/vulnerability_reports/TALOS-2017-0483
#### Github
No PoCs found on GitHub currently.