Files
CVEs-PoC/2017/CVE-2017-5344.md
T
2024-06-18 02:51:15 +02:00

19 lines
1.2 KiB
Markdown

### [CVE-2017-5344](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-5344)
![](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 in dotCMS through 3.6.1. The findChildrenByFilter() function which is called by the web accessible path /categoriesServlet performs string interpolation and direct SQL query execution. SQL quote escaping and a keyword blacklist were implemented in a new class, SQLUtil (main/java/com/dotmarketing/common/util/SQLUtil.java), as part of the remediation of CVE-2016-8902; however, these can be overcome in the case of the q and inode parameters to the /categoriesServlet path. Overcoming these controls permits a number of blind boolean SQL injection vectors in either parameter. The /categoriesServlet web path can be accessed remotely and without authentication in a default dotCMS deployment.
### POC
#### Reference
- http://seclists.org/fulldisclosure/2017/Feb/34
- https://www.exploit-db.com/exploits/41377/
#### Github
No PoCs found on GitHub currently.