CVE-2026-6453: CubeWP Framework <= 1.1.30 - Authenticated (Subscriber+) SQL Injection via 'relation_id' Parameter
The CubeWP Framework plugin for WordPress is vulnerable to SQL Injection in all versions up to and including 1.1.30. This is due to insufficient input sanitization in the cubewpremoverelation() AJAX function, specifically the use of wpunslash() on the relationid parameter before interpolating it directly into a raw SQL query without using $wpdb->prepare(). The wpunslash() call explicitly removes the backslash escaping that WordPress's wpmagicquotes() adds to all $POST data, neutralizing the only layer of SQL injection protection. The sanitizetextfield() function applied afterward offers no SQL protection. This makes it possible for authenticated attackers, with subscriber-level access and above, to append additional SQL queries to the existing query.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-6453?
The severity of CVE-2026-6453 is medium, rated at 6.5.
How do I fix CVE-2026-6453?
To fix CVE-2026-6453, update the CubeWP Framework plugin to a version later than 1.1.30.
What type of vulnerability is CVE-2026-6453?
CVE-2026-6453 is an authenticated SQL Injection vulnerability.
Who is affected by CVE-2026-6453?
Users of the CubeWP Framework plugin for WordPress, specifically those using versions up to and including 1.1.30, are affected by CVE-2026-6453.
What is the impact of CVE-2026-6453?
The impact of CVE-2026-6453 allows an authenticated user to perform SQL Injection attacks potentially compromising database information.