Description
The Groundhogg — CRM, Newsletters, and Marketing Automation plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 4.5.2 via the GET /wp-json/gh/v4/contacts/<id> REST endpoint. 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. This makes it possible for authenticated attackers holding view_contacts but not view_others_contacts — notably Groundhogg's built-in Sales Rep role, designed to see only its own contacts — to read any contact record on the site, including PII, contact meta, owner IDs, the admin edit URL, and (for contacts linked to a WordPress user) that user's full capability set.
Published: 2026-08-05
Score: 6.5 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is an insecure direct object reference that allows authenticated users with the view_contacts capability to retrieve any contact record by integer ID through a REST endpoint. This flaw bypasses the ordinary object‑level ownership checks, enabling attackers to read sensitive personal information, contact metadata, owner identifiers, administrative URLs, and, for contacts linked to WordPress users, the full set of that user's capabilities. The weakness is therefore a classic example of CWE‑639, leading to a confidentiality breach.

Affected Systems

The Groundhogg — CRM, Newsletters, and Marketing Automation plugin for WordPress, versions up to and including 4.5.2, is affected. Attackers can exploit the issue by sending GET requests to /wp-json/gh/v4/contacts/<id> on any WordPress site running one of these versions. The built‑in Sales Rep role, which is designed to see only its own contacts, can gain read access to all contacts because it possesses view_contacts but not view_others_contacts.

Risk and Exploitability

The CVSS score of 6.5 reflects the medium‑high risk presented by this IDOR flaw. The EPSS score is not available, and the vulnerability is not listed in CISA’s KEV catalog, suggesting no active exploitation campaign has been publicly reported. However, the attack vector is authenticated and remote, requiring only a role with view_contacts capability to craft a request. An attacker possessing such a role—such as a legitimate Sales Rep—could exfiltrate all contact data and potentially compromise further access rights of linked WordPress users.

Generated by OpenCVE AI on August 5, 2026 at 08:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Groundhogg to the latest version (4.5.3 or later) to apply the vendor‑issued fix.
  • Restrict the view_contacts capability to roles that truly require global visibility and ensure the view_others_contacts capability is not assigned to the same roles.
  • Review the REST API permissions configuration to confirm that the object‑level ownership checks are enforced for all endpoints.

Generated by OpenCVE AI on August 5, 2026 at 08:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 05 Aug 2026 08: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

Wed, 05 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Description The Groundhogg — CRM, Newsletters, and Marketing Automation plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 4.5.2 via the GET /wp-json/gh/v4/contacts/<id> REST endpoint. 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. This makes it possible for authenticated attackers holding view_contacts but not view_others_contacts — notably Groundhogg's built-in Sales Rep role, designed to see only its own contacts — to read any contact record on the site, including PII, contact meta, owner IDs, the admin edit URL, and (for contacts linked to a WordPress user) that user's full capability set.
Title Groundhogg — CRM, Newsletters, and Marketing Automation <= 4.5.2 - Insecure Direct Object Reference
Weaknesses CWE-639
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-05T06:37:56.758Z

Reserved: 2026-06-06T12:45:02.962Z

Link: CVE-2026-11454

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T08:30:04Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key