VYPR
Moderate severityNVD Advisory· Published Jan 2, 2020· Updated Aug 6, 2024

CVE-2013-4752

CVE-2013-4752

Description

Symfony 2.0.X before 2.0.24, 2.1.X before 2.1.12, 2.2.X before 2.2.5, and 2.3.X before 2.3.3 have an issue in the HttpFoundation component. The Host header can be manipulated by an attacker when the framework is generating an absolute URL. A remote attacker could exploit this vulnerability to inject malicious content into the Web application page and conduct various attacks.

AI Insight

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

Symfony 2.x HttpFoundation component allows Host header poisoning, enabling attackers to inject malicious content into generated absolute URLs.

Vulnerability

The Symfony HttpFoundation component's Request::getHost() method trusts the $_SERVER['HOST'] value, which is derived from the user-supplied Host header. Since this input is not sanitized, an attacker can manipulate the Host header to inject arbitrary values [2].

Exploitation

When the framework generates an absolute URL (e.g., in password reset emails), it uses the host value from getHost(). An attacker can supply a malicious Host header, causing the generated URL to point to an attacker-controlled domain or include malicious content. The exploitability depends on server configuration (e.g., reverse proxy setup) [2][4].

Impact

The attacker can inject malicious content into web application pages, leading to phishing, cache poisoning, or other attacks that rely on URL manipulation [1][2][4].

Mitigation

Symfony released patched versions: 2.0.24, 2.1.12, 2.2.5, and 2.3.3. Users are advised to upgrade to these or later versions [2][3]. No workaround is provided; upgrading is the recommended fix.

AI Insight generated on May 21, 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
symfony/symfonyPackagist
>= 2.0.0, < 2.0.242.0.24
symfony/symfonyPackagist
>= 2.1.0, < 2.1.122.1.12
symfony/symfonyPackagist
>= 2.2.0, < 2.2.52.2.5
symfony/symfonyPackagist
>= 2.3.0, < 2.3.32.3.3
symfony/http-foundationPackagist
>= 2.0.0, < 2.0.242.0.24
symfony/http-foundationPackagist
>= 2.1.0, < 2.1.122.1.12
symfony/http-foundationPackagist
>= 2.2.0, < 2.2.52.2.5
symfony/http-foundationPackagist
>= 2.3.0, < 2.3.32.3.3

Affected products

3

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

21

News mentions

0

No linked articles in our index yet.