Password Protected <= 2.7.11 - Unauthenticated Authorization Bypass via IP Address Spoofing

2025-10-24 16:54
Dmitrii Ignatyev

Strategic Overview

Status
Patched in 2.7.12
Affected PluginPassword Protected
Affected Version<= 2.7.11
CVSS3.7Low
CVECVE-2025-11244
View all Password Protected vulnerabilities

Vulnerability Overview

The Password Protected plugin for WordPress is vulnerable to authorization bypass via IP address spoofing in all versions up to, and including, 2.7.11. This is due to the plugin trusting client-controlled HTTP headers (such as X-Forwarded-For, HTTP_CLIENT_IP, and similar headers) to determine user IP addresses in the `pp_get_ip_address()` function when the "Use transients" feature is enabled. This makes it possible for attackers to bypass authorization by spoofing these headers with the IP address of a legitimately authenticated user, granted the "Use transients" option is enabled (non-default configuration) and the site is not behind a CDN or reverse proxy that overwrites these headers.

Technical Analysis

REMEDIATION: Update to version 2.7.12, or a newer patched version --- IDENTIFIER: CWE-285 (Improper Authorization) The product does not perform or incorrectly performs an authorization check when an actor attempts to access a resource or perform an action.

External References

Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C