Cyber Resilience

CVE-2026-24950

High

Published: 20 February 2026

Published
20 February 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0005 15.1th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

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

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

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?

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).

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

CVEs Like This One

CVE-2024-50693Shared CWE-639
CVE-2025-69394Shared CWE-639
CVE-2026-41471Shared CWE-639
CVE-2025-58402Shared CWE-639
CVE-2025-68051Shared CWE-639
CVE-2026-4503Shared CWE-639
CVE-2026-43890Shared CWE-639
CVE-2026-25563Shared CWE-639
CVE-2024-8261Shared CWE-639
CVE-2026-3321Shared CWE-639

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

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.

prevent

Enforces approved authorizations for access to sensitive data, preventing exploitation of IDOR and user-controlled key bypasses due to incorrectly configured access controls.

prevent

Validates user-controlled keys and inputs to ensure they do not enable unauthorized access to sensitive data via authorization bypass.

References