fix(deps): update dependency symfony/runtime to 6.4.* [security] #12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/packagist-symfony-runtime-vulnerability"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
6.3.*
->6.4.*
Symfony allows changing the environment through a query
CVE-2024-50340 / GHSA-x8vp-gf4q-mw5j
More information
Details
Description
When the
register_argc_argv
php directive is set toon
, and users call any URL with a special crafted query string, they are able to change the environment or debug mode used by the kernel when handling the request.Resolution
The
SymfonyRuntime
now ignores theargv
values for non-cli SAPIs PHP runtimesThe patch for this issue is available here for branch 5.4.
Credits
We would like to thank Vladimir Dusheyko for reporting the issue and Wouter de Jong for providing the fix.
Severity
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
References
This data is provided by OSV and the GitHub Advisory Database (CC-BY 4.0).
Release Notes
symfony/runtime (symfony/runtime)
v6.4.14
Compare Source
Changelog (https://github.com/symfony/runtime/compare/v6.4.13...v6.4.14)
v6.4.13
Compare Source
Changelog (https://github.com/symfony/runtime/compare/v6.4.12...v6.4.13)
v6.4.12
Compare Source
Changelog (https://github.com/symfony/runtime/compare/v6.4.11...v6.4.12)
v6.4.8
Compare Source
Changelog (https://github.com/symfony/runtime/compare/v6.4.7...v6.4.8)
v6.4.7
Compare Source
Changelog (https://github.com/symfony/runtime/compare/v6.4.6...v6.4.7)
v6.4.3
Compare Source
Changelog (https://github.com/symfony/runtime/compare/v6.4.2...v6.4.3)
v6.4.0
Compare Source
Changelog (https://github.com/symfony/runtime/compare/v6.4.0-RC2...v6.4.0)
v6.3.12
Compare Source
Changelog (https://github.com/symfony/runtime/compare/v6.3.11...v6.3.12)
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.