mirror of
https://github.com/0xMarcio/cve.git
synced 2025-05-31 10:40:54 +00:00
862 B
862 B
CVE-2022-40482
Description
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.
POC
Reference
- https://ephort.dk/blog/laravel-timing-attack-vulnerability/
- https://github.com/ephort/laravel-user-enumeration-demo
Github
No PoCs found on GitHub currently.