Skip to content

User enumeration in authentication mechanisms

Low severity GitHub Reviewed Published May 14, 2021 in symfony/symfony • Updated Jan 9, 2023

Package

composer symfony/security-http (Composer)

Affected versions

>= 5.1.0, < 5.2.8

Patched versions

5.2.8
composer symfony/symfony (Composer)
>= 5.1.0, < 5.2.8
5.2.8

Description

Description

The ability to enumerate users was possible without relevant permissions due to different exception messages depending on whether the user existed or not. It was also possible to enumerate users by using a timing attack, by comparing time elapsed when authenticating an existing user and authenticating a non-existing user.

Resolution

We now ensure that 403s are returned whether the user exists or not if the password is invalid or if the user does not exist.

The patch for this issue is available here for branch 3.4.

Credits

I would like to thank James Isaac and Mathias Brodala for reporting the issue and Robin Chalas for fixing the issue.

References

@fabpot fabpot published to symfony/symfony May 14, 2021
Reviewed May 17, 2021
Published to the GitHub Advisory Database May 17, 2021
Last updated Jan 9, 2023

Severity

Low

Weaknesses

CVE ID

No known CVE

GHSA ID

GHSA-g2qj-pmxm-9f8f

Source code

Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.