Severity by source
AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
Lifecycle Timeline
1DescriptionCVE.org
The Sticky plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the cvmh-sticky shortcode readmoretext attribute in versions up to and including 2.5.6. This is due to insufficient input sanitization and output escaping in the cvmh_sticky_front_render() function - the readmoretext attribute value is passed through apply_filters() and directly concatenated into the HTML output without any escaping function such as esc_html(). 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 a page containing the injected shortcode.
AnalysisAI
Stored Cross-Site Scripting in the CVMH Sticky plugin for WordPress (versions ≤2.5.6) enables authenticated contributors to inject persistent JavaScript via the readmoretext attribute of the [cvmh-sticky] shortcode. The payload executes in the browsers of any visitor loading a page containing the injected shortcode, enabling session hijacking, credential theft, or privilege escalation by targeting administrators. No public exploit is identified at time of analysis and this vulnerability is not listed in CISA KEV, but Wordfence has confirmed the flaw with direct code-level references.
Technical ContextAI
The CVMH Sticky plugin (CPE: cpe:2.3:a:cvmh:sticky:*:*:*:*:*:*:*:*) renders shortcodes via the cvmh_sticky_front_render() function defined in includes/functions.php (line 118), with shortcode registration in includes/shortcode.php (line 7). The root cause is CWE-79: the readmoretext attribute is passed through WordPress's apply_filters() hook - which allows third-party filter callbacks to modify the value - and then concatenated directly into the HTML output string without any output escaping function such as esc_html() or esc_attr(). This means attacker-controlled HTML/JavaScript survives both storage and rendering. The CVSS scope change (S:C) is significant here: the payload stored by a low-privilege contributor executes in site visitors' browser contexts, crossing security boundaries beyond the contributor's own session.
RemediationAI
The primary remediation is to update the Sticky plugin to a version beyond 2.5.6 once a patched release is confirmed available; monitor the Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/135783c5-8175-4775-a013-f1e2bef04479 for patch confirmation, as no specific fixed version is independently confirmed from current reference data. As an immediate compensating control, administrators should audit existing Contributor-level accounts and disable or remove unnecessary contributors, directly eliminating the required privilege level for exploitation. Disabling or deactivating the Sticky plugin entirely removes the attack surface with no residual risk beyond loss of the plugin's functionality. Deploying a WordPress-aware WAF such as Wordfence's own firewall rule engine can intercept known XSS payload patterns in shortcode attributes, though this is bypassable and should not substitute for patching. Restricting post/page creation permissions to trusted roles only (Editor and above) on sensitive or high-traffic sites is a targeted control with minimal operational impact.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-31017
GHSA-c2q9-qp4m-w7vm