The authentication method in Laravel 8.x through 9.x before 9.32.0 was discovered to be vulnerable to user enumeration via timeless timing attacks with HTTP/2 multiplexing. This is caused by the early return inside the hasValidCredentials method in the Illuminate\Auth\SessionGuard class when a user is found to not exist.
References
Link | Resource |
---|---|
https://ephort.dk/blog/laravel-timing-attack-vulnerability/ | Exploit Technical Description Third Party Advisory |
https://github.com/ephort/laravel-user-enumeration-demo | Exploit Third Party Advisory |
https://github.com/laravel/framework/pull/44069 | Patch Vendor Advisory |
https://github.com/laravel/framework/releases/tag/v9.32.0 | Release Notes |
https://ephort.dk/blog/laravel-timing-attack-vulnerability/ | Exploit Technical Description Third Party Advisory |
https://github.com/ephort/laravel-user-enumeration-demo | Exploit Third Party Advisory |
https://github.com/laravel/framework/pull/44069 | Patch Vendor Advisory |
https://github.com/laravel/framework/releases/tag/v9.32.0 | Release Notes |
Configurations
History
21 Nov 2024, 07:21
Type | Values Removed | Values Added |
---|---|---|
References | () https://ephort.dk/blog/laravel-timing-attack-vulnerability/ - Exploit, Technical Description, Third Party Advisory | |
References | () https://github.com/ephort/laravel-user-enumeration-demo - Exploit, Third Party Advisory | |
References | () https://github.com/laravel/framework/pull/44069 - Patch, Vendor Advisory | |
References | () https://github.com/laravel/framework/releases/tag/v9.32.0 - Release Notes |
Information
Published : 2023-04-25 19:15
Updated : 2024-11-21 07:21
NVD link : CVE-2022-40482
Mitre link : CVE-2022-40482
CVE.ORG link : CVE-2022-40482
JSON object : View
Products Affected
laravel
- framework
CWE
CWE-203
Observable Discrepancy