MEDIUM

CVE-2026-13226

2026-06-26 CVSS v3.1
CVSS
6.5

Description

The Groundhogg — CRM, Newsletters, and Marketing Automation plugin for WordPress is vulnerable to generic SQL Injection via the 'after' parameter in all versions up to, and including, 4.5.4 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 Sales Manager-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. The AJAX handler wp_ajax_groundhogg_get_contacts_table has its capability check commented out and performs no nonce verification, meaning any authenticated user regardless of role can reach the vulnerable code path.

Summary dbcve.org

The Groundhogg WordPress plugin versions up to 4.5.4 contain a SQL Injection vulnerability in the AJAX handler wp_ajax_groundhogg_get_contacts_table. The 'after' parameter is not escaped or prepared in the SQL query, allowing authenticated attackers to inject arbitrary SQL. Additionally, the capability check is commented out and no nonce verification exists, meaning any authenticated user (regardless of role) can reach and exploit this flaw.

Mitigation

Update to version 4.5.5 or later which includes proper SQL query preparation using $wpdb->prepare() and restores capability checks with nonce verification. Until then, disable the plugin or restrict user authentication as a temporary workaround.

Weakness (CWE)

CWE-89 SQL Injection

EPSS Score

0.47%
Probability of exploitation in next 30 days
40th percentile

References

View on dbcve.org
Base CVE data derived from NVD (public domain). Enrichment by dbcve.org (CC-BY-4.0). Fetched via API.
Back to CVE