SQL Injection in Cubewp1211 Cubewp Framework
CVE-2026-6453
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 cubewp_remove_relation() AJAX function, specifically the use of wp_unslash() on the relation_id parameter before interpolating it directly into a raw SQL query without using $wpdb->prepare(). The wp_unslash() call explicitly removes the backslash escaping that WordPress's wp_magic_quotes() adds to all $_POST data, neutralizing the only layer of SQL injection protection. The sanitize_text_field() 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.
Vulnerability class: SQL Injection
EPSS: 0.003 (19.7th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 6.5 (Medium). Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N.
Affected products
- Cubewp1211 Cubewp Framework — versions 0
Weakness classification (CWE)
References
Frequently asked questions
- What is CVE-2026-6453?
- CVE-2026-6453 is a medium-severity vulnerability in Cubewp1211 Cubewp Framework, classified under SQL Injection. CVSS score: 6.5/10. Published 2026-08-01.
- How severe is CVE-2026-6453?
- Medium severity. CVSS v3 base score is 6.5 out of 10.