CVE-2026-24950
Published: 20 February 2026
Summary
CVE-2026-24950 is a high-severity Authorization Bypass Through User-Controlled Key (CWE-639) vulnerability. Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 15.1th 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-10 (Information Input Validation).
Deeper analysis
CVE-2026-24950 is an Authorization Bypass Through User-Controlled Key vulnerability (CWE-639) in the Authorsy WordPress plugin developed by themeplugs. It stems from exploiting incorrectly configured access control security levels, enabling insecure direct object references (IDOR). The issue affects Authorsy versions from n/a through 1.0.6 and was published on 2026-02-20 with a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N), indicating high severity due to significant confidentiality impact.
Unauthenticated attackers can exploit this vulnerability remotely over the network with low complexity and no user interaction required. By leveraging user-controlled keys, they can bypass authorization checks, gaining unauthorized access to sensitive data without affecting integrity or availability.
The Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/authorsy/vulnerability/wordpress-authorsy-plugin-1-0-6-insecure-direct-object-references-idor-vulnerability?_s_id=cve details the IDOR vulnerability in Authorsy version 1.0.6, recommending mitigation through updating to a patched version beyond 1.0.6.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-8361
Vulnerability details
Authorization Bypass Through User-Controlled Key vulnerability in themeplugs Authorsy authorsy allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects Authorsy: from n/a through <= 1.0.6.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
IDOR authz bypass in public-facing WordPress plugin enables remote unauthenticated exploitation of the application for sensitive data access (CWE-639, CVSS AV:N/AC:L/PR:N).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly addresses the CVE by requiring timely identification, reporting, and correction of the authorization bypass flaw in the Authorsy plugin through patching to versions beyond 1.0.6.
Enforces approved authorizations for access to sensitive data, preventing exploitation of IDOR and user-controlled key bypasses due to incorrectly configured access controls.
Validates user-controlled keys and inputs to ensure they do not enable unauthorized access to sensitive data via authorization bypass.