Update CVE-2020-29164.yaml

patch-1
sandeep 2021-03-18 00:05:04 +05:30
parent 1e54f891a6
commit 2ff0881325
1 changed files with 7 additions and 6 deletions

View File

@ -6,6 +6,7 @@ info:
author: geeknik author: geeknik
severity: medium severity: medium
tags: pacsone,xss,cve,cve2020 tags: pacsone,xss,cve,cve2020
reference: https://gist.github.com/leommxj/0a32afeeaac960682c5b7c9ca8ed070d
requests: requests:
- method: GET - method: GET
@ -14,13 +15,13 @@ requests:
matchers-condition: and matchers-condition: and
matchers: matchers:
- type: status
status:
- 301
- 302
negative: true
- type: word - type: word
words: words:
- "<img src=\"\" onerror=\"alert(1);\">1</img>" - "text/html"
part: header
- type: word
words:
- '<img src="" onerror="alert(1);">1</img>'
part: body part: body