RTMKit <= 2.0.7 - Authenticated (Contributor+) Missing Authorization to Arbitrary Form Submission Access via 'entries_id' Parameter
Strategic Overview
- Status
- Patched in 2.0.8
- Affected Plugin
- RTMKit
- Affected Version
<= 2.0.7- CVSS
- 6.5Medium
- Weakness type
- CWE-863 · Incorrect Authorization
- CVE
CVE-2026-5149
At a glance
CVE-2026-5149 is a medium-severity Incorrect Authorization vulnerability in the RTMKit WordPress plugin, affecting versions <= 2.0.7. It carries a CVSS score of 6.5 (reachable over the network; low attack complexity; high confidentiality impact). 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 June 2026, reported by wesley (wcraft).
Vulnerability Overview
The RTMKit plugin for WordPress is vulnerable to Incorrect Authorization in all versions up to, and including, 2.0.7 This is due to the get_submission_content AJAX endpoint lacking a capability check to verify that a user has permission to access the requested form submission data. This makes it possible for authenticated attackers, with Contributor-level access and above, to view arbitrary form submissions from other users by iterating the entries_id parameter.
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. A successful exploit has high impact on confidentiality.
CWE-863: Incorrect Authorization
Reaching this weakness in RTMKit <= 2.0.7 takes an account at Contributor level or above. Incorrect authorization means a permission check exists but evaluates the wrong thing, so it passes for callers it was meant to stop.
The action runs for users the code intended to exclude, with the same effect as having no check at all. 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?
Because it turns on account access, WordSec's login security is the relevant layer: role-based two-factor, captcha and brute-force limits raise the cost of getting the account this needs. None of that substitutes for the fix: RTMKit 2.0.8 closes this, and updating the plugin is the step that ends it.
- Login Security
- Alerts
External References
Related records
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.4CVE-2026-8351: RTMKit <= 2.0.7 Stored Cross-Site Scripting
CVE-2026-8351 - 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
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C