CVE-2026-37604
Received Received - Intake

IP Spoofing Bypass in pH7Builder CMS

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

Publication date: 2026-09-22

Last updated on: 2026-09-22

Assigner: MITRE

Description

pH7Software pH7Builder (pH7 Social Dating CMS) through 18.2.0 resolves the client IP address in _protected/framework/Ip/Ip.class.php from the HTTP_CLIENT_IP and HTTP_X_FORWARDED_FOR headers without verifying the request comes from a trusted proxy. Because the admin login attempt counter and lockout are keyed on this value, a remote unauthenticated attacker bypasses IP-based throttling by sending a different X-Forwarded-For value per request

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
ph7software ph7builder to 18.3.0 (exc)
ph7software ph7builder to 18.2.0 (inc)

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

This vulnerability in pH7Builder allows an attacker to bypass the admin login brute-force protection by spoofing the client IP address. The application reads the IP from HTTP headers like X-Forwarded-For without verifying if the request comes from a trusted proxy. This lets an attacker reset the failed login attempt counter with each request, enabling unlimited password guessing attempts.

Detection Guidance

To detect this vulnerability, monitor admin login attempts in pH7Builder logs for repeated failures from the same IP address. Check if the HTTP_X_FORWARDED_FOR header is being used to track attempts. Look for patterns where the IP address changes with each request, which may indicate exploitation.

Impact Analysis

If you use pH7Builder versions up to 18.2.0, an attacker could exploit this to gain unauthorized access to your admin account by bypassing IP-based rate limiting. This could lead to data breaches, unauthorized modifications to your site, or complete takeover of your dating platform.

Compliance Impact

This vulnerability could lead to unauthorized access to personal data, violating GDPR's data protection requirements and HIPAA's safeguards for protected health information. Organizations using affected versions may face compliance failures, legal penalties, and reputational damage due to potential data breaches.

Mitigation Strategies

Upgrade pH7Builder to version 18.3.0 or later to address the issue. If upgrading is not immediately possible, implement network-level rate limiting or IP-based throttling at the firewall or web server level. Disable or restrict access to the admin login page via IP whitelisting if feasible.

Chat Assistant

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

EPSS Chart