37 lines
1.3 KiB
YAML
37 lines
1.3 KiB
YAML
id: CVE-2019-14223
|
|
|
|
info:
|
|
name: Alfresco Share - Open Redirect
|
|
author: pdteam
|
|
severity: medium
|
|
description: Alfresco Share before 5.2.6, 6.0.N and 6.1.N contains an open redirect vulnerability via a crafted POST request. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
|
|
reference:
|
|
- 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
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2019-14223
|
|
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.1
|
|
cve-id: CVE-2019-14223
|
|
cwe-id: CWE-601
|
|
tags: cve,cve2019,redirect,alfresco
|
|
|
|
requests:
|
|
- method: POST
|
|
path:
|
|
- '{{BaseURL}}/share/page/dologin'
|
|
|
|
headers:
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
body: |
|
|
success=%2Fshare%2Fpage%2F&failure=:\\interact.sh&username=baduser&password=badpass
|
|
|
|
matchers:
|
|
- type: regex
|
|
part: header
|
|
regex:
|
|
- "(?m)^(?:Location\\s*:\\s*)(?:https?://|//|\\\\)?(?:[a-zA-Z0-9\\-_]*\\.)?interact\\.sh(?:\\s*)$"
|
|
|
|
# Enhanced by md on 2022/10/13
|