Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
1DescriptionCVE.org
The Read More & Accordion plugin for WordPress is vulnerable to Privilege Escalation in all versions up to, and including, 3.5.7. This is due to the 'RadMoreAjax::importData' function not restricting which database tables can be written to during import and not properly validating the imported data. This makes it possible for authenticated attackers, with permission granted by the site owner through the plugin's role settings, to insert arbitrary rows into the 'wp_users' and 'wp_usermeta' tables, including the 'wp_capabilities' field, allowing them to create a new administrator account and gain administrator access to the site.
AnalysisAI
Privilege escalation in the Read More & Accordion WordPress plugin (versions up to and including 3.5.7) allows authenticated low-privileged users granted import rights through the plugin's role settings to write arbitrary rows into the wp_users and wp_usermeta tables, effectively creating a new administrator account. The flaw stems from the RadMoreAjax::importData function failing to restrict target database tables and to validate imported data. No public exploit identified at time of analysis, though the vulnerability was disclosed by Wordfence threat intelligence researchers.
Technical ContextAI
The affected component is a WordPress plugin (CPE cpe:2.3:a:edmonparker:read_more_&_accordion) that provides expandable content blocks and accordion UI elements. The RadMoreAjax.php file (visible in plugins.trac.wordpress.org at line 62 of the 3.5.5 tag) implements an AJAX import handler that accepts plugin configuration data and writes it to the WordPress database. CWE-269 (Improper Privilege Management) is the root cause class: the import routine treats user-supplied table names and row payloads as trusted, so a caller authorized only for plugin-content import can pivot the same write primitive against wp_users and wp_usermeta, which WordPress core treats as authoritative for identity and role assignment (wp_capabilities meta key).
RemediationAI
No vendor-released patch identified at time of analysis; the references include the Wordfence advisory and the wordpress.org plugin source repository but do not cite a fixed version beyond 3.5.7. Until a fixed release is published, site operators should deactivate and remove the Read More & Accordion plugin, or at minimum revoke the plugin's role-settings permission from all non-administrator roles so that only trusted administrators can call the import endpoint (side effect: content editors lose the ability to import plugin data). Defenders can additionally add a web application firewall rule blocking POST requests to the plugin's admin-ajax action used by RadMoreAjax::importData and audit the wp_users and wp_usermeta tables (especially the wp_capabilities meta key) for unexpected administrator entries. Monitor https://www.wordfence.com/threat-intel/vulnerabilities/id/adf51c03-b0bb-4864-b64d-6b0cba4b0130?source=cve and the plugin's WordPress.org page for a patched release and upgrade immediately when one becomes available.
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-269 – Improper Privilege Management
View allSame technique Privilege Escalation
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-31030
GHSA-q5wm-43c6-48m3