LiveActive security incident?Get immediate response
CVE Record

CVE-2021-38345: Brizy <= 1.0.125 and 1.0.127 – 2.3.11 Incorrect authorization checks allowing Post modification

The Brizy Page Builder plugin <= 2.3.11 for WordPress used an incorrect authorization check that allowed any logged-in user accessing any endpoint in the wp-admin directory to modify the content of any existing post or page created with the Brizy editor. An identical issue was found by another researcher in Brizy <= 1.0.125 and fixed in version 1.0.126, but the vulnerability was reintroduced in version 1.0.127.

HighCVSS 7.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This flaw let any logged-in WordPress user modify existing posts or pages built with Brizy. For a business site, that means low-privilege accounts could change public content, damage trust, or insert misleading material. The source bundle does not show CISA KEV listing or confirmed active exploitation.

Executive priority

Prioritize remediation for public-facing WordPress sites using Brizy, especially where non-admin users can log in. The issue is high risk because it affects public content integrity, but urgency is lower than internet-facing unauthenticated takeover flaws absent confirmed exploitation evidence.

Technical view

CVE-2021-38345 affects Brizy Page Builder versions up to 2.3.11, including a reintroduced issue after 1.0.126. Incorrect authorization checks allowed authenticated users reaching wp-admin endpoints to modify Brizy-created posts or pages. CVSS 3.1 is 7.1, with low privileges required and high integrity impact.

Likely exposure

Exposure is limited to WordPress sites running affected Brizy Page Builder versions and having at least one logged-in user account. Sites with many subscribers, customers, contributors, or weak account hygiene face higher practical risk.

Exploitation context

The bundle reports no KEV listing and provides no evidence of active exploitation. Exploitation requires an authenticated WordPress session, not anonymous access. The main impact is unauthorized content modification, with possible defacement, phishing content, or operational disruption.

Researcher notes

The CVE entry describes incorrect authorization checks, although the bundle lists CWE-79. Treat the authorization behavior as the core exposure. Evidence provided identifies affected version ranges and impact, but does not include exploit details, proof of active exploitation, or complete vendor remediation notes.

Mitigation direction

  • Upgrade Brizy Page Builder beyond the affected version range.
  • Check Brizy vendor guidance for the current fixed release.
  • Remove or disable unnecessary low-privilege WordPress accounts.
  • Limit wp-admin access where operationally feasible.
  • Review Brizy-created pages for unauthorized changes.

Validation and detection

  • Inventory WordPress sites using the Brizy Page Builder plugin.
  • Confirm installed Brizy versions are not 2.3.11 or earlier affected releases.
  • Review WordPress users with login access and their roles.
  • Check recent changes to Brizy-created posts and pages.
  • Monitor for unexpected content edits or suspicious admin activity.
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-79: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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-38345 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-38345Attack 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
Brizy.ioBrizy - Page Builder2.3.11, 1.0.127, 1.0.125Listed
Weakness

CWE details

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

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.