CVE-2026-6251
Received Received - Intake

Authenticated Time-Based SQL Injection in Chaty Pro WordPress Plugin

Vulnerability report for CVE-2026-6251, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-28

Last updated on: 2026-07-28

Assigner: Wordfence

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 Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-28
Last Modified
2026-07-28
Generated
2026-07-28
AI Q&A
2026-07-28
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
chaty pro to 3.5.5 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The Chaty Pro WordPress plugin has a flaw where an attacker with subscriber-level access can inject malicious SQL code into the database. This happens because the plugin directly uses user input in SQL queries without proper sanitization or protection.

Impact Analysis

An attacker could steal sensitive data like user credentials, configuration details, or other confidential information stored in the WordPress database. This could lead to unauthorized access or data breaches.

Compliance Impact

This vulnerability could result in unauthorized data access, violating GDPR and HIPAA requirements for data protection and confidentiality. Organizations may face legal penalties or compliance violations if exploited.

Mitigation Strategies

Update the Chaty Pro plugin to the latest version beyond 3.5.5 to patch the SQL injection vulnerability. If an update is not available, consider disabling or removing the plugin immediately.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-6251. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart