Skip to main content

Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')

CVE-2024-52301

Severity High
Score 8.7/10

Summary

Laravel is a web application framework. When the "register_argc_argv php" directive is set to on and users call any URL with a specially crafted query string, they are able to change the environment used by the framework when handling the request. The framework now ignores argv values for environment detection on non-cli SAPIs. This issue affects laravel/framework versions prior to 6.20.45, 7.x prior to 7.30.7, 8.x prior to 8.83.28, 9.x prior to 9.52.17, 10.x prior to 10.48.23, & 11.x prior to 11.31.0.

  • LOW
  • NETWORK
  • NONE
  • UNCHANGED
  • NONE
  • NONE
  • NONE
  • NONE

CWE-88 - Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')

The software constructs a string for a command to executed by a separate component in another control sphere, but it does not properly delimit the intended arguments, options, or switches within that command string.

References

Advisory Timeline

  • Published