PatchSiren cyber security CVE debrief
CVE-2026-11454 trainingbusinesspros CVE debrief
The Groundhogg plugin for WordPress has a vulnerability allowing authenticated attackers with view_contacts capability to read any contact record, including PII and other sensitive information, due to an insecure direct object reference in the /wp-json/gh/v4/contacts/<id> REST endpoint. This vulnerability affects all versions up to, and including, 4.5.2 of the plugin. The endpoint's permission callback checks only the role-level view_contacts capability and read_single() returns the full contact record by sequential integer ID without the object-level view_contact ownership check applied elsewhere in the codebase. Evidence from the NVD and Wordfence indicates that the Groundhogg plugin is vulnerable to insecure direct object reference, allowing unauthorized access to contact records.
- 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-05
- Original CVE updated
- 2026-08-05
- Advisory published
- 2026-08-05
- Advisory updated
- 2026-08-05
Who should care
Administrators of WordPress sites using the Groundhogg plugin, particularly those with sensitive contact information stored in the plugin, should be aware of this vulnerability and take steps to mitigate it. This includes applying the vendor patch, restricting access to the affected endpoint, and monitoring for suspicious activity.
Technical summary
The Groundhogg plugin for WordPress is vulnerable to insecure direct object reference in the /wp-json/gh/v4/contacts/<id> REST endpoint. An authenticated attacker with the view_contacts capability can read any contact record on the site, including PII, contact meta, owner IDs, and the admin edit URL. The vulnerability affects all versions up to, and including, 4.5.2 of the plugin. The plugin's insecure direct object reference allows attackers to bypass the object-level view_contact ownership check, enabling them to access sensitive contact information. This vulnerability has been confirmed by security researchers at Wordfence, who have provided details on the affected endpoint and the potential impact on site security.
Defensive priority
Medium priority due to the potential for sensitive information disclosure.
Recommended defensive actions
- Apply the vendor patch to update the Groundhogg plugin to a version beyond 4.5.2.
- Restrict access to the /wp-json/gh/v4/contacts/<id> REST endpoint to only users with the view_others_contacts capability.
- Monitor for suspicious activity on the affected endpoint.
- Perform a thorough review of contact records for potential unauthorized access.
- 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 has a vulnerability allowing authenticated attackers with view_contacts capability to read any contact record, including PII and other sensitive information, due to an insecure direct object reference in the /wp-json/gh/v4/contacts/<id> REST endpoint. Evidence from the NVD and Wordfence indicates that the Groundhogg plugin is vulnerable to insecure direct object reference, allowing unauthorized access to contact records. The vulnerability affects all versions up to, and including, 4.5.2 of the plugin. The endpoint's permission callback checks only the role-level view_contacts capability and read_single() returns the full contact record by sequential integer ID without the object-level view_contact ownership check applied elsewhere in the codebase.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-11454 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-11454
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-11454 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-11454
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/groundhogg/tags/4.5.2/api/v4/base-object-api.php
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/groundhogg/tags/4.5.2/api/v4/contacts-api.php
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/groundhogg/tags/4.5.2/api/v4/contacts-api.php
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/groundhogg/tags/4.5.2/includes/main-roles.php
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/groundhogg/tags/4.5.2/includes/main-roles.php
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/groundhogg/tags/4.5.2/includes/main-roles.php
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/groundhogg/tags/4.5.3/api/v4/contacts-api.php
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.