vendor:
Concrete5
by:
Chapman (R3naissance) Schleiss
5.3
CVSS
MEDIUM
Authorization Bypass Through User-Controlled Key (IDOR)
284
CWE
Product Name: Concrete5
Affected Version From: Concrete5 < 8.3
Affected Version To: Concrete5 < 8.3
Patch Exists: YES
Related CWE: CVE-2017-18195
CPE: a:concrete5:concrete5
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: None
2017
Concrete5 < 8.3 vulnerable to Authorization Bypass Through User-Controlled Key (IDOR)
This script attempts to enumerate all comments from a vulnerable Concrete5 CMS. It does this by sending a POST request to the URL specified with a cnvID parameter, which is incremented from the start ID to the end ID. The response is parsed with BeautifulSoup and the username and message are added to the results list.
Mitigation:
Ensure that user-controlled keys are not used to authorize access to sensitive resources.