CVE-2026-2879 MEDIUM

CVE-2026-2879: GetGenie <= 4.3.2 - Insecure Direct Object Reference to Authenticated (Author+) Arbitrary Post Overwrite/Deletion

Vendor Roxnor
Product GetGenie – AI Content Writer with Keyword Research & SEO Tracking Tools
Weakness CWE-639 · IDOR
Published March 13, 2026
Last update April 8, 2026

CVSS base score

5.4/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality None
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L

What the vulnerability does

01Description

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.

Explanation of Vulnerability in Simple Terms

02Summary

GetGenie versions up to 4.3.2 contain a vulnerability allowing authenticated users to modify data or disrupt service. An attacker with low-level account access can alter content or cause temporary unavailability. The vulnerability requires login credentials and does not expose sensitive information. Update to a version newer than 4.3.2 to resolve this issue.

What an attacker can do

03Attacker Capabilities

Modify site data or cause temporary service disruption with a valid user account.

Potential impact on your site

04Site Impact

Authenticated users can alter content or temporarily disrupt GetGenie functionality without admin approval.

Conditions required to exploit

05Prerequisites

Attacker must have a low-privilege user account on the site; no user interaction required.

Key dates

06Disclosure timeline

March 13, 2026 CVE published
April 8, 2026 Record updated

Related vulnerabilities

08Related CVE