CVE-2026-6393 MEDIUM

CVE-2026-6393: BetterDocs <= 4.3.11 - Missing Authorization to Authenticated (Subscriber+) Unauthorized AI API Usage

Vendor Wpdevteam
Product BetterDocs – Knowledge Base Docs & FAQ Solution for Elementor & Block Editor
Weakness CWE-862 · Missing authorization
Published April 24, 2026
Last update April 24, 2026

CVSS base score

4.3/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:N

What the vulnerability does

01Description

The BetterDocs plugin for WordPress is vulnerable to Missing Authorization in versions up to and including 4.3.11. This is due to a missing capability check in the generate_openai_content_callback() function, which relies solely on a nonce rather than verifying user permissions. This makes it possible for authenticated attackers, with subscriber-level access and above, to trigger OpenAI API calls using the site's configured API key with arbitrary user-controlled prompts, leading to unauthorized consumption of the site owner's paid AI API quota.

Explanation of Vulnerability in Simple Terms

02Summary

BetterDocs versions up to 4.3.11 lack proper authorization checks on certain operations. A logged-in user with low privileges can modify content they should not have access to. The vulnerability requires an active WordPress user account but no special interaction from other users.

What an attacker can do

03Attacker Capabilities

Modify or alter content in the knowledge base without proper permission checks.

Potential impact on your site

04Site Impact

Unauthorized users can alter knowledge base articles, FAQs, or documentation, potentially spreading misinformation or disrupting site content.

Conditions required to exploit

05Prerequisites

Attacker must have a low-privilege WordPress user account (e.g., subscriber or contributor role).

Key dates

06Disclosure timeline

April 24, 2026 CVE published
April 24, 2026 Record updated