CVE-2019-18886: Prevent user enumeration using switch user functionality
November 13, 2019 • Published by Fabien Potencier
Affected versions
Symfony 4.2.0 to 4.2.11 and 4.3.0 to 4.3.7 versions of the Symfony Security/Http component are affected by this security issue.
The issue has been fixed in Symfony 4.2.12 and 4.3.8.
Note that no fixes are provided for Symfony 4.1 as they are not maintained anymore.
Description
The ability to enumerate users was possible without relevant permissions due to different handling depending on whether the user existed or not when attempting to use the switch users functionality.
Resolution
We now ensure that 403s are returned whether the user exists or not if a user cannot switch to a user or if the user does not exist.
The patch for this issue is available here for branch 4.2.
Credits
I would like to thank Matt Daum for reporting & Nicolas Grekas for fixing the issue.
Manage your notification preferences to receive an email as soon as a Symfony security release is published.
Help the Symfony project!
As with any Open-Source project, contributing code or documentation is the most common way to help, but we also have a wide range of sponsoring opportunities.
Comments are closed.
To ensure that comments stay relevant, they are closed for old posts.