RTMKit <= 2.0.7 - Authenticated (Contributor+) Stored Cross-Site Scripting via Advanced Heading Widget 'Background Text' Parameter
Strategic Overview
- Status
- Patched in 2.0.8
- Affected Plugin
- RTMKit
- Affected Version
<= 2.0.7- CVSS
- 6.4Medium
- Weakness type
- CWE-79 · Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
- CVE
CVE-2026-8351
At a glance
CVE-2026-8351 is a medium-severity Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in the RTMKit WordPress plugin, affecting versions <= 2.0.7. It carries a CVSS score of 6.4 (reachable over the network; low attack complexity). Exploitation requires an authenticated account at Contributor level or above. The issue is fixed in version 2.0.8; sites on affected versions should update now. Disclosed July 2026, reported by theviper17y.
Vulnerability Overview
The RTMKit plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the Advanced Heading widget's 'Background Text' parameter in versions up to, and including, 2.0.7 This is due to insufficient output escaping on the 'background_text_heading' setting in the render() function, which concatenates the value directly into an HTML attribute without applying esc_attr(). 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.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no interaction from a victim user.
CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
RTMKit <= 2.0.7 carries this weakness at background_text_heading, and reaching it takes an account at Contributor level or above. Cross-site scripting happens when input from a request is written into a page without being escaped for the context it lands in, so the browser parses attacker-supplied text as markup or script.
Injected script runs with the privileges of whoever views the affected page, which is how these flaws turn into administrator session theft, silent account creation or persistent backdoors in page content. For RTMKit the fix is 2.0.8: builds <= 2.0.7 are affected, anything from 2.0.8 onward is not.
Remediation
Update to version 2.0.8, or a newer patched version
How does WordSec protect against this?
An attacker needs Contributor access first, so the firewall sees the attempt as traffic from a logged-in account: WordSec's web application firewall inspects request payloads before WordPress loads them. None of that substitutes for the fix: RTMKit 2.0.8 closes this, and updating the plugin is the step that ends it.
- Firewall
- Alerts
External References
Related records
Same weakness class
- 6.4CVE-2025-8609: RTMKit Addons <= 1.6.5 Stored Cross-Site Scripting
CVE-2025-8609 - 6.4CVE-2025-49235: RTMKit Addons for Elementor <= 1.6.0 Stored XSS
CVE-2025-49235 - 6.4CVE-2024-47626: RomethemeKit For Elementor <= 1.5.0 Stored XSS
CVE-2024-47626 - 6.4CVE-2024-32956: RomethemeKit For Elementor <= 1.4.1 Stored XSS
CVE-2024-32956
Other vulnerabilities in RTMKit
- 8.8CVE-2026-3425: RTMKit Addons for Elementor <= 2.0.2 LFI
CVE-2026-3425 - 8.8CVE-2025-62065: RTMKit <= 1.6.5 Arbitrary File Upload
CVE-2025-62065 - 8.8CVE-2025-30911: RomethemeKit For Elementor Arbitrary Plugin
CVE-2025-30911 - 6.5CVE-2026-5149: RTMKit <= 2.0.7 Arbitrary Form Submission Access
CVE-2026-5149 - 6.1CVE-2025-12473: RTMKit <= 1.6.8 Reflected Cross-Site Scripting
CVE-2025-12473 - 5.3CVE-2024-33919: RomethemeKit For Elementor Missing Authorization
CVE-2024-33919 - 4.3CVE-2026-5137: RTMKit <= 2.0.7 Limited Local File Inclusion
CVE-2026-5137 - 4.3CVE-2026-12906: RTMKit Addons for Elementor Information Exposure
CVE-2026-12906
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C