Skip to main content

WordPress CVE-2026-2879

| EUVDEUVD-2026-11764 MEDIUM
Authorization Bypass Through User-Controlled Key (CWE-639)
2026-03-13 Wordfence
5.4
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
5.4 MEDIUM
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
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
Low

Lifecycle Timeline

3
EUVD ID Assigned
Mar 13, 2026 - 09:00 euvd
EUVD-2026-11764
Analysis Generated
Mar 13, 2026 - 09:00 vuln.today
CVE Published
Mar 13, 2026 - 08:25 nvd
MEDIUM 5.4

DescriptionCVE.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.

CVE-2016-10045 CRITICAL POC
9.8 Dec 30

The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-11749 CRITICAL POC
9.8 Nov 05

The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-3495 CRITICAL POC
9.8 May 22

The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete

Share

CVE-2026-2879 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy