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

18 lines
991 B
Markdown

### [CVE-2017-16337](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16337)
![](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=Stack-based%20buffer%20overflow&color=brighgreen)
### Description
On Insteon Hub 2245-222 devices with firmware version 1012, specially crafted commands sent through the PubNub service can cause a stack-based buffer overflow overwriting arbitrary data. An attacker should send an authenticated HTTP request to trigger this vulnerability. At 0x9d01ef24 the value for the s_offset key is copied using strcpy to the buffer at $sp+0x2b0. This buffer is 32 bytes large, sending anything longer will cause a buffer overflow.
### POC
#### Reference
- https://www.talosintelligence.com/vulnerability_reports/TALOS-2017-0483
#### Github
No PoCs found on GitHub currently.