Thinkcmf · Thinkcmf · CVE-2018-19894
**Name of the Vulnerable Software and Affected Versions**
ThinkCMF version X2.2.2
**Description**
The issue concerns a SQL Injection problem. It is exploitable through the `ids[]` parameter in a "commentadmin" action, specifically via the `check()` and `delete()` functions in `CommentadminController.class.php`, and requires the manager privilege.
**Recommendations**
For ThinkCMF version X2.2.2, as a temporary workaround, consider disabling the `check()` and `delete()` functions in `CommentadminController.class.php` until a patch is available. Restrict access to the "commentadmin" action to minimize the risk of exploitation. Avoid using the `ids[]` parameter in the affected action until the issue is resolved.