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
    • 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-2021-38314

CVE-2021-38314: Redux Framework Information Disclosure

CVE-2021-38314 is an information disclosure vulnerability in Redux Gutenberg Template Library & Redux Framework plugin that exposes sensitive site data to unauthenticated users. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 25, 2026

CVE-2021-38314 Overview

The Gutenberg Template Library & Redux Framework plugin for WordPress versions 4.2.11 and earlier contains an information disclosure vulnerability that exposes sensitive site data to unauthenticated attackers. The vulnerability exists in the includes function within redux-core/class-redux-core.php, where several AJAX actions are registered that can be accessed without authentication.

The flaw stems from a predictable AJAX action naming scheme that uses MD5 hashes with known salt values. Attackers can compute these deterministic hash values using the target site's URL combined with the salt values -redux and -support, allowing them to invoke protected AJAX endpoints and extract sensitive information.

Critical Impact

Unauthenticated attackers can retrieve active plugin lists, plugin versions, PHP version information, and an unsalted MD5 hash of the site's AUTH_KEY concatenated with SECURE_AUTH_KEY, potentially enabling further attacks against affected WordPress installations.

Affected Products

  • Redux Gutenberg Template Library & Redux Framework <= 4.2.11 for WordPress

Discovery Timeline

  • 2021-09-02 - CVE CVE-2021-38314 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2021-38314

Vulnerability Analysis

This vulnerability is classified under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor) and CWE-916 (Use of Password Hash With Insufficient Computational Effort). The core issue lies in the plugin's use of predictable, deterministic AJAX action names that can be computed by any attacker with knowledge of the target site's URL.

The plugin generates unique AJAX action identifiers by creating an MD5 hash of the site URL with the salt value -redux, then creates a secondary hash of that result with the salt value -support. Because these salt values are hardcoded and publicly known, any attacker can compute the exact AJAX action names for any WordPress site running the vulnerable plugin version.

Once an attacker determines these AJAX action endpoints, they can invoke them without any authentication, extracting sensitive server configuration details that could be leveraged for further exploitation.

Root Cause

The vulnerability originates from an insecure design decision in the redux-core/class-redux-core.php file. The plugin registers AJAX actions using predictable identifiers derived from MD5 hashes with static, hardcoded salt values. This approach was likely intended to create site-specific endpoints, but the deterministic nature of the hashing combined with known salts completely undermines this security mechanism.

The fundamental flaw is the assumption that obscurity through hashing provides security, when in fact the predictable inputs and known salts make the resulting action names trivially computable.

Attack Vector

The attack is executed over the network and requires no authentication or user interaction. An attacker follows these steps to exploit the vulnerability:

  1. Identify a WordPress site running the Redux Framework plugin
  2. Compute the MD5 hash of the site URL concatenated with -redux
  3. Compute a second MD5 hash of the first hash concatenated with -support
  4. Use these computed values to construct valid AJAX action names
  5. Send unauthenticated requests to the WordPress AJAX handler targeting these endpoints
  6. Extract the returned sensitive information including active plugins, versions, PHP version, and authentication key hashes

The exposed AUTH_KEY and SECURE_AUTH_KEY hash could potentially be used in offline cracking attempts or to validate authentication cookies in certain attack scenarios.

Detection Methods for CVE-2021-38314

Indicators of Compromise

  • Unusual AJAX requests to wp-admin/admin-ajax.php with computed hash-based action parameters
  • Multiple requests from the same IP attempting various hash-based action names
  • Server logs showing successful responses to unauthenticated AJAX requests returning JSON with plugin or PHP version information
  • Requests containing MD5-formatted action names (32-character hexadecimal strings)

Detection Strategies

  • Monitor WordPress AJAX endpoints for requests with action parameters matching the MD5 hash pattern characteristic of this vulnerability
  • Implement web application firewall rules to detect and block requests targeting the known vulnerable AJAX action patterns
  • Review access logs for sequential requests attempting to enumerate site information through AJAX endpoints
  • Deploy intrusion detection signatures that identify response patterns containing plugin lists or PHP version disclosures

Monitoring Recommendations

  • Enable detailed logging for all admin-ajax.php requests and monitor for anomalous patterns
  • Set up alerts for multiple failed or unusual AJAX requests from single IP addresses
  • Monitor for requests that result in JSON responses containing sensitive system information
  • Conduct regular security scans to identify WordPress plugins with known vulnerabilities

How to Mitigate CVE-2021-38314

Immediate Actions Required

  • Update the Redux Framework plugin to version 4.2.12 or later immediately
  • Review server access logs for evidence of exploitation attempts
  • If exploitation is suspected, consider rotating WordPress authentication keys (AUTH_KEY, SECURE_AUTH_KEY) in wp-config.php
  • Implement web application firewall rules to block unauthenticated AJAX requests to vulnerable endpoints

Patch Information

The vulnerability was addressed in Redux Framework version 4.2.12 and later. Site administrators should update through the WordPress plugin management interface or by downloading the latest version from the WordPress plugin repository. For additional technical details about this vulnerability and its impact on over one million WordPress sites, refer to the Wordfence security analysis.

Workarounds

  • If immediate patching is not possible, consider temporarily deactivating the Redux Framework plugin until an update can be applied
  • Implement server-level access controls to restrict unauthenticated requests to admin-ajax.php
  • Use a web application firewall to filter requests containing hash-based action parameters
  • Consider temporarily blocking external access to WordPress AJAX endpoints if the plugin functionality is not publicly required
bash
# Regenerate WordPress authentication keys in wp-config.php
# Replace existing keys with new values from https://api.wordpress.org/secret-key/1.1/salt/
define('AUTH_KEY',         'generate-new-unique-phrase-here');
define('SECURE_AUTH_KEY',  'generate-new-unique-phrase-here');
define('LOGGED_IN_KEY',    'generate-new-unique-phrase-here');
define('NONCE_KEY',        'generate-new-unique-phrase-here');
define('AUTH_SALT',        'generate-new-unique-phrase-here');
define('SECURE_AUTH_SALT', 'generate-new-unique-phrase-here');
define('LOGGED_IN_SALT',   'generate-new-unique-phrase-here');
define('NONCE_SALT',       'generate-new-unique-phrase-here');

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechRedux

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability91.62%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200

  • CWE-916
  • Technical References
  • Wordfence Blog Post
  • Related CVEs
  • CVE-2021-38312: Redux Framework Auth Bypass Vulnerability
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