2023-06-11 05:37:20 +00:00
id : CVE-2011-5252
2023-06-12 10:59:09 +00:00
2023-06-11 05:37:20 +00:00
info :
2023-06-12 10:59:09 +00:00
name : Orchard 'ReturnUrl' Parameter URI - Open Redirect
2023-06-11 05:37:20 +00:00
author : ctflearner
severity : medium
2023-06-12 10:59:09 +00:00
description : |
Open redirect vulnerability in Users/Account/LogOff in Orchard 1.0.x before 1.0.21, 1.1.x before 1.1.31, 1.2.x before 1.2.42, and 1.3.x before 1.3.10 allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via a URL in the ReturnUrl parameter.
2023-06-11 05:37:20 +00:00
reference :
- https://www.exploit-db.com/exploits/36493
2023-06-12 11:01:59 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2011-5252
2023-06-11 05:37:20 +00:00
- https://www.invicti.com/web-applications-advisories/open-redirection-vulnerability-in-orchard/
- https://exchange.xforce.ibmcloud.com/vulnerabilities/72110
2023-07-11 19:49:27 +00:00
- http://orchard.codeplex.com/discussions/283667
2023-06-11 05:37:20 +00:00
classification :
2023-07-11 19:49:27 +00:00
cvss-metrics : CVSS:2.0/AV:N/AC:M/Au:N/C:P/I:P/A:N
2023-06-11 05:37:20 +00:00
cvss-score : 5.8
cve-id : CVE-2011-5252
cwe-id : CWE-20
2023-07-11 19:49:27 +00:00
epss-score : 0.0304
2023-06-12 10:59:09 +00:00
cpe : cpe:2.3:a:orchardproject:orchard:1.0:*:*:*:*:*:*:*
2023-06-11 05:37:20 +00:00
metadata :
max-request : 1
2023-07-11 19:49:27 +00:00
vendor : orchardproject
product : orchard
2023-06-12 10:59:09 +00:00
tags : cve,cve2011,redirect,orchard
2023-06-11 05:37:20 +00:00
http :
- method : GET
path :
2023-06-12 10:59:09 +00:00
- "{{BaseURL}}/orchard/Users/Account/LogOff?ReturnUrl=%2f%2fhttp://interact.sh%3f"
2023-06-11 05:37:20 +00:00
matchers :
- type : regex
part : header
regex :
2023-06-12 10:59:09 +00:00
- '(?m)^(?:Location\s*?:\s*?)(?:http?://|//)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$'