Description
The WP Dashboard Chat plugin for WordPress is vulnerable to SQL Injection via the ‘id’ parameter in all versions up to, and including, 1.0.3 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with Contributor-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Published: 2025-10-15
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: SQL Injection allowing data exposure from affected plugin
Action: Patch immediately
AI Analysis

Impact

The vulnerability is a classic SQL Injection flaw (CWE‑89) that arises when the plugin concatenates the user supplied 'id' parameter directly into a database query without proper escaping or preparation. An attacker who has authenticated Contributor or higher privileges can supply malicious input in the 'id' field and have additional SQL statements executed by the server. This allows the attacker to read any data the authenticated user can read, potentially exposing sensitive information such as user passwords, email addresses, or other private content stored in the WordPress database.

Affected Systems

WordPress sites that install the WP Dashboard Chat plugin by nicholasbosch version 1.0.3 or earlier are affected. Sites running any earlier release are also vulnerable because the code change that fixed the issue was introduced in 1.0.4.

Risk and Exploitability

The severity of the flaw is reflected in a CVSS score of 6.5, which denotes moderate impact. The EPSS score is listed as < 1%, indicating that, as of the last assessment, the probability of exploitation is very low. The issue is not currently listed in the CISA KEV catalog. Exploitation requires an authenticated user with Contributor or higher privileges, and the attack vector is likely via the plugin’s interface where the 'id' parameter is accepted. The attacker can submit a crafted request through the normal WordPress authentication flow, making the attack feasible but still dependent on privileged access.

Generated by OpenCVE AI on April 27, 2026 at 23:42 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade WP Dashboard Chat to version 1.0.4 or newer, which fixes the authenticated SQL injection flaw
  • If an upgrade is not possible, temporarily disable the WP Dashboard Chat plugin to eliminate the attack surface
  • Ensure that only trusted users have Contributor or higher roles; consider tightening role capabilities or removing Contributor access where not needed

Generated by OpenCVE AI on April 27, 2026 at 23:42 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 25 Nov 2025 15:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Mon, 20 Oct 2025 13:30:00 +0000

Type Values Removed Values Added
First Time appeared Wordpress
Wordpress wordpress
Vendors & Products Wordpress
Wordpress wordpress

Wed, 15 Oct 2025 20:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Wed, 15 Oct 2025 08:45:00 +0000

Type Values Removed Values Added
Description The WP Dashboard Chat plugin for WordPress is vulnerable to SQL Injection via the ‘id’ parameter in all versions up to, and including, 1.0.3 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with Contributor-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Title WP Dashboard Chat <= 1.0.3 - Authenticated (Contributor+) SQL Injection via id
Weaknesses CWE-89
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'}


Subscriptions

Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-04-08T16:41:33.516Z

Reserved: 2025-09-17T23:08:27.726Z

Link: CVE-2025-10660

cve-icon Vulnrichment

Updated: 2025-10-15T19:35:33.459Z

cve-icon NVD

Status : Deferred

Published: 2025-10-15T09:15:41.137

Modified: 2026-06-17T08:28:43.110

Link: CVE-2025-10660

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-27T23:45:15Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')