CVE-2026-3454: GenerateBlocks <= 2.2.0 - Insecure Direct Object Reference to Authenticated (Contributor+) Sensitive Information Exposure via Dynamic Tag Replacements
The GenerateBlocks plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 2.2.0. This is due to missing object-level authorization checks in the /wp-json/generateblocks/v1/dynamic-tag-replacements REST endpoint. The endpoint only verifies that the user has the editposts capability but does not verify the user has permission to access the specific post or its associated data referenced by attacker-controlled id parameters in dynamic tag content. This makes it possible for authenticated attackers, with Contributor-level access and above, to extract sensitive information from arbitrary posts including author email addresses and non-protected post meta values by crafting dynamic tag payloads such as {{postmeta id:<target>|key:<metakey>}} and {{posttitle id:<target>|link:authoremail}}.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-3454?
CVE-2026-3454 is classified as a medium severity vulnerability due to the potential for sensitive information exposure.
How do I fix CVE-2026-3454?
To fix CVE-2026-3454, update the GenerateBlocks plugin to version 2.2.1 or later.
What type of vulnerability is CVE-2026-3454?
CVE-2026-3454 is an Insecure Direct Object Reference vulnerability affecting the GenerateBlocks plugin.
Who is affected by CVE-2026-3454?
Users of the GenerateBlocks plugin for WordPress, specifically those using versions up to and including 2.2.0, are affected by CVE-2026-3454.
What consequences can arise from CVE-2026-3454?
CVE-2026-3454 can lead to unauthorized access to sensitive information for authenticated users with Contributor or higher permissions.