CVE-2026-9709
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedThe Cornerstone WordPress plugin before 7.8.9 does not enforce capability checks on one of its REST API routes, allowing any authenticated user to disclose the metadata of any other user, including roles, session token previews and stored billing/shipping fields. This affects the premium co Cornerstone page builder distributed bundled with the X , not the unrelated free `cornerstone` Cornerstone WordPress plugin before 7.8.9 (v0.8.x) on the .org repository.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe Cornerstone page builder plugin (premium version bundled with X theme) before 7.8.9 lacks capability checks on a REST API endpoint, allowing any authenticated user to query metadata of other users including roles, session token previews, and stored billing/shipping fields. This is a broken access control vulnerability resulting in sensitive information disclosure.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Changed
- Confidentiality
- High
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Confirm Cornerstone plugin is installedLocate the Cornerstone plugin files in the wp-content/plugins/cornerstone directory or check the plugins list in WordPress admin under Plugins > Installed Plugins. Look for 'Cornerstone' or 'Cornerstone (Premium)' entry.Affected if The Cornerstone plugin is present in the WordPress installation.
-
Check installed version against vulnerable rangeView the Cornerstone plugin version number in the WordPress admin plugins list or open the main plugin file (typically cornerstone.php or class-cornerstone.php) and look for the 'Version' header comment. Compare this version to 7.8.9 - versions below 7.8.9 are affected.Affected if The installed Cornerstone version is lower than 7.8.9.
-
Identify exposed REST API endpointReview the site's REST API routes by accessing /wp-json/ and looking for endpoints under the cornerstone namespace. Common paths include /wp-json/cornerstone/v1/ or similar. Identify any user metadata or user-related endpoints that accept user IDs as parameters.Affected if A Cornerstone REST API endpoint exists that accepts user ID parameters.
-
Test endpoint authorizationCreate or use a low-privileged test user account (e.g., subscriber role). Authenticate and send a REST API request to the Cornerstone user metadata endpoint, attempting to query metadata for a different user ID (e.g., user ID 1). Observe whether the response returns sensitive data such as roles, billing fields, or session information without permission error.Affected if An authenticated user with minimal privileges can retrieve metadata for other users through the REST API endpoint.
You are affected if Cornerstone plugin is installed with a version lower than 7.8.9 AND a low-privileged authenticated user can access the vulnerable REST API endpoint to retrieve other users' sensitive metadata.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpdate Cornerstone plugin to version 7.8.9 or later which implements proper capability validation on the affected REST API route.
Cornerstone premium plugin v7.8.9 or later (bundled with X theme)
- 1. Backup your WordPress site and database before making any changes.
- 2. Ensure you have administrator access to the WordPress site.
- 3. If using the premium Cornerstone plugin bundled with the X theme, update the X theme to the latest version which includes the patched Cornerstone plugin (v7.8.9 or later).
- 4. Alternatively, if Cornerstone is distributed as a standalone premium plugin, update the Cornerstone plugin through your WordPress admin dashboard or via the theme's updates mechanism.
- 5. Verify the update was successful by checking the plugin version in WordPress admin under Plugins or Theme settings.
- 6. Test that unauthenticated or lower-privileged users can no longer access other users' metadata via the REST API endpoint.
- 7. Consider reviewing user permissions and implementing additional access controls if needed.
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation1.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,224.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-9709 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-9709 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data