### [CVE-2016-6558](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-6558) ![](https://img.shields.io/static/v1?label=Product&message=RP-AC52%20Access%20Point&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=1.0.1.1s1.0.1.1s%20&color=brighgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-77&color=brighgreen) ### Description A command injection vulnerability exists in apply.cgi on the ASUS RP-AC52 access point, firmware version 1.0.1.1s and possibly earlier, web interface specifically in the action_script parameter. The action_script parameter specifies a script to be executed if the action_mode parameter does not contain a valid state. If the input provided by action_script does not match one of the hard coded options, then it will be executed as the argument of either a system() or an eval() call allowing arbitrary commands to be executed. ### POC #### Reference - https://www.kb.cert.org/vuls/id/763843 #### Github No PoCs found on GitHub currently.