Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L
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:N/I:L/A:L
Lifecycle Timeline
3DescriptionCVE.org
The GetGenie plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 4.3.2. This is due to missing validation on the id parameter in the create() method of the GetGenieChat REST API endpoint. The method accepts a user-controlled post ID and, when a post with that ID exists, calls wp_update_post() without verifying that the current user owns the post or that the post is of the expected getgenie_chat type. This makes it possible for authenticated attackers, with Author-level access and above, to overwrite arbitrary posts owned by any user - including Administrators - effectively destroying the original content by changing its post_type to getgenie_chat and reassigning post_author to the attacker.
AnalysisAI
The GetGenie plugin for WordPress contains an Insecure Direct Object Reference (IDOR) vulnerability in its REST API endpoint that allows authenticated attackers with Author-level privileges to arbitrarily modify or overwrite posts owned by any user, including administrators. The vulnerability exists in versions up to and including 4.3.2 due to missing validation on user-controlled post IDs before calling wp_update_post(), enabling attackers to change post types and reassign authorship. While not currently listed in CISA's Known Exploited Vulnerabilities catalog, the low attack complexity (network-based, low privilege requirement) and demonstrated proof-of-concept availability make this a moderate-priority issue for WordPress administrators managing multi-author sites.
Technical ContextAI
The vulnerability resides in the GetGenieChat REST API endpoint's create() method, which handles WordPress post operations. The root cause is classified under CWE-639 (Authorization through User-Controlled Key), a critical authorization flaw where the application fails to validate that the authenticated user has legitimate ownership or access rights to the requested resource. The GetGenie plugin (CPE: cpe:2.3:a:getgenie:getgenie) integrates with WordPress's native post management system and leverages the wp_update_post() function, a core WordPress API for modifying post data. The attack vector is network-based and requires only REST API authentication at the Author role level or above—a permission level commonly granted to content creators and contributors. The vulnerability bypasses WordPress's built-in capability checks by directly manipulating post IDs without verifying post type or ownership, allowing the attacker to reassign post_author and change post_type fields to arbitrary values.
RemediationAI
Immediately upgrade the GetGenie plugin to version 4.3.3 or later, which includes validation of post ownership and post type in the REST API create() method. For WordPress sites unable to patch immediately, implement the following interim controls: restrict REST API access to trusted IP ranges via Web Application Firewall or reverse proxy; revoke Author-level and above privileges from untrusted users and audit existing role assignments; enable WordPress activity logging (via plugins such as Audit Log or Server Logs) to detect unauthorized post modifications; and consider temporarily disabling the GetGenieChat REST endpoint if not in active use. Site administrators should consult the GetGenie security advisory and release notes for version 4.3.3 at the official GetGenie or WordPress plugin repository for patch details and rollout guidance.
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 technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-11764