LiveActive security incident?Get immediate response
CVE Record

CVE-2021-38314: Gutenberg Template Library & Redux Framework <= 4.2.11 Sensitive Information Disclosure

The Gutenberg Template Library & Redux Framework plugin <= 4.2.11 for WordPress registered several AJAX actions available to unauthenticated users in the `includes` function in `redux-core/class-redux-core.php` that were unique to a given site but deterministic and predictable given that they were based on an md5 hash of the site URL with a known salt value of '-redux' and an md5 hash of the previous hash with a known salt value of '-support'. These AJAX actions could be used to retrieve a list of active plugins and their versions, the site's PHP version, and an unsalted md5 hash of site’s `AUTH_KEY` concatenated with the `SECURE_AUTH_KEY`.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-38314 lets unauthenticated visitors query certain Redux Framework AJAX actions on affected WordPress sites. The issue exposes reconnaissance data, not direct site takeover: active plugin names and versions, PHP version, and an md5-derived hash of WordPress authentication keys.

Executive priority

Treat as a moderate-priority WordPress hygiene issue. It does not indicate direct compromise, but it can reveal information attackers use to choose higher-impact attacks against exposed sites.

Technical view

Gutenberg Template Library & Redux Framework <= 4.2.11 generated unauthenticated AJAX action names from deterministic md5 hashes using known salts. Attackers who can derive the action names may retrieve sensitive site metadata and an unsalted md5 hash of AUTH_KEY plus SECURE_AUTH_KEY. CVSS 3.1 is 5.3, confidentiality-only impact.

Likely exposure

Public WordPress sites running Gutenberg Template Library & Redux Framework version 4.2.11 or earlier are the relevant exposure. The vulnerability is remotely reachable without authentication when the vulnerable AJAX actions are registered and accessible.

Exploitation context

The provided sources do not show CISA KEV listing or confirmed active exploitation. Practical value is reconnaissance: exposed plugin, PHP, and key-derived hash data can help attackers prioritize follow-on attacks against known vulnerable components.

Researcher notes

Key details are deterministic action derivation, unauthenticated access, CWE-200 information exposure, and CWE-760 one-way hash with predictable salt context. Sources do not provide exploit code, confirmed exploitation, or a specific fixed version in the supplied bundle.

Mitigation direction

  • Inventory WordPress sites using the affected plugin.
  • Check vendor guidance for the corrected release and update accordingly.
  • Disable or remove the plugin if it is not required.
  • Rotate WordPress authentication salts if exposed data is suspected.
  • Review security monitoring for suspicious unauthenticated AJAX activity.

Validation and detection

  • Confirm whether Redux Framework is installed and active.
  • Record the installed version on each WordPress site.
  • Verify affected versions are upgraded or removed.
  • Review logs for unusual unauthenticated admin-ajax.php requests.
  • Confirm no unauthenticated response exposes plugin, PHP, or key-derived data.
Prepared
Confidence
high
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-200: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cwe · low confidence lookup

CWE-760: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-38314 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
5.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N3.91.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.3Medium
CVSS 3.1 vector shape for CVE-2021-38314Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Redux.ioGutenberg Template Library & Redux Framework4.2.11Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-200 · source CWE mapping

Exposure of Sensitive Information to an Unauthorized Actor

Exposure of Sensitive Information to an Unauthorized Actor represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.

CWE-760 · source CWE mapping

Use of a One-Way Hash with a Predictable Salt

Use of a One-Way Hash with a Predictable Salt represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.