CVE-2026-11870
Received Received - Intake

IP Spoofing in Hide My WP Ghost WordPress Plugin

Vulnerability report for CVE-2026-11870, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-30

Last updated on: 2026-07-30

Assigner: WPScan

Description

The WP Ghost (Hide My WP Ghost) WordPress plugin before 7.0.05 does not verify that client IP information comes from a trusted proxy before trusting attacker-controllable HTTP headers, allowing unauthenticated attackers to spoof their IP address to bypass the WP Ghost (Hide My WP Ghost) WordPress plugin before 7.0.05's own brute-force protection and to downgrade its firewall by matching a hardcoded whitelisted IP range.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-30
Last Modified
2026-07-30
Generated
2026-07-30
AI Q&A
2026-07-30
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
wp_ghost hide_my_wp_ghost to 7.0.05 (exc)
wpghost hide_my_wp_ghost to 7.0.05 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-11870 affects the Hide My WP Ghost WordPress plugin before version 7.0.05. It allows unauthenticated attackers to spoof their IP address by exploiting untrusted HTTP headers like CF-Connecting-IP. This bypasses the plugin's brute-force protection and firewall by either rotating spoofed IPs behind a proxy or using a hardcoded whitelisted IP range (192.0.64.0/18) to downgrade security filters.

Detection Guidance

Check if your Hide My WP Ghost plugin version is below 7.0.05. Inspect server logs for unusual IP addresses in HTTP headers like CF-Connecting-IP or X-Forwarded-For that bypass normal proxy checks. Look for repeated failed login attempts from whitelisted IP ranges (192.0.64.0/18).

Commands: grep -r "CF-Connecting-IP" /var/log/nginx/ or /var/log/apache2/. Check plugin version via WordPress admin panel or run wp plugin list in WP-CLI.

Impact Analysis

Attackers could bypass brute-force protection to repeatedly attempt logins, potentially gaining unauthorized access. If behind a proxy or CDN, they can manipulate IP tracking to avoid lockouts. Without a proxy, they can exploit the whitelisted IP range to disable firewall filters and make unlimited failed login attempts.

Mitigation Strategies

Update the Hide My WP Ghost plugin to version 7.0.05 or later immediately. Review server configurations to ensure trusted proxy headers are properly validated. Block or monitor traffic from the whitelisted IP range (192.0.64.0/18) if suspicious activity is detected.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-11870. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart