CVE-2026-24371
Published: 22 January 2026
Summary
CVE-2026-24371 is a medium-severity Missing Authorization (CWE-862) vulnerability. Its CVSS base score is 4.3 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 5.0th 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 AC-6 (Least Privilege).
Deeper analysis
CVE-2026-24371 is a missing authorization vulnerability (CWE-862) in the BA Book Everything WordPress plugin (ba-book-everything) developed by bookingalgorithms. It enables exploitation of incorrectly configured access control security levels and affects all versions of the plugin up to and including 1.8.16. The issue was published on 2026-01-22 and carries a CVSS v3.1 base score of 4.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N), indicating medium severity with low complexity and limited impact primarily on integrity.
An attacker requires low privileges, such as those of a registered WordPress user (PR:L), to exploit this vulnerability over the network (AV:N) without user interaction (UI:N). Exploitation allows limited integrity impacts (I:L), such as unauthorized modifications to plugin data or settings due to inadequate access controls, while confidentiality and availability remain unaffected.
The Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/ba-book-everything/vulnerability/wordpress-ba-book-everything-plugin-1-8-16-broken-access-control-vulnerability?_s_id=cve details this broken access control issue in BA Book Everything version 1.8.16. Security practitioners should consult the advisory for recommended mitigations, such as applying available patches or hardening access controls.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-3823
Vulnerability details
Missing Authorization vulnerability in bookingalgorithms BA Book Everything ba-book-everything allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects BA Book Everything: from n/a through <= 1.8.16.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Missing authorization (CWE-862) in public-facing WordPress plugin directly enables remote exploitation of the application by low-privileged authenticated users, matching T1190.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly enforces authorization checks on plugin functions so that low-privilege WordPress users cannot perform unauthorized modifications to booking data or settings.
Limits the privileges granted to registered users, reducing the attack surface that the missing authorization flaw exposes.
Requires prompt installation of the vendor patch that corrects the broken access-control logic in ba-book-everything <= 1.8.16.