Vulnerability Description
The Chaty Pro plugin for WordPress is vulnerable to Authenticated Time-Based Blind SQL Injection in versions up to and including 3.5.5. This is due to the fetch_custom_field() function in admin/class-admin-base.php retrieving the widget_id POST parameter via filter_input(INPUT_POST, ...) and directly concatenating the value into a raw SQL query in a numeric context without using $wpdb->prepare() or any integer casting. Additionally, the nonce verification check is performed after the SQL query has already executed, providing no protection against the injection. This makes it possible for authenticated attackers with subscriber-level access and above to inject arbitrary SQL commands, potentially leading to unauthorized extraction of sensitive database contents including user credentials and configuration data.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/chaty-pro/tags/3.5.0/admin/class-admi
- https://plugins.trac.wordpress.org/browser/chaty-pro/tags/3.5.0/admin/class-admi
- https://plugins.trac.wordpress.org/browser/chaty-pro/trunk/admin/class-admin-bas
- https://plugins.trac.wordpress.org/browser/chaty-pro/trunk/admin/class-admin-bas
- https://www.wordfence.com/threat-intel/vulnerabilities/id/582fa92d-8e52-49a9-94c
FAQ
What is CVE-2026-6251?
CVE-2026-6251 is a vulnerability with a CVSS score of 6.5 (MEDIUM). The Chaty Pro plugin for WordPress is vulnerable to Authenticated Time-Based Blind SQL Injection in versions up to and including 3.5.5. This is due to the fetch_custom_field() function in admin/class-...
How severe is CVE-2026-6251?
CVE-2026-6251 has been rated MEDIUM with a CVSS base score of 6.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-6251?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.