CVE-2026-6251
Last modified
CVE-2026-6251 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. 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. EPSS estimates a 0.25% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Chaty | Chaty Pro | <= 3.5.5 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-6251?
How severe is CVE-2026-6251?
How do I fix CVE-2026-6251?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-6250An authenticated format string vulnerability exists in the O…8.1
- CVE-2026-62503Vulnerability in the Oracle Time and Labor product of Oracle…6.7
- CVE-2026-62504Vulnerability in the Oracle Time and Labor product of Oracle…8.1
- CVE-2026-62505Vulnerability in the Oracle Time and Labor product of Oracle…6.1
- CVE-2026-62507Vulnerability in the Oracle Time and Labor product of Oracle…5.3
- CVE-2026-62508Vulnerability in the Oracle Time and Labor product of Oracle…3.1
- CVE-2026-62513Vulnerability in the Oracle Process Manufacturing Regulatory…8.5
- CVE-2026-62514Vulnerability in the Oracle Process Manufacturing Regulatory…8.1
- CVE-2026-62515Vulnerability in the Oracle Advanced Planning Command Center…7.6
- CVE-2026-62516Vulnerability in the Oracle Demantra Demand Management produ…8.8
- CVE-2026-62517Vulnerability in the Oracle Production Scheduling product of…5.3
- CVE-2026-62518Vulnerability in the Oracle Production Scheduling product of…7.6
Are you affected by CVE-2026-6251?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
