Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ID

Description

1Fix security issue CVE-2023-46817

Issue Summary:

 

  Deserialization of Untrusted Data

The URL request parameter passed to the /core/redirect route is not properly sanitized before being used in a call to the unserialize() PHP function.

This can be exploited by remote, unauthenticated attackers to inject arbitrary PHP objects into the application scope, allowing them to perform a variety of attacks, such as executing arbitrary PHP code.