nuclei-templates/http/cves/2008/CVE-2008-1547.yaml

36 lines
1.3 KiB
YAML
Raw Normal View History

id: CVE-2008-1547
2023-06-12 09:53:08 +00:00
info:
2023-06-12 09:53:08 +00:00
name: Microsoft OWA Exchange Server 2003 - 'redir.asp' Open Redirection
author: ctflearner
severity: medium
2023-06-12 09:53:08 +00:00
description: |
Open redirect vulnerability in exchweb/bin/redir.asp in Microsoft Outlook Web Access (OWA) for Exchange Server 2003 SP2 (aka build 6.5.7638) allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via a URL in the URL parameter.
reference:
2023-06-12 09:53:08 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2008-1547
- https://www.exploit-db.com/exploits/32489
2023-06-12 09:53:08 +00:00
- https://www.securityfocus.com/bid/31765/info
classification:
2023-06-12 09:53:08 +00:00
cvss-metrics: AV:N/AC:M/Au:N/C:N/I:P/A:N
cvss-score: 4.3
cve-id: CVE-2008-1547
cwe-id: CWE-601
cpe: cpe:2.3:a:microsoft:exchange_server:2003:sp2:*:*:*:*:*:*
metadata:
2023-06-12 09:53:08 +00:00
max-request: 2
shodan-query: http.title:"Outlook"
tags: cve,cve2008,redirect,owa,exchange,microsoft
http:
- method: GET
path:
2023-06-12 09:53:08 +00:00
- "{{BaseURL}}/exchweb/bin/redir.asp?URL=https://interact.sh"
- "{{BaseURL}}/CookieAuth.dll?GetLogon?url=%2Fexchweb%2Fbin%2Fredir.asp%3FURL%3Dhttps%3A%2F%2Finteract.sh&reason=0"
2023-06-12 10:37:52 +00:00
stop-at-first-match: true
matchers:
- type: regex
part: header
regex:
2023-06-12 09:53:08 +00:00
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$'