LiveActive security incident?Get immediate response
CVE Record

CVE-2025-53236: WordPress UDesign Core plugin <= 4.14.0 - Broken Access Control vulnerability

Missing Authorization vulnerability in AndonDesign UDesign Core u-design-core allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects UDesign Core: from n/a through <= 4.14.0.

MediumCVSS 6.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A WordPress plugin called UDesign Core has a flaw that lets logged-in users access features they should not be allowed to use. Any site running version 4.14.0 or earlier is potentially affected. The risk is limited because the attacker needs a valid account, but it could let low-privilege users tamper with site content or settings.

Executive priority

Treat as standard patch-cycle work for any site using this plugin. Business risk is moderate: an authenticated low-privilege user could misuse plugin features, but no active exploitation is reported. Prioritize patching ahead of routine cycles only if the site permits open registration or hosts sensitive content.

Technical view

CVE-2025-53236 is a Missing Authorization weakness (CWE-862) in the AndonDesign UDesign Core WordPress plugin through version 4.14.0. CVSS 3.1 scores it 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L), reflecting a network-reachable, low-complexity flaw that requires low-privilege authentication and yields limited impact across confidentiality, integrity, and availability.

Likely exposure

Exposure is limited to WordPress sites that have the UDesign Core (u-design-core) plugin installed at version 4.14.0 or earlier and that allow user registration or have multiple low-privilege accounts.

Exploitation context

Not listed in CISA KEV. No public reports of active exploitation are cited in the source bundle. The advisory was published by Patchstack as a vulnerability database entry; weaponization details are not provided in the cited sources.

Researcher notes

Vulnerability is CWE-862 Missing Authorization in u-design-core through 4.14.0. CVSS vector indicates PR:L, so a valid account is required; impact is L/L/L. The CVE record lists default status "unaffected" with no enumerated fixed version in the bundle, so confirm patched release directly with the vendor or Patchstack before declaring remediation complete.

Mitigation direction

  • Inventory WordPress sites and identify any using the UDesign Core (u-design-core) plugin.
  • Check vendor and Patchstack guidance for a fixed release and update beyond 4.14.0 once available.
  • Restrict new user registration and review existing low-privilege accounts on affected sites.
  • Apply WordPress WAF or virtual patching rules from a trusted provider while updates are pending.
  • Monitor plugin activity logs for unexpected actions performed by subscriber or contributor roles.

Validation and detection

  • Confirm plugin presence and version via wp-admin Plugins screen or wp-cli plugin list.
  • Cross-reference the installed version against the Patchstack advisory for UDesign Core.
  • Review WordPress audit logs for unauthorized actions tied to low-privilege user accounts.
  • Test that protected plugin endpoints reject requests from non-administrative roles after any update.
  • Track the CVE record for status updates and any newly published fixed version.
Prepared
Confidence
medium
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-862: 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-2025-53236 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
6.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/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
6.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L2.83.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.3Medium
CVSS 3.1 vector shape for CVE-2025-53236Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/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
AndonDesignUDesign Coreu-design-core, 0unaffected
Weakness

CWE details

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

CWE-862 · source CWE mapping

Missing Authorization

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