Cyber Resilience

CVE-2024-9933

Critical

Published: 26 October 2024

Published
26 October 2024
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.3725 97.3th percentile
Risk Priority 42 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-9933 is a critical-severity Authentication Bypass Using an Alternate Path or Channel (CWE-288) vulnerability in Wordpress (inferred from references). Its CVSS base score is 9.8 (Critical).

Operationally, ranked in the top 2.7% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

The WatchTowerHQ plugin for WordPress is vulnerable to authentication bypass in versions up to and including 3.10.1. The issue stems from an empty default value for the watchtower_ota_token setting combined with a missing emptiness check inside the Password_Less_Access::login function, which permits unauthorized access to the plugin's administrative interface.

Unauthenticated remote attackers can exploit the flaw over the network to log in directly as the WatchTowerHQ client administrator user, achieving full control over the affected WordPress site without any credentials or user interaction. The vulnerability carries a CVSS 3.1 score of 9.8 and is classified under CWE-288.

Public references point to a code-level fix committed in changeset 3177064 of the plugin repository, along with analysis from Wordfence that details the affected Password_Less_Access.php file at line 56 in version 3.9.6.

The associated EPSS score stands at 0.3725 with no material increase from a lower baseline.

EU & UK References

Vulnerability details

The WatchTowerHQ plugin for WordPress is vulnerable to authentication bypass in versions up to, and including, 3.10.1. This is due to the 'watchtower_ota_token' default value is empty, and the not empty check is missing in the 'Password_Less_Access::login' function. This makes…

more

it possible for unauthenticated attackers to log in to the WatchTowerHQ client administrator user.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

Wordpress
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-288

Authorizing remote access reduces the ability to bypass authentication via unauthorized alternate remote channels.

addresses: CWE-288

Users can identify logons via alternate paths or channels by reviewing the previous logon time.

addresses: CWE-288

Adaptive requirements can apply across access paths, reducing the ability to bypass authentication via alternate channels or paths.

addresses: CWE-288

Centralized IdPs close alternate authentication paths that enable bypass.

addresses: CWE-288

Enforces authentication for non-organizational users, making it harder to bypass via alternate paths or channels.

addresses: CWE-288

Requires authentication to occur exclusively over the isolated trusted path, directly preventing bypass via alternate or untrusted channels.

References