40 lines
1.5 KiB
YAML
40 lines
1.5 KiB
YAML
id: CVE-2009-5020
|
|
|
|
info:
|
|
name: AWStats < 6.95 - Open Redirect
|
|
author: pdteam
|
|
severity: medium
|
|
description: An open redirect vulnerability in awredir.pl in AWStats < 6.95 allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via unspecified vectors.
|
|
impact: |
|
|
Allows attackers to redirect users to malicious websites or phishing pages.
|
|
remediation: Apply all relevant security patches and product upgrades.
|
|
reference:
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2009-5020
|
|
- http://awstats.sourceforge.net/docs/awstats_changelog.txt
|
|
classification:
|
|
cvss-metrics: CVSS:2.0/AV:N/AC:M/Au:N/C:N/I:P/A:P
|
|
cvss-score: 5.8
|
|
cve-id: CVE-2009-5020
|
|
cwe-id: CWE-20
|
|
epss-score: 0.00215
|
|
epss-percentile: 0.59474
|
|
cpe: cpe:2.3:a:awstats:awstats:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 2
|
|
vendor: awstats
|
|
product: awstats
|
|
tags: cve2009,cve,redirect,awstats
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/awstats/awredir.pl?url=interact.sh'
|
|
- '{{BaseURL}}/cgi-bin/awstats/awredir.pl?url=interact.sh'
|
|
|
|
stop-at-first-match: true
|
|
matchers:
|
|
- type: regex
|
|
part: header
|
|
regex:
|
|
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1
|
|
# digest: 4b0a00483046022100e3ee0cfc04525ca64e6f63073fa38f5db6ee44776907c68d8f5e190a19649a9a022100c21acec79450886ccc34a6c7737411102d641536ee3d33788522fb5fd5cf6f15:922c64590222798bb761d5b6d8e72950 |