2021-01-09 14:45:11 +00:00
id : CVE-2019-14223
2021-01-10 14:15:36 +00:00
2021-01-09 14:45:11 +00:00
info :
name : Alfresco Share Open Redirect
2021-04-06 06:46:11 +00:00
author : pdteam
2021-09-10 11:26:40 +00:00
severity : medium
2021-03-25 10:00:46 +00:00
description : An issue was discovered in Alfresco Community Edition versions below 5.2.6, 6.0.N and 6.1.N. The Alfresco Share application is vulnerable to an Open Redirect attack via a crafted POST request. By manipulating the POST parameters, an attacker can redirect a victim to a malicious website over any protocol the attacker desires (e.g.,http, https, ftp, smb, etc.).
2021-08-18 11:37:49 +00:00
reference :
2021-03-25 10:00:46 +00:00
- https://community.alfresco.com/content?filterID=all~objecttype~thread%5Bquestions%5D
- https://github.com/DrunkenShells/Disclosures/tree/master/CVE-2019-14223-Open%20Redirect%20in%20Alfresco%20Share-Alfresco%20Community
2021-02-05 19:44:41 +00:00
tags : cve,cve2019,redirect
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score : 6.10
cve-id : CVE-2019-14223
cwe-id : CWE-601
2021-01-09 14:45:11 +00:00
requests :
- method : POST
path :
- '{{BaseURL}}/share/page/dologin'
headers :
Content-Type : application/x-www-form-urlencoded
body : success=%2Fshare%2Fpage%2F&failure=:\\google.com&username=baduser&password=badpass
matchers :
- type : regex
part : body
regex :
- "(?m)^(?:Location\\s*:\\s*)(?:https?://|//|\\\\)?(?:[a-zA-Z0-9\\-_]*\\.)?google\\.com(?:\\s*)$"