CVE-2025-7022
Description
The My Reservation System WordPress plugin through 2.3 does not sanitise and escape a parameter before outputting it back in the page, leading to a Reflected Cross-Site Scripting which could be used against high privilege users such as admin.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
The My Reservation System WordPress plugin ≤2.3 suffers from a reflected XSS due to unsanitized output, enabling attacks on privileged users like admins.
The My Reservation System WordPress plugin through version 2.3 fails to sanitize and escape a parameter before reflecting it back in a page. This flaw is a classic reflected Cross-Site Scripting (XSS) vulnerability where an attacker can inject arbitrary JavaScript via a crafted URL parameter [1].
Exploitation requires no authentication; the attacker simply sends a malicious link to a logged-in administrator or other high-privilege user. If that user clicks the link, the injected script executes within the context of the WordPress admin session, bypassing same-origin restrictions [1].
The impact is severe for a reflected XSS: an attacker can steal session cookies, perform administrative actions (e.g., creating new admin users, modifying site content), or exfiltrate sensitive data. Since the vulnerability targets high-privilege users, lateral movement within the WordPress installation is possible [1].
As of the advisory publication date, no patch or official fix is available; the plugin appears to be unmaintained. Users should remove the plugin or employ Web Application Firewall (WAF) rules to block suspicious query strings. The vulnerability was publicly disclosed on July 4, 2025 [1].
AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1- Range: <=2.3
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
1News mentions
0No linked articles in our index yet.