Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Network-accessible REST endpoint, no authentication or interaction required; impact is confidentiality-only with no modification or availability consequence.
Primary rating from Vendor (WPScan).
CVSS VectorVendor: WPScan
Lifecycle Timeline
4DescriptionCVE.org
The Gutenberg Essential Blocks WordPress plugin before 6.4.0 does not verify that an attacker-supplied post type is publicly viewable before querying it in one of its public REST routes, allowing unauthenticated users to read published entries of custom post types that the site registered as non-public.
AnalysisAI
Unauthenticated information disclosure in the Gutenberg Essential Blocks WordPress plugin before 6.4.0 exposes published content from custom post types that site administrators deliberately registered as non-public. The plugin's public REST API route queries arbitrary post types supplied by the caller without first verifying their visibility setting, bypassing the access control intent of the post type registration. A publicly available proof-of-concept exists; EPSS sits at 0.14% (4th percentile) suggesting exploitation remains rare despite automatable conditions, and the vulnerability is not currently listed in the CISA KEV catalog.
Technical ContextAI
WordPress allows developers to register custom post types with the 'public' flag set to false, which is intended to prevent those types from appearing in the REST API and standard queries - a common pattern for internal data models, draft workflows, or application-specific records. The Gutenberg Essential Blocks plugin (CPE: cpe:2.3:a:unknown:gutenberg_essential_blocks:*:*:*:*:*:*:*:*) exposes at least one REST endpoint that accepts a caller-supplied post type parameter and queries it directly without checking whether WordPress considers it publicly viewable. The root cause is CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor), driven by a missing authorization check on a query parameter at the REST route handler level. The endpoint is inherently unauthenticated and network-accessible, matching the CVSS vector AV:N/AC:L/PR:N/UI:N.
RemediationAI
Update the Gutenberg Essential Blocks WordPress plugin to version 6.4.0 or later, which contains the vendor-released patch for this vulnerability. The fix should enforce a post-type visibility check before executing the REST query. If an immediate update is not possible, a compensating control is to restrict access to WordPress REST API endpoints at the web server or WAF layer - for example, by blocking unauthenticated requests to /wp-json/ routes - though this may break legitimate plugin functionality for frontend block rendering and should be tested carefully. Alternatively, site operators can audit their registered non-public custom post types and evaluate whether any contain data that would be harmful if exposed, prioritizing patching for those sites. No permanent workaround replaces the patch; WAF rules are a temporary measure only. Advisory references: https://wpscan.com/vulnerability/ab60ebee-c8b5-4bba-8138-2083ca14546a/
More in Gutenberg Essential Blocks
View allSame weakness CWE-200 – Information Exposure
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-53736
GHSA-45qh-hqj8-xp45