PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-18387 trainingbusinesspros CVE debrief

The Groundhogg plugin for WordPress, specifically versions up to and including 4.5.14, is vulnerable to a generic SQL Injection attack via the 'tag_query' parameter. This vulnerability allows authenticated attackers with vendor-level access and above to append additional SQL queries to existing queries, potentially leading to the extraction of sensitive information from the database. The vulnerability is caused by insufficient escaping of user-supplied parameters and a lack of sufficient preparation of existing SQL queries. Exploitation requires triggering the vulnerable Legacy_Contact_Query code path by submitting an unknown filter type. This CVE record was published on 2026-08-15T04:18:17.773Z and has not been modified since then. The vulnerability has a CVSS score of 6.5 and a severity rating of MEDIUM.

Vendor
trainingbusinesspros
Product
Groundhogg — CRM, Newsletters, and Marketing Automation
CVSS
MEDIUM 6.5
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-15
Original CVE updated
2026-08-15
Advisory published
2026-08-15
Advisory updated
2026-08-15

Who should care

WordPress users with the Groundhogg plugin installed should be aware of this vulnerability and take necessary actions to protect their installations. Security teams monitoring for SQL injection attacks should also prioritize this vulnerability. Additionally, operators of WordPress platforms, vulnerability management teams, and security teams should be aware of the potential impact of this vulnerability and take steps to mitigate it. This includes verifying the version of the Groundhogg plugin, restricting access to sensitive areas, and monitoring for suspicious activity. It is also essential to have an incident response plan in place in case of a successful exploitation. Furthermore, asset owners and security teams should collaborate to ensure that the necessary measures are taken to protect against potential attacks. This may involve coordinating with vendors, applying patches, and verifying the effectiveness of compensating controls. By taking a proactive and coordinated approach, organizations can reduce the risk associated with this vulnerability and protect their assets from potential exploitation. To further enhance security, it is recommended to implement monitoring and detection mechanisms to identify potential attacks and have a plan for incident response and remediation. This can include tracking changes to the plugin, monitoring database queries, and having a process for rapid patching and mitigation. By prioritizing this vulnerability and taking proactive steps, organizations can minimize the risk of exploitation and protect their assets from potential harm. The CVE record provides additional context and information about the vulnerability, which can be used to inform risk management and mitigation strategies. By staying informed and taking proactive steps, organizations can reduce the risk associated with this vulnerability and protect their assets from potential exploitation. The vulnerability's CVSS score of 6.5 and severity rating of MEDIUM highlight the importance of prioritizing this vulnerability and taking necessary actions to mitigate it. By doing so, organizations can protect their assets and reduce the risk of exploitation. In addition to

Technical summary

The Groundhogg plugin for WordPress is vulnerable to generic SQL Injection via the 'tag_query' parameter in all versions up to, and including, 4.5.14. 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. The vulnerability is caused by insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. 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. To defend against this vulnerability, it is crucial to restrict access to vendor-level and above users, monitor for suspicious database queries, and apply the vendor patch or mitigation as soon as possible.

Defensive priority

Authenticated attackers with vendor-level access could exploit this SQL injection vulnerability to extract sensitive information from the database.

Recommended defensive actions

  • Inventory and verify Groundhogg plugin version
  • Restrict access to vendor-level and above users
  • Monitor for suspicious database queries
  • Apply vendor patch or mitigation
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented.

Evidence notes

The Groundhogg plugin for WordPress is vulnerable to generic SQL Injection via the 'tag_query' parameter due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. Exploitation requires authenticated attackers, with vendor-level access and above, to trigger the vulnerable Legacy_Contact_Query code path.

Official resources

AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-15T04:18:17.773Z and has not been modified since then.