- Notifications
You must be signed in to change notification settings - Fork11.7k
Environment manipulation via query string
High
Package
laravel/framework (Composer)
Affected versions
<6.20.45,>=7,<7.30.7,>=8,<8.83.28,>=9,<9.52.17,>=10,<10.48.23,>=11,<11.31.0
Patched versions
6.20.45,7.30.7,8.83.28,9.52.17,10.48.23,11.31.0
Description
Description
When theregister_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 used by the framework when handling the request.
Resolution
The framework now ignores argv values for environment detection on non-cli SAPIs.
Severity
High
CVE ID
CVE-2024-52301
Weaknesses
No CWEs