Description
The Groundhogg — CRM, Newsletters, and Marketing Automation plugin for WordPress is vulnerable to generic SQL Injection via the 'tag_query' parameter in all versions up to, and including, 4.5.14 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 vendor-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. Exploitation requires the attacker to trigger the vulnerable Legacy_Contact_Query code path by submitting an unknown filter type (e.g. filters[0][0][type]=force_fallback), which causes a FilterException that dispatches execution away from the modern query handler.
Published: 2026-08-15
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Groundhogg plugin for WordPress is vulnerable to a classic SQL injection via the tag_query parameter. The vulnerability arises from inadequate escaping and the absence of prepared statements, allowing attackers with vendor-level permissions or higher to inject arbitrary SQL into existing queries. Successful exploitation can reveal sensitive database contents, leading to data theft or further compromise.

Affected Systems

Vendors: trainingbusinesspros; Product: Groundhogg CRM, Newsletters, and Marketing Automation plugin for WordPress. All versions up to and including 4.5.14 are affected. The vulnerability exists in the legacy query handling code paths triggered by malformed filter inputs.

Risk and Exploitability

The CVSS score of 6.5 indicates moderate severity. EPSS is not available, and the vulnerability is not listed in CISA’s KEV catalog. Exploitation requires authenticated access at the vendor role level or above, so the risk is limited to environments where such privileged users exist. Once accessed, an attacker can append additional SQL commands to retrieve any database data.

Generated by OpenCVE AI on August 15, 2026 at 04:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Groundhogg plugin to version 4.5.15 or later, which removes the vulnerable code path.
  • Restrict WordPress user roles so that only trusted administrators have vendor-level access; remove or downgrade any unnecessary high‑privilege accounts.
  • Deploy a web application firewall rule or database access filter that blocks or sanitizes suspicious SQL patterns, particularly on the tag_query endpoint, to mitigate the injection risk while the patch is applied.

Generated by OpenCVE AI on August 15, 2026 at 04:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 15 Aug 2026 05:45:00 +0000

Type Values Removed Values Added
First Time appeared Trainingbusinesspros
Trainingbusinesspros groundhogg — Crm, Newsletters, And Marketing Automation
Wordpress
Wordpress wordpress
Vendors & Products Trainingbusinesspros
Trainingbusinesspros groundhogg — Crm, Newsletters, And Marketing Automation
Wordpress
Wordpress wordpress

Sat, 15 Aug 2026 03:45:00 +0000

Type Values Removed Values Added
Description The Groundhogg — CRM, Newsletters, and Marketing Automation plugin for WordPress is vulnerable to generic SQL Injection via the 'tag_query' parameter in all versions up to, and including, 4.5.14 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 vendor-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. Exploitation requires the attacker to trigger the vulnerable Legacy_Contact_Query code path by submitting an unknown filter type (e.g. filters[0][0][type]=force_fallback), which causes a FilterException that dispatches execution away from the modern query handler.
Title Groundhogg <= 4.5.14 - Authenticated (Vendor+) SQL Injection via 'tag_query' Parameter
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

Trainingbusinesspros Groundhogg — Crm, Newsletters, And Marketing Automation
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-08-15T03:25:56.628Z

Reserved: 2026-07-30T13:00:58.261Z

Link: CVE-2026-18387

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T04:18:17.773

Modified: 2026-08-15T04:18:17.773

Link: CVE-2026-18387

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-15T05:30:03Z

Weaknesses
  • CWE-89

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