nuclei-templates/http/cves/2012/CVE-2012-4032.yaml

46 lines
1.9 KiB
YAML
Raw Normal View History

id: CVE-2012-4032
2023-06-15 16:53:16 +00:00
info:
name: WebsitePanel before v1.2.2.1 - Open Redirect
author: ctflearner
severity: medium
description: |
Open redirect vulnerability in the login page in WebsitePanel before 1.2.2.1 allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via a URL in ReturnUrl to Default.aspx
reference:
2023-06-14 16:26:04 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2012-4032
- https://www.exploit-db.com/exploits/37488
- https://packetstormsecurity.com/files/114541/WebsitePanel-CMS-Open-Redirect.html
- https://exchange.xforce.ibmcloud.com/vulnerabilities/76803
2023-08-31 11:46:18 +00:00
- http://websitepanel.codeplex.com/workitem/224
classification:
2023-08-31 11:46:18 +00:00
cvss-metrics: CVSS:2.0/AV:N/AC:M/Au:N/C:P/I:P/A:N
cvss-score: 5.8
cve-id: CVE-2012-4032
cwe-id: CWE-20
2023-08-31 11:46:18 +00:00
epss-score: 0.01204
cpe: cpe:2.3:a:websitepanel:websitepanel:*:*:*:*:*:*:*:*
2023-08-31 11:46:18 +00:00
epss-percentile: 0.83485
2023-07-21 13:35:21 +00:00
metadata:
max-request: 1
shodan-query: title:"WebsitePanel" html:"login"
2023-08-31 11:46:18 +00:00
vendor: websitepanel
product: websitepanel
tags: packetstorm,cve,cve2012,redirect,websitepanel,authenticated
http:
2023-07-21 13:35:21 +00:00
- raw:
- |
POST /Default.aspx?pid=Login&ReturnUrl=http%3A%2F%2Fwww.interact.sh HTTP/1.1
Host: {{Hostname}}
Cookie: UserCulture=en-US; .WEBSITEPANELPORTALAUTHASPX=
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36
Content-Type: application/x-www-form-urlencoded
ctl03%24ctl01%24ctl00%24txtUsername={{username}}&ctl03%24ctl01%24ctl00%24txtPassword={{password}}&ctl03%24ctl01%24ctl00%24btnLogin=+++Sign+In+++&ctl03%24ctl01%24ctl00%24ddlLanguage=en-US&ctl03%24ctl01%24ctl00%24ddlTheme=Default
matchers:
- type: regex
part: header
regex:
2023-07-21 13:58:38 +00:00
- '(?m)^(?:Location\s*?:\s*?)(?:http?:\/\/|\/\/|\/\\\\|\/\\)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$'