CVE-2026-9710
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.8 does not enforce capability checks on one of its CSS-preview request handlers, and exposes the nonce needed to call it to every logged-in user on any wp-admin page, allowing any authenticated user to evaluate dynamic content tokens against arbitrary users and disclose their sensitive metadata including raw password hashes. This affects the premium co Cornerstone page builder distributed bundled with the X , not the unrelated free `cornerstone` Cornerstone WordPress plugin before 7.8.8 (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 premium Cornerstone page builder plugin for WordPress (bundled with X theme) before version 7.8.8 lacks capability checks on a CSS-preview request handler, exposing a nonce to all authenticated users on wp-admin pages. This allows any logged-in user to evaluate dynamic content tokens against arbitrary user accounts and retrieve sensitive metadata including raw password hashes through an IDOR-based 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.
-
Identify Cornerstone installation and versionCheck the Cornerstone plugin/theme version via WordPress admin (Plugins > Cornerstone) or inspect the main plugin file header for the 'Version' field, or use WP-CLI: wp plugin list --name=cornerstoneAffected if Cornerstone version is present and is lower than 7.8.8
-
Confirm X theme bundleIf Cornerstone is not listed as a separate plugin, verify the X theme is installed and check its version in Appearance > Themes or via WP-CLI: wp theme listAffected if X theme is installed with bundled Cornerstone version lower than 7.8.8
-
Verify authenticated access to wp-adminConfirm that non-administrator user roles (editor, author, contributor, subscriber) have access to wp-admin by reviewing user roles under Users > All Users or checking role capabilitiesAffected if Non-administrator user roles can access wp-admin pages where the CSS-preview handler is reachable
-
Check for exposed nonce in CSS-preview handlerLog in as a low-privileged user (subscriber/author), navigate to any wp-admin page that loads the Cornerstone builder, and inspect network requests for a CSS preview endpoint (typically /?cornerstone_v2=1&action=cs_css_preview or similar) to verify the nonce parameter is present and accessibleAffected if The CSS-preview request handler responds with a nonce value to any authenticated user regardless of capability
A user is affected if Cornerstone (or X theme with bundled Cornerstone) is installed at a version lower than 7.8.8 and non-administrator users have access to wp-admin where the exposed nonce can be leveraged for IDOR-based information disclosure.
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 the Cornerstone page builder to version 7.8.8 or later; until then, consider disabling the theme/plugin or restricting admin access to trusted administrators only.
X theme with Cornerstone 7.8.8 or later
- Update the X theme (which includes the premium Cornerstone page builder) to the latest version available from the theme vendor
- Ensure the Cornerstone plugin component is updated to version 7.8.8 or later
- Verify the update was applied successfully by checking the Cornerstone version in the WordPress admin
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation2.0 h
- Testing4.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 $3,072.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-9710 — 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-9710 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