Merge pull request #1215 from projectdiscovery/princechaddha-patch-3
Create CVE-2015-8399.yamlpatch-1
commit
ced9938646
|
@ -0,0 +1,25 @@
|
|||
id: CVE-2015-8399
|
||||
info:
|
||||
author: princechaddha
|
||||
name: Atlassian Confluence configuration files read
|
||||
severity: medium
|
||||
description: Atlassian Confluence before 5.8.17 allows remote authenticated users to read configuration files via the decoratorName parameter to (1) spaces/viewdefaultdecorator.action or (2) admin/viewdefaultdecorator.action.
|
||||
reference: https://jira.atlassian.com/browse/CONFSERVER-39704?src=confmacro
|
||||
tags: cve,cve2015,atlassian,confluence
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/spaces/viewdefaultdecorator.action?decoratorName"
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "confluence-init.properties"
|
||||
- "View Default Decorator"
|
||||
condition: and
|
||||
part: body
|
Loading…
Reference in New Issue