It allows over the Admin Login form to detect which user (username, email) exists and which one do not exist.
Impacted by this issue are Sulu installation >= 2.5.0 and <2.5.10 using the newer Symfony Security System which is default since Symfony 6.0 but can be enabled in Symfony 5.4. Sulu Installation not using the old Symfony 5.4 security System and previous version are not impacted by this Security issue.
The problem has been patched in version 2.5.10.
Create a custom AuthenticationFailureHandler which does not return the $exception->getMessage();
instead the $exception->getMessageKey();
Currently no references.
{ "nvd_published_at": "2023-08-04T01:15:10Z", "cwe_ids": [ "CWE-204" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2023-08-03T19:44:28Z" }