LiveActive security incident?Get immediate response
CVE Record

CVE-2021-38312: Gutenberg Template Library & Redux Framework <= 4.2.11 Incorrect Authorization check to Arbitrary plugin installation and post deletion

The Gutenberg Template Library & Redux Framework plugin <= 4.2.11 for WordPress used an incorrect authorization check in the REST API endpoints registered under the “redux/v1/templates/” REST Route in “redux-templates/classes/class-api.php”. The `permissions_callback` used in this file only checked for the `edit_posts` capability which is granted to lower-privileged users such as contributors, allowing such users to install arbitrary plugins from the WordPress repository and edit arbitrary posts.

HighCVSS 7.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A lower-privileged WordPress user could abuse flawed authorization in the Redux Framework template REST API. The issue could let contributor-level users install plugins from the WordPress repository and alter arbitrary posts, creating business risk through unauthorized site changes or malicious plugin introduction.

Executive priority

Treat this as high priority for WordPress estates because compromise requires only a low-privileged account, not administrator access, and can affect site integrity.

Technical view

CVE-2021-38312 affects Gutenberg Template Library & Redux Framework <= 4.2.11. REST endpoints under redux/v1/templates/ used a permissions_callback that checked only edit_posts, a capability available to contributors. This incorrect authorization allowed arbitrary plugin installation and arbitrary post editing.

Likely exposure

Exposure is limited to WordPress sites running the affected Redux.io Gutenberg Template Library & Redux Framework plugin version 4.2.11 or earlier, especially where lower-privileged accounts such as contributors exist.

Exploitation context

The source bundle does not cite CISA KEV listing or confirmed active exploitation. The issue is network-reachable through WordPress REST API behavior but requires an authenticated lower-privileged user account.

Researcher notes

The key control failure is capability mismatch: edit_posts was insufficient for endpoints capable of plugin installation and arbitrary post modification. Evidence provided does not name a fixed version or describe in-the-wild exploitation.

Mitigation direction

  • Update the affected plugin using vendor or WordPress guidance.
  • Remove the plugin if it is not business-required.
  • Restrict contributor and author accounts until remediation is confirmed.
  • Review recent plugin installations and post edits by non-admin users.
  • Check vendor guidance for the fixed version and any cleanup steps.

Validation and detection

  • Inventory WordPress sites for the affected plugin and version.
  • Confirm no site runs version 4.2.11 or earlier.
  • Review roles with edit_posts on affected sites.
  • Check audit logs for plugin installs by non-admin users.
  • Check audit logs for unexpected post edits or deletions.
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 · low confidence lookup

CWE-280: 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
cwe · medium confidence lookup

CWE-863: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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-38312 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
High
CVSS
7.1 (3.1)
Known Exploited
No
Published

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

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
7.1CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L2.84.2Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.1High
CVSS 3.1 vector shape for CVE-2021-38312Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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-280 · source CWE mapping

Improper Handling of Insufficient Permissions or Privileges

Improper Handling of Insufficient Permissions or Privileges represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.

CWE-863 · source CWE mapping

Incorrect Authorization

Incorrect Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.