Headline
GHSA-wfv7-5x33-v22h: Code injection in the way Symfony implements translation caching in FrameworkBundle
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.
Skip to content
Navigation Menu
Actions
Automate any workflow
Packages
Host and manage packages
Security
Find and fix vulnerabilities
Codespaces
Instant dev environments
Copilot
Write better code with AI
Code review
Manage code changes
Issues
Plan and track work
Discussions
Collaborate outside of code
GitHub Sponsors
Fund open source developers
* The ReadME Project
GitHub community articles
- Pricing
Provide feedback
Saved searches****Use saved searches to filter your results more quickly
Sign up
- GitHub Advisory Database
- GitHub Reviewed
- CVE-2014-4931
Code injection in the way Symfony implements translation caching in FrameworkBundle
High severity GitHub Reviewed Published May 30, 2024 to the GitHub Advisory Database • Updated May 30, 2024
Package
composer symfony/framework-bundle (Composer)
Affected versions
>= 2.0.0, < 2.3.18
>= 2.4.0, < 2.4.8
>= 2.5.0, < 2.5.2
Patched versions
2.3.18
2.4.8
2.5.2
>= 2.0.0, < 2.3.19
>= 2.4.0, < 2.4.9
>= 2.5.0, < 2.5.4
Description
Published to the GitHub Advisory Database
May 30, 2024
Last updated
May 30, 2024