Skip to main content

Boteraser | Website and Server Security Solutions

🛡️ GHSA-vfm6-r2gc-pwww — http-foundation

⚪ Unknown ✅ No Known Exploit OSV
N/A
CVSS Score
0 Low4 Medium7 High9 Critical10

Description

Symfony2 security issue when the trust proxy mode is enabled

An application is vulnerable if it uses the client IP address as returned by the Request::getClientIp() method for sensitive decisions like IP based access control.

To fix this security issue, the following changes have been made to all versions of Symfony2:

A new Request::setTrustedProxies() method has been introduced and should be used intead of Request::trustProxyData() to enable the trust proxy mode. It takes an array of trusted proxy IP addresses as its argument:

```

// before (probably in your front controller script)

Request::trustProxyData();

// after

Request::setTrustedProxies(array('1.1.1.1'));

// 1.1.1.1 being the IP address of a trusted reverse proxy

```

The Request::trustProxyData() method has been deprecated (when used, it automatically trusts the latest proxy in the chain -- which is the current remote address):

```

Request::trustProxyData();

// is equivalent to

Request::setTrustedProxies(array($request->server->get('REMOTE_ADDR')));

```

We encourage all Symfony2 users to upgrade as soon as possible. It you don't want to upgrade to the latest version yet, you can also apply the following patches:

  • [Patch](https://github.com/symfony/symfony/compare/fc89d6b...9ce892c.patch) for Symfony 2.0.19
  • [Patch](https://github.com/symfony/symfony/compare/922c201...e5536f0.patch) for Symfony 2.1.4

Affected software

GHSA-vfm6-r2gc-pwww is recorded against 2 packages.

  • symfony/http-foundation (from 2.1.0 up to 2.1.4)
  • symfony/symfony (from 2.1.0 up to 2.1.4)

Timeline and source

Published on 30 May 2024 and last revised on 4 December 2024. No public exploit is currently recorded for this entry. Record sourced from OSV.

References

github.com (Web)
github.com (Web)
github.com (Web)
github.com (Web)
github.com (Web)
symfony.com (Web)

Details

Severity Unknown
CVSS Score N/A
CVSS Vector N/A
CWE N/A
Public Exploit ✅ No
Source OSV
Published 2024-05-30
Updated 2026-08-20
Modified 2024-12-04
Fix URL N/A

Affected Packages

Software From version Fixed in
symfony/http-foundation 2.1.0 2.1.4
symfony/symfony 2.1.0 2.1.4

Free Vulnerability Check

Is your site affected by GHSA-vfm6-r2gc-pwww?

BotEraser helps you identify potentially vulnerable plugins and themes by checking your installation against GHSA-vfm6-r2gc-pwww and other known CVE records.

Scan My Site Free →

No credit card required  ·  Results in minutes

ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.