CVE-2023-45104
Published: 02 January 2025
Summary
CVE-2023-45104 is a high-severity Missing Authorization (CWE-862) vulnerability in Wpdeveloper Betterlinks. Its CVSS base score is 7.3 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 48.1% of CVEs by exploit likelihood; 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-45104 is a missing authorization vulnerability (CWE-862) in the WPDeveloper BetterLinks plugin for WordPress, stemming from incorrectly configured access control security levels. The issue affects all versions of BetterLinks up to and including 1.6.0. It has a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L), indicating high severity due to its network accessibility and lack of prerequisites for exploitation.
Unauthenticated attackers can exploit this vulnerability remotely over the network with low complexity and no user interaction required. Successful exploitation allows limited impacts across confidentiality, integrity, and availability, such as partial unauthorized access to data, minor modifications, or denial-of-service effects within the plugin's scope.
The Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/betterlinks/vulnerability/wordpress-betterlinks-plugin-1-6-0-broken-access-control-vulnerability?_s_id=cve details the broken access control issue in BetterLinks versions up to 1.6.0, recommending updates to patched versions for mitigation.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2023-49425
Vulnerability details
Missing Authorization vulnerability in WPDeveloper BetterLinks betterlinks allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects BetterLinks: from n/a through <= 1.6.0.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Missing authorization (broken access control) in a publicly accessible WordPress plugin directly enables remote unauthenticated exploitation of a public-facing web application.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
AC-3 mandates enforcement of approved authorizations for access to system resources, directly countering the missing authorization vulnerability in BetterLinks.
SI-2 requires timely identification, reporting, and correction of system flaws, enabling patching of the specific broken access control issue in BetterLinks versions <=1.6.0.
AC-6 enforces least privilege, limiting the scope and impact of unauthorized actions enabled by the plugin's access control failure.