Search for packages
Package details: pkg:composer/symfony/http-kernel@2.5.11
purl pkg:composer/symfony/http-kernel@2.5.11
Next non-vulnerable version 3.4.48
Latest non-vulnerable version 6.2.6
Risk
Vulnerabilities affecting this package (2)
Vulnerability Summary Fixed by
VCID-5gjg-vdx2-ykar
Aliases:
CVE-2015-4050
GHSA-qmqw-mpqp-mr54
Symfony Incorrect Access Control FragmentListener in the HttpKernel component in Symfony 2.3.19 through 2.3.28, 2.4.9 through 2.4.10, 2.5.4 through 2.5.11, and 2.6.0 through 2.6.7, when ESI or SSI support enabled, does not check if the `_controller` attribute is set, which allows remote attackers to bypass URL signing and security rules by including (1) no hash or (2) an invalid hash in a request to `/_fragment`. This issue has been fixed in Symfony 2.3.29, 2.5.12, and 2.6.8. Note that no fixes are provided for Symfony 2.4 as it's not maintained anymore.
2.5.12
Affected by 1 other vulnerability.
2.6.8
Affected by 1 other vulnerability.
VCID-s3ep-tgah-aud1
Aliases:
CVE-2019-18887
GHSA-q8hg-pf8v-cxrv
Symfony Http-Kernel has non-constant time comparison in UriSigner When checking the signature of an URI (an ESI fragment URL for instance), the URISigner did not used a constant time string comparison function, resulting in a potential remote timing attack vulnerability.
2.8.52
Affected by 1 other vulnerability.
3.4.35
Affected by 1 other vulnerability.
4.2.12
Affected by 1 other vulnerability.
4.3.8
Affected by 1 other vulnerability.
Vulnerabilities fixed by this package (1)
Vulnerability Summary Aliases
VCID-qwxg-bwq5-57gq Symfony Vulnerable to PHP Eval Injection Applications with ESI support (and SSI support as of Symfony 2.6) enabled and using the Symfony built-in reverse proxy (the `Symfony\Component\HttpKernel\HttpCache class) are vulnerable to PHP code injection; a malicious user can inject PHP code that will be executed by the server. HttpCache uses eval() to execute files in its cache when they contain ESI tags (and only when ESI is enabled). The vulnerability comes from the fact that PHP allows contents of <script language="php"> tags to be executed (and this kind of PHP tags is always available regardless of the configuration), but there were not escaped before the evaluation. A possible exploit comes from websites also vulnerable to Cross-Site Scripting as an attacker can successfully conduct a PHP code injection attack by passing such a tag in a user submitted variable (for which proper output escaping was not applied). CVE-2015-2308
GHSA-5c58-w9xc-qcj9