CVE-2025-23469
7.1Sleekplan · Sleekplan
A reflected cross-site scripting (XSS) vulnerability in the Sleekplan plugin allows unauthenticated attackers to execute malicious scripts in a user's browser.
Executive summary
The Sleekplan plugin for WordPress is vulnerable to reflected cross-site scripting, which could allow an unauthenticated attacker to execute arbitrary scripts in the context of a victim session.
Vulnerability
This vulnerability is classified as CWE-79, where improper neutralization of input during web page generation leads to reflected XSS. The attack vector is network-based and requires no authentication, though it does require user interaction to trigger the malicious payload.
Business impact
The CVSS score of 7.1 indicates a high severity risk that could lead to unauthorized actions performed on behalf of legitimate users. Successful exploitation may result in the theft of session cookies, sensitive data exposure, or the redirection of users to malicious websites, causing significant reputational and operational damage.
Remediation
Immediate Action: As there is no confirmed patch available, users should deactivate and remove the Sleekplan plugin from their WordPress environments until a fix is released by the vendor.
Proactive Monitoring: Review web application logs for suspicious URL parameters containing script tags or encoded JavaScript patterns that indicate attempted payload injection.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to block common XSS patterns and filter malicious input strings directed at the application.
Exploitation status
Public Exploit Available: No
Analyst recommendation
Given the high severity of this vulnerability and the lack of an available patch, immediate removal of the affected software is the only reliable method to eliminate the risk. Security teams should prioritize the audit of all plugins for similar vulnerabilities and ensure that any future updates are vetted before deployment.
Sources
Originally found and disclosed by Mika | Patchstack Bug Bounty Program, per the CVE Program record.