id: CVE-2019-14223 info: name: Alfresco Share Open Redirect author: pd-team severity: low tags: cve,cve2019,redirect 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*)$"