diff --git a/cves/2015/CVE-2015-8399.yaml b/cves/2015/CVE-2015-8399.yaml new file mode 100644 index 0000000000..42d952ba5c --- /dev/null +++ b/cves/2015/CVE-2015-8399.yaml @@ -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,lfi + +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