CVE-2017-16341

An attacker could send an authenticated HTTP request to trigger this vulnerability in Insteon Hub running firmware version 1012. At 0x9d01c224 the value for the s_vol_play key is copied using strcpy to the buffer at 0xa0000418. This buffer is maximum 8 bytes large (this is the maximum size it could be, it is possible other global variables are stored between this variable and the next one that we could identify), sending anything longer will cause a buffer overflow.
References
Configurations

Configuration 1 (hide)

AND
cpe:2.3:o:insteon:hub_firmware:1012:*:*:*:*:*:*:*
cpe:2.3:h:insteon:hub:-:*:*:*:*:*:*:*

History

09 Dec 2022, 02:23

Type Values Removed Values Added
CWE CWE-119 CWE-120

Information

Published : 2018-08-02 19:29

Updated : 2023-12-10 12:44


NVD link : CVE-2017-16341

Mitre link : CVE-2017-16341

CVE.ORG link : CVE-2017-16341


JSON object : View

Products Affected

insteon

  • hub
  • hub_firmware
CWE
CWE-120

Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')