Strategic Overview
- Status
- Patched in 4.1.1
- Affected Theme
- Houzez
- Affected Version
<= 4.0.4- CVSS
- 4.3Medium
- Weakness type
- CWE-862 · Missing Authorization
- CVE
CVE-2025-53997
At a glance
CVE-2025-53997 is a medium-severity Missing Authorization vulnerability in the Houzez WordPress theme, affecting versions <= 4.0.4. It carries a CVSS score of 4.3 (reachable over the network; low attack complexity). The root cause is a missing authorization check on a reachable function. The issue is fixed in version 4.1.1; sites on affected versions should update now. Disclosed July 2025, reported by Tran Nguyen Bao Khanh.
Vulnerability Overview
The Houzez theme for WordPress is vulnerable to unauthorized access due to a missing capability check on a function in all versions up to, and including, 4.0.4. This makes it possible for authenticated attackers, with Subscriber-level access and above, to perform an unauthorized action.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no interaction from a victim user.
CWE-862: Missing Authorization
Reaching this weakness in Houzez <= 4.0.4 takes a caller who can reach the endpoint. A missing authorization check means a function is reachable by anyone who can reach the endpoint, because the code never asks whether the caller is allowed to perform the action.
Any user who can reach the endpoint gets to run an action reserved for higher-privileged roles, from reading protected data to changing settings or content. For Houzez the fix is 4.1.1: builds <= 4.0.4 are affected, anything from 4.1.1 onward is not.
Remediation
Update to version 4.1.1, or a newer patched version
How does WordSec protect against this?
Because it turns on account access, WordSec's login security is the relevant layer: role-based two-factor, captcha and brute-force limits raise the cost of getting the account this needs. None of that substitutes for the fix: Houzez 4.1.1 closes this, and updating the theme is the step that ends it.
- Login Security
- Alerts
External References
Related records
Same weakness class
Other vulnerabilities in Houzez
- 9.8CVE-2023-29432: Houzez <= 2.8.2 SQL Injection
CVE-2023-29432 - 9.8CVE-2023-26540: Houzez <= 2.7.1 Privilege Escalation
CVE-2023-26540 - 8.8CVE-2024-22303: Houzez <= 3.2.4 Privilege Escalation
CVE-2024-22303 - 8.1CVE-2025-62053: Houzez < 4.2.0 Local File Inclusion
CVE-2025-62053 - 8.1CVE-2025-49405: Houzez <= 4.1.1 Local File Inclusion
CVE-2025-49405 - 8.1CVE-2025-53198: Houzez <= 4.0.4 Local File Inclusion
CVE-2025-53198 - 6.3CVE-2025-9191: Houzez <= 4.1.6 PHP Object Injection
CVE-2025-9191 - 6.1CVE-2025-9163: Houzez <= 4.1.6 Stored Cross-Site Scripting
CVE-2025-9163
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C