Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Network handler with no capability check, exploitable by any Contributor account (PR:L), no user interaction; arbitrary option write yields full admin takeover (C/I/A High).
Primary rating from Vendor (Wordfence).
CVSS VectorVendor: Wordfence
Lifecycle Timeline
2DescriptionCVE.org
The Genolve - AI image AI video generation plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the genolve_setOpt() function in all versions up to, and including, 5.0.5. This makes it possible for authenticated attackers, with Contributor-level access and above, to update arbitrary WordPress options, including enabling user registration and setting the default role to administrator, resulting in privilege escalation.
Articles & Coverage 1
AnalysisAI
Privilege escalation in the Genolve AI image and video generation plugin for WordPress (all versions through 5.0.5) lets authenticated users with Contributor-level access or above update arbitrary WordPress options because the genolve_setOpt() function performs no capability check. By enabling the users_can_register option and setting default_role to administrator, a low-privileged user can register a new administrator account and fully take over the site. Reported by Wordfence with a CVSS of 8.8; no public exploit identified at time of analysis and it is not listed in CISA KEV.
Technical ContextAI
The affected component is a WordPress plugin (server-side PHP) that exposes a settings handler, genolve_setOpt(), which persists plugin configuration through the WordPress options API (update_option). The root cause is CWE-863 (Incorrect Authorization): the handler authenticates the caller but never verifies a capability such as manage_options, nor restricts which option keys may be written, so any logged-in user at Contributor role or above can write to any row in the wp_options table. Because security-critical core settings such as users_can_register and default_role are stored in that same options table, an unrestricted option-write primitive converts directly into full administrative control. The CPE cpe:2.3:a:genolve:genolve_-_genolve_ai_business_graphics,_ai_images identifies the single affected plugin family.
RemediationAI
Upstream fix available (commit/changeset); released patched version not independently confirmed - the corrective change is recorded in the WordPress.org plugin repository (changeset 3460465 for the genolve-toolkit slug, https://plugins.trac.wordpress.org/changeset?reponame=&new=3460465%40genolve-toolkit&old=3432371%40genolve-toolkit), so update the Genolve plugin to the latest published version above 5.0.5 as soon as it is available and confirm the exact fixed release in the Wordfence advisory (https://www.wordfence.com/threat-intel/vulnerabilities/id/8f64361a-e5b5-4481-b25c-bdffeb80c198?source=cve). Until a tagged patched release is applied, reduce exposure by deactivating and removing the Genolve plugin (trade-off: loss of the AI image/video functionality), and by minimizing the number of Contributor-and-above accounts while disabling open self-registration for those roles (trade-off: friction for legitimate multi-author workflows). As a detective control, monitor wp_options for unexpected changes to users_can_register and default_role and alert on newly created administrator accounts so an exploitation attempt is caught even if patching lags.
More in Wordpress Plugin
View allThe 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
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
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 Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-863 – Incorrect Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-43166
GHSA-89c5-rq9r-gpg5