### [CVE-2018-8072](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-8072) ![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen) ### Description An issue was discovered on EDIMAX IC-3140W through 3.06, IC-5150W through 3.09, and IC-6220DC through 3.06 devices. The ipcam_cgi binary contains a stack-based buffer overflow that is possible to trigger from a remote unauthenticated /camera-cgi/public/getsysyeminfo.cgi?action=VALUE_HERE HTTP request: if the VALUE_HERE length is more than 0x400 (1024), it is possible to overwrite other values located on the stack due to an incorrect use of the strcpy() function. ### POC #### Reference - https://gitlab.com/nemux/CVE-2018-8072/blob/master/CVE-2018-8072_PoC.txt - https://www.nemux.org/2018/04/24/cve-2018-8072/ #### Github No PoCs found on GitHub currently.