Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Lifecycle Timeline
7DescriptionCVE.org
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in skygroup MyMedi mymedi allows Reflected XSS.This issue affects MyMedi: from n/a through < 1.7.7.
AnalysisAI
A Reflected Cross-Site Scripting (XSS) vulnerability exists in the skygroup MyMedi WordPress theme that allows unauthenticated attackers to inject malicious scripts into web pages viewed by other users. The vulnerability affects MyMedi versions prior to 1.7.7, and an attacker can leverage reflected XSS to steal session cookies, redirect users to malicious sites, or perform actions on behalf of the victim. No active exploitation in the wild has been confirmed, but the vulnerability was publicly disclosed via Patchstack with technical details available.
Technical ContextAI
The vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), which occurs when user-supplied input is directly reflected in HTTP responses without proper sanitization or output encoding. In the context of the MyMedi WordPress theme (CPE: cpe:2.3:a:skygroup:mymedi:*:*:*:*:*:*:*:*), this means that URL parameters or form inputs are being echoed back to the user's browser without HTML-encoding or Content Security Policy protections. The reflected variant of XSS is particularly dangerous in web applications because the payload travels through the URL or request itself, making it easy to distribute via social engineering—victims need only click a malicious link to execute arbitrary JavaScript in their browser context.
RemediationAI
Upgrade the MyMedi WordPress theme to version 1.7.7 or later immediately through the WordPress dashboard (Appearance → Themes → Updates) or by downloading the patched version from the official Patchstack advisory at https://patchstack.com/database/Wordpress/Theme/mymedi/vulnerability/wordpress-mymedi-theme-1-7-7-reflected-cross-site-scripting-xss-vulnerability. If immediate patching is not possible, implement a Web Application Firewall (WAF) rule to block requests containing common XSS payloads (script tags, event handlers such as onclick, onerror) and enforce Content Security Policy (CSP) headers via your web server to restrict inline script execution. Additionally, ensure WordPress core and all plugins are kept up to date, and consider implementing output escaping functions (such as esc_url, esc_html) in any custom theme modifications to prevent similar issues.
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-15666
GHSA-9pp8-8p2x-gwxh