CVE-2025-11818
Description
The WP Responsive Meet The Team plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'wprm_team' shortcode in all versions up to, and including, 1.0.1. This is due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
The WP Responsive Meet The Team plugin (≤1.0.1) suffers from stored XSS via the wprm_team shortcode due to insufficient sanitization, allowing authenticated attackers with contributor access to inject arbitrary scripts.
Vulnerability
Analysis
The WP Responsive Meet The Team plugin for WordPress is vulnerable to Stored Cross-Site Scripting (XSS) in all versions up to and including 1.0.1 [1]. The flaw lies in the 'wprm_team' shortcode's handling of user-supplied attributes, which lack proper input sanitization and output escaping. This allows untrusted data to be stored and later rendered in pages without safe encoding.
Exploitation
An attacker must be authenticated with at least contributor-level access to exploit this vulnerability. By crafting a malicious shortcode attribute, the attacker can inject arbitrary JavaScript or HTML. When the shortcode is rendered on a page, the injected script executes in the context of any user who subsequently visits that page.
Impact
Successful exploitation leads to stored XSS, enabling the attacker to perform actions such as stealing session cookies, redirecting users, or defacing the site. Since the script executes in the victim's browser, it can be used to escalate privileges or compromise other users.
Mitigation
The plugin has been closed as of October 17, 2025, and is no longer available for download [1]. Users should remove the plugin immediately and look for an alternative. There is no patched version available.
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
2(expand)+ 1 more
- (no CPE)
- (no CPE)range: <=1.0.1
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
3News mentions
0No linked articles in our index yet.