vendor:
                    phpFox
                by:
                    Egidio Romano aka EgiX
                6.1
                        CVSS
                    HIGH
                    PHP Object Injection
                    502
                        CWE
                    Product Name: phpFox
                    Affected Version From:  <= 4.8.13
                    Affected Version To:  4.8.2013
                    Patch Exists: YES
                    Related CWE: CVE-2023-XXXX
                    CPE:  a:phpfox:phpfox:4.8.13
                    Platforms Tested:  
                    2023
                    phpFox <= 4.8.13 (redirect) PHP Object Injection Vulnerability
User input passed through the 'url' request parameter to the /core/redirect route is not properly sanitized before being used in a call to the unserialize() PHP function, allowing remote, unauthenticated attackers to inject arbitrary PHP objects into the application scope, potentially leading to code execution.
Mitigation:
					To mitigate this vulnerability, ensure that all user-supplied input is properly sanitized and validated before being used in unserialize() or similar functions.