Описание
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
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).
Ссылки
- https://nvd.nist.gov/vuln/detail/CVE-2015-2308
- https://github.com/symfony/symfony/pull/14167/commits/195c57e1f50765aff33137689b16e126a689056a
- https://github.com/FriendsOfPHP/security-advisories/blob/master/symfony/http-kernel/CVE-2015-2308.yaml
- https://github.com/FriendsOfPHP/security-advisories/blob/master/symfony/symfony/CVE-2015-2308.yaml
- https://symfony.com/blog/cve-2015-2308-esi-code-injection
- https://symfony.com/cve-2015-2308
- https://web.archive.org/web/20200228084751/http://www.securityfocus.com/bid/75357
- http://jvn.jp/en/jp/JVN19578958/index.html
- http://jvndb.jvn.jp/jvndb/JVNDB-2015-000089
Пакеты
symfony/symfony
>= 2.0.0, < 2.3.27
2.3.27
symfony/symfony
>= 2.4.0, < 2.5.11
2.5.11
symfony/symfony
>= 2.6.0, < 2.6.6
2.6.6
symfony/http-kernel
>= 2.0.0, < 2.3.27
2.3.27
symfony/http-kernel
>= 2.4.0, < 2.5.11
2.5.11
symfony/http-kernel
>= 2.6.0, < 2.6.6
2.6.6
Связанные уязвимости
Eval injection vulnerability in the HttpCache class in HttpKernel in Symfony 2.x before 2.3.27, 2.4.x and 2.5.x before 2.5.11, and 2.6.x before 2.6.6 allows remote attackers to execute arbitrary PHP code via a language="php" attribute of a SCRIPT element.
Eval injection vulnerability in the HttpCache class in HttpKernel in Symfony 2.x before 2.3.27, 2.4.x and 2.5.x before 2.5.11, and 2.6.x before 2.6.6 allows remote attackers to execute arbitrary PHP code via a language="php" attribute of a SCRIPT element.
Eval injection vulnerability in the HttpCache class in HttpKernel in S ...