VYPR
Moderate severityNVD Advisory· Published Oct 29, 2025· Updated Oct 30, 2025

Reverse Proxy Header - Less critical - Access bypass - SA-CONTRIB-2025-111

CVE-2025-10929

Description

Improper Validation of Consistency within Input vulnerability in Drupal Reverse Proxy Header allows Manipulating User-Controlled Variables.This issue affects Reverse Proxy Header: from 0.0.0 before 1.1.2.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

CVE-2025-10929 is an input validation flaw in Drupal's Reverse Proxy Header module allows IP spoofing and potential access bypass.

Vulnerability

Overview CVE-2025-10929 is an improper validation of consistency within input vulnerability in the Drupal Reverse Proxy Header module. The module fails to sufficiently validate the HTTP header used to determine the client's IP address when Drupal Core's reverse proxy settings are enabled. This affects all versions from 0.0.0 before 1.1.2 [1][2].

Exploitation

An attacker can exploit this by sending a crafted HTTP request with a spoofed header (e.g., X-REVERSE-PROXY-HEADER-NAME: 8.8.8.8) to a site that has $settings['reverse_proxy'] set to TRUE, $settings['reverse_proxy_header'] configured, and $settings['reverse_proxy_addresses'] populated. No authentication is required, and the attack is performed over the network [2].

Impact

Successful exploitation allows an attacker to spoof the client IP address as seen by Drupal. This can bypass access controls, rate limiting, or other security mechanisms that rely on the client's IP address, potentially leading to unauthorized access or actions [2].

Mitigation

The vulnerability is fixed in version 1.1.2 of the module. Sites must upgrade to this version and verify their Drupal Core reverse proxy settings. The module also introduces a new setting $settings['reverse_proxy_header_trusted_addresses_ignore'] to help administrators configure trusted proxies correctly. Sites that do not have reverse proxy enabled are not affected [2].

AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
drupal/reverse_proxy_headerPackagist
< 1.1.21.1.2

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

3

News mentions

0

No linked articles in our index yet.