The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-3454

CVE-2026-3454: GenerateBlocks Plugin IDOR Vulnerability

CVE-2026-3454 is an Insecure Direct Object Reference flaw in the GenerateBlocks WordPress plugin that allows attackers to access sensitive post data. This article covers technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2026-3454 Overview

CVE-2026-3454 is an Insecure Direct Object Reference (IDOR) vulnerability in the GenerateBlocks plugin for WordPress, affecting all versions up to and including 2.2.0. The flaw resides in the /wp-json/generateblocks/v1/dynamic-tag-replacements REST endpoint, which checks only the edit_posts capability without verifying access to specific posts referenced by attacker-controlled id parameters. Authenticated users with Contributor-level access or higher can extract sensitive data from arbitrary posts, including author email addresses and non-protected post meta values. The vulnerability is classified under [CWE-639] (Authorization Bypass Through User-Controlled Key).

Critical Impact

Authenticated attackers with Contributor-level access can extract author email addresses and arbitrary post meta values from any post on the WordPress site.

Affected Products

  • GenerateBlocks plugin for WordPress, versions through 2.2.0
  • WordPress sites permitting Contributor-level registration or higher
  • Any site running GenerateBlocks with the dynamic tags feature enabled

Discovery Timeline

  • 2026-05-05 - CVE-2026-3454 published to NVD
  • 2026-05-05 - Last updated in NVD database

Technical Details for CVE-2026-3454

Vulnerability Analysis

The vulnerability exists in the GenerateBlocks dynamic tag processing logic. The REST endpoint /wp-json/generateblocks/v1/dynamic-tag-replacements accepts dynamic tag payloads and resolves them server-side. While the endpoint enforces a edit_posts capability check, it omits object-level authorization. An authenticated user can submit dynamic tag payloads referencing post IDs they should not access. The server resolves the tag and returns post data without validating ownership or post-specific permissions.

Root Cause

The plugin pattern relies solely on a coarse capability check rather than validating per-resource access. Code paths in class-dynamic-tags.php and class-dynamic-tag-callbacks.php accept user-supplied id parameters and dispatch to handlers that read post fields and meta values. The handlers trust the requested ID without confirming the requester has permission to read that specific post. This pattern matches [CWE-639] Authorization Bypass Through User-Controlled Key.

Attack Vector

An attacker authenticates to the WordPress site as a Contributor or higher. The attacker sends a crafted POST request to the dynamic tag replacements REST endpoint containing tag payloads such as {{post_meta id:<target>|key:<meta_key>}} to read arbitrary post meta, or {{post_title id:<target>|link:author_email}} to retrieve the author email of a target post. The server returns the resolved tag content, leaking data the attacker is not authorized to view.

The vulnerability requires authentication but no user interaction. Refer to the Wordfence Vulnerability Analysis and the WordPress GenerateBlocks Dynamic Tags source for the affected code paths.

Detection Methods for CVE-2026-3454

Indicators of Compromise

  • POST requests to /wp-json/generateblocks/v1/dynamic-tag-replacements originating from low-privilege accounts.
  • Request bodies containing dynamic tag patterns such as {{post_meta id: or {{post_title id: with link:author_email modifiers.
  • Bursts of dynamic tag replacement calls iterating sequential post IDs from a single authenticated session.

Detection Strategies

  • Inspect WordPress access logs for repeated calls to the GenerateBlocks dynamic tag REST route with varying id parameters.
  • Correlate Contributor or Author session activity with REST endpoint usage atypical for content authoring.
  • Alert on dynamic tag payloads referencing post IDs the requesting user does not own or has not been granted access to.

Monitoring Recommendations

  • Enable verbose REST API logging in WordPress and forward logs to centralized analytics.
  • Monitor for enumeration patterns where one account requests dynamic tag content for many distinct post IDs in a short window.
  • Track outbound responses from the endpoint that contain email addresses or private meta keys.

How to Mitigate CVE-2026-3454

Immediate Actions Required

  • Update the GenerateBlocks plugin to a version newer than 2.2.0 that includes the fix referenced in the GenerateBlocks Changeset.
  • Audit user accounts with Contributor-level access or higher and remove unused or untrusted accounts.
  • Review post meta storage for sensitive values that should not be readable by content contributors.

Patch Information

The vendor addressed the issue in the GenerateBlocks repository changeset that supersedes version 2.2.0. The fix introduces object-level authorization checks for the dynamic tag REST endpoint. Review the WordPress GenerateBlocks Meta Handler source to confirm the affected code paths in version 2.2.0 before patching.

Workarounds

  • Restrict new user registration and disable the Contributor role if not actively used.
  • Deploy a Web Application Firewall (WAF) rule blocking unauthenticated or low-privilege requests to /wp-json/generateblocks/v1/dynamic-tag-replacements containing author_email or arbitrary post_meta references.
  • Temporarily disable the GenerateBlocks plugin if patching is not feasible and the dynamic tags feature is not required.
bash
# Example WAF rule (ModSecurity) to block IDOR exploitation attempts
SecRule REQUEST_URI "@contains /wp-json/generateblocks/v1/dynamic-tag-replacements" \
    "id:1026003454,phase:2,deny,status:403,\
     msg:'Block GenerateBlocks IDOR CVE-2026-3454',\
     chain"
  SecRule REQUEST_BODY "@rx (post_meta\s+id:|link:author_email)" "t:none"

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-639
  • Technical References
  • WordPress GenerateBlocks Meta Handler

  • WordPress GenerateBlocks Dynamic Tag Callbacks

  • WordPress GenerateBlocks Dynamic Tag Callbacks

  • WordPress GenerateBlocks Dynamic Tags

  • WordPress GenerateBlocks Dynamic Tags

  • WordPress GenerateBlocks Dynamic Tags

  • WordPress GenerateBlocks Changeset

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2026-41471: WordPress PayPal Plugin Disclosure Flaw

  • CVE-2023-54346: WordPress Backup Migration Plugin Leak

  • CVE-2026-6446: WordPress My Social Feeds Info Disclosure

  • CVE-2026-3504: Dokan WooCommerce Information Disclosure Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English