Description
The Groundhogg — CRM, Newsletters, and Marketing Automation plugin for WordPress is vulnerable to generic SQL Injection via the 'select' parameter in all versions up to, and including, 4.5.8 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 custom-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 hold a Groundhogg custom role with the view_contacts capability, which is granted by default to several built-in Groundhogg roles above the base subscriber level.
Published: 2026-07-02
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Groundhogg CRM plugin for WordPress contains a classic SQL injection flaw in the 'select' parameter used by its API endpoints. Because the value supplied by the user is not properly escaped and the existing SQL statements are not prepared, an attacker who can supply this parameter can inject arbitrary SQL text. The injected statements become part of an already constructed query, allowing the attacker to read or potentially modify data in the WordPress database. This vulnerability can be leveraged by anyone who has a custom‑level or higher Groundhogg role with the view_contacts capability, which is granted by default to several built‑in roles. The resulting data exposure may include contact lists, personal information in the plugin’s tables.

Affected Systems

WordPress installations running any version of the Groundhogg plugin up to and including 4.5.8 are affected. The vulnerability resides in the plugin’s base-object-api.php and database query files, meaning that any site that has installed Groundhogg 4.5.8 or earlier and has the default advanced roles is vulnerable. Sites that have upgraded to 4.5.9 or later have the fix applied.

Risk and Exploitability

The CVSS score of 6.5 places the flaw in the medium severity range, and the EPSS score of less than 1% suggests that exploitation is uncommon at present. Nevertheless, because the attack requires authentication that is likely present on many sites, and because the vulnerability allows the extraction of arbitrary data, the risk to confidentiality is high. The vulnerability is not listed in CISA's KEV catalog, indicating no known widespread exploitation campaigns, but the relatively low projected exploitation likelihood does not diminish the need for remediation. The attack vector is remote via the plugin’s REST‑API endpoints that accept the 'select' parameter.

Generated by OpenCVE AI on July 21, 2026 at 12:16 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Groundh newer than 4.5.8, which removes the insecure handling of the 'select' parameter.
  • Revoke or reduce the view_contacts capability from generic custom Groundhogg roles or any role that does not require contact‑management permissions, limiting the pool of users who can exploit the flaw.
  • Deploy a WAF rule targeting the /api/v4 base-object endpoint that detects and blocks suspicious SQL injection patterns in the 'select' parameter, providing an extra layer of protection while the update is applied.

Generated by OpenCVE AI on July 21, 2026 at 12:16 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 02 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 02 Jul 2026 10: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

Thu, 02 Jul 2026 09: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 'select' parameter in all versions up to, and including, 4.5.8 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 custom-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 hold a Groundhogg custom role with the view_contacts capability, which is granted by default to several built-in Groundhogg roles above the base subscriber level.
Title Groundhogg <= 4.5.8 - Authenticated (Custom+) SQL Injection via 'select' 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-07-02T14:53:11.664Z

Reserved: 2026-06-29T23:04:37.915Z

Link: CVE-2026-14029

cve-icon Vulnrichment

Updated: 2026-07-02T14:53:08.048Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-21T12:30:03Z

Weaknesses
  • CWE-89

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