Lucene search

K
githubGitHub Advisory DatabaseGHSA-WFV7-5X33-V22H
HistoryMay 30, 2024 - 12:21 a.m.

Code injection in the way Symfony implements translation caching in FrameworkBundle

2024-05-3000:21:25
CWE-94
GitHub Advisory Database
github.com
12
symfony
translation caching
frameworkbundle
code injection
vulnerable
locale
php code
security issue

AI Score

7.1

Confidence

Low

When investigating issue #11093, Jeremy Derussé found a serious code injection issue in the way Symfony implements translation caching in FrameworkBundle.

  • Your Symfony application is vulnerable if you meet the following conditions:

  • You are using the Symfony translation system from FrameworkBundle (so basically if you are using Symfony full-stack – you are not affected if you are using the Translation component with Silex for instance);
    You don’t sanitize locales coming from a URL (any route with a _locale argument for instance):

When vulnerable, an attacker can submit a non-valid locale value that can contain some PHP code that will be executed by Symfony. That’s because the locale value is dumped into a PHP file generated in the cache without being sanitized first.

Affected configurations

Vulners
Node
symfonysymfonyRange2.5.02.5.4
OR
symfonysymfonyRange2.4.02.4.9
OR
symfonysymfonyRange2.0.02.3.19
OR
symfonyframework-bundleRange2.5.02.5.2
OR
symfonyframework-bundleRange2.4.02.4.8
OR
symfonyframework-bundleRange2.0.02.3.18
VendorProductVersionCPE
symfonysymfony*cpe:2.3:a:symfony:symfony:*:*:*:*:*:*:*:*
symfonyframework-bundle*cpe:2.3:a:symfony:framework-bundle:*:*:*:*:*:*:*:*

AI Score

7.1

Confidence

Low