### [CVE-2024-50584](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-50584) ![](https://img.shields.io/static/v1?label=Product&message=Scan2Net&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-89%20Improper%20Neutralization%20of%20Special%20Elements%20used%20in%20an%20SQL%20Command%20('SQL%20Injection')&color=brighgreen) ### Description An authenticated attacker with the user/role "Poweruser" can perform an SQL injection by accessing the /class/template_io.php file and supplying malicious GET parameters. The "templates" parameter is vulnerable against blind boolean-based SQL injection attacks. SQL syntax must be injected into the JSON syntax of the templates parameter. ### POC #### Reference - https://r.sec-consult.com/imageaccess #### Github No PoCs found on GitHub currently.