Cyber Resilience

CVE-2023-46632

High

Published: 02 January 2025

Published
02 January 2025
Modified
28 April 2026
KEV Added
Patch
CVSS Score v3.1 7.1 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H
EPSS Score 0.0011 29.5th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-46632 is a high-severity Missing Authorization (CWE-862) vulnerability. Its CVSS base score is 7.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 29.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2023-46632 is a missing authorization vulnerability (CWE-862) in the My Shortcodes WordPress plugin by David Cramer. The flaw allows exploiting incorrectly configured access control security levels and affects all versions of the plugin from n/a through 2.3. It carries a CVSS v3.1 base score of 7.1, rated as high severity with vector AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H.

The vulnerability can be exploited by a low-privileged authenticated user (PR:L) over the network (AV:N) with low attack complexity (AC:L) and no user interaction (UI:N). Successful exploitation enables limited integrity modifications (I:L) and high-impact disruption to availability (A:H), such as denial of service, while confidentiality remains unaffected (C:N) and scope is unchanged (S:U).

The Patchstack advisory provides further details on this broken access control issue in My Shortcodes version 2.3 and related mitigation guidance at https://patchstack.com/database/wordpress/plugin/my-shortcodes/vulnerability/wordpress-my-shortcodes-plugin-2-3-broken-access-control-vulnerability?_s_id=cve.

EU & UK References

Vulnerability details

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.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Missing authorization in public-facing WordPress plugin directly enables remote exploitation of the web application by authenticated users.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-45209Shared CWE-862
CVE-2026-25026Shared CWE-862
CVE-2026-42083Shared CWE-862
CVE-2026-0656Shared CWE-862
CVE-2026-24532Shared CWE-862
CVE-2025-13603Shared CWE-862
CVE-2025-69063Shared CWE-862
CVE-2026-3045Shared CWE-862
CVE-2025-67956Shared CWE-862
CVE-2025-41765Shared CWE-862

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly addresses the missing authorization vulnerability by requiring the system to enforce approved authorizations, preventing low-privileged users from exploiting access control flaws.

prevent

Mitigates the specific code flaw in the My Shortcodes plugin by identifying, reporting, and correcting vulnerabilities like missing authorization checks.

prevent

Limits the impact of broken access control by ensuring low-privileged users only have minimal privileges necessary for their roles, reducing potential for high availability disruption.

References