LiveActive security incident?Get immediate response
CVE Record

CVE-2023-46632: WordPress My Shortcodes plugin <= 2.3 - Broken Access Control vulnerability

Missing Authorization vulnerability in David Cramer My Shortcodes allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects My Shortcodes: from n/a through 2.3.

HighCVSS 7.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This WordPress plugin issue is a broken access control flaw in My Shortcodes through version 2.3. A logged-in user may be able to perform actions the plugin should have restricted. The published impact emphasizes limited integrity impact but high availability impact, so outages or disruption are the main business concern.

Executive priority

Treat this as a high-priority WordPress plugin exposure where the main risk is disruption from an authenticated user. Prioritize internet-facing or membership sites first, especially where many low-privilege users can log in.

Technical view

CVE-2023-46632 is a CWE-862 missing authorization issue affecting David Cramer My Shortcodes through 2.3. The CVSS 3.1 vector is AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H, meaning network-reachable, low-complexity exploitation by an authenticated low-privilege user without user interaction. The source bundle does not name a patched version.

Likely exposure

Exposure is likely limited to WordPress sites running the My Shortcodes plugin at version 2.3 or earlier. Sites without this plugin are not indicated as affected by the supplied sources.

Exploitation context

The source bundle does not show CISA KEV listing or cite active exploitation. The CVSS vector indicates exploitation requires a low-privileged authenticated account, not anonymous access.

Researcher notes

Evidence is limited to the CVE metadata and Patchstack entry. The bundle confirms missing authorization, affected versions through 2.3, CVSS 7.1, and no KEV flag. It does not provide endpoint details, exploit evidence, or a named patched release.

Mitigation direction

  • Inventory WordPress sites for My Shortcodes version 2.3 or earlier.
  • Check Patchstack, vendor, and WordPress plugin guidance for a fixed version or official mitigation.
  • Prioritize affected sites with untrusted or broad user registration.
  • Restrict plugin use to sites with a documented business need.
  • Evaluate removal or replacement if no maintained fixed version is available.

Validation and detection

  • Confirm whether the My Shortcodes plugin is installed on each WordPress site.
  • Record installed plugin versions and compare against the affected range through 2.3.
  • Review WordPress roles with login access to affected sites.
  • Check logs for unexpected authenticated plugin or shortcode changes.
  • Track remediation status against vendor or Patchstack guidance.
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-2023-46632 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:L/A:H

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:L/A:H2.84.2Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

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

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
David CramerMy Shortcodesmy-shortcodes, n/aunaffected
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.