AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2025-11244

LOW · CVSS 3.7 EPSS 0.29%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2025-10-25 · Last synced 2026-08-04

CyberRota Analysis

This is a low severity vulnerability with a CVSS score of 3.7. It affects WordPress. Exploitation may require the attacker to be authenticated.

CVE
CVE-2025-11244
Severity
LOW
CVSS
3.7
EPSS
0.29%
WordPress

Original NVD Description

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.