SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-15104

MEDIUM · CVSS 6.5 EPSS 0.24% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-10 · Last synced 2026-08-09

CyberRota Analysis

AI-Generated

The BetterDocs plugin for WordPress is susceptible to SQL Injection through the 'lang' parameter, affecting all versions up to 4.6.0 due to inadequate input sanitization. Authenticated attackers with custom-level access can exploit this vulnerability to execute arbitrary SQL queries, potentially exposing sensitive database information. WordPress site administrators using multilingual plugins should prioritize patching this vulnerability to mitigate the risk of data breaches.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-15104
Severity
MEDIUM
CVSS
6.5
EPSS
0.24%
WordPress

Original NVD Description

The BetterDocs – AI Documentation, Knowledge Base, Docs, Wikis, FAQ with Chatbot plugin for WordPress is vulnerable to generic SQL Injection via the 'lang' parameter in all versions up to, and including, 4.6.0 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with custom-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. Exploitation requires a supported multilingual plugin (WPML, Polylang, qTranslate, Weglot, or TranslatePress) to be active on the site, as the vulnerable code path is gated by Helper::is_multilingual_active().