gsd-2022-40482
Vulnerability from gsd
Modified
2023-12-13 01:19
Details
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.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2022-40482", "id": "GSD-2022-40482" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2022-40482" ], "details": "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.", "id": "GSD-2022-40482", "modified": "2023-12-13T01:19:30.286374Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2022-40482", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "n/a", "version": { "version_data": [ { "version_value": "n/a" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "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." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://ephort.dk/blog/laravel-timing-attack-vulnerability/", "refsource": "MISC", "url": "https://ephort.dk/blog/laravel-timing-attack-vulnerability/" }, { "name": "https://github.com/ephort/laravel-user-enumeration-demo", "refsource": "MISC", "url": "https://github.com/ephort/laravel-user-enumeration-demo" }, { "name": "https://github.com/laravel/framework/pull/44069", "refsource": "CONFIRM", "url": "https://github.com/laravel/framework/pull/44069" }, { "name": "https://github.com/laravel/framework/releases/tag/v9.32.0", "refsource": "CONFIRM", "url": "https://github.com/laravel/framework/releases/tag/v9.32.0" } ] } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003e=8.0.0,\u003c9.32.0", "affected_versions": "All versions starting from 8.0.0 before 9.32.0", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "cwe_ids": [ "CWE-1035", "CWE-203", "CWE-937" ], "date": "2023-05-04", "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.", "fixed_versions": [ "9.32.0" ], "identifier": "CVE-2022-40482", "identifiers": [ "CVE-2022-40482" ], "not_impacted": "All versions before 8.0.0, all versions starting from 9.32.0", "package_slug": "packagist/laravel/framework", "pubdate": "2023-04-25", "solution": "Upgrade to version 9.32.0 or above.", "title": "Observable Discrepancy", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2022-40482", "https://github.com/laravel/framework/pull/44069", "https://github.com/laravel/framework/releases/tag/v9.32.0", "https://ephort.dk/blog/laravel-timing-attack-vulnerability/", "https://github.com/ephort/laravel-user-enumeration-demo" ], "uuid": "71556b20-2b15-4656-a212-bde9f4d4a604" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:laravel:framework:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "9.32.0", "versionStartIncluding": "8.0.0", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2022-40482" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "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." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-203" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/laravel/framework/pull/44069", "refsource": "CONFIRM", "tags": [ "Patch", "Vendor Advisory" ], "url": "https://github.com/laravel/framework/pull/44069" }, { "name": "https://github.com/laravel/framework/releases/tag/v9.32.0", "refsource": "CONFIRM", "tags": [ "Release Notes" ], "url": "https://github.com/laravel/framework/releases/tag/v9.32.0" }, { "name": "https://ephort.dk/blog/laravel-timing-attack-vulnerability/", "refsource": "MISC", "tags": [ "Exploit", "Technical Description", "Third Party Advisory" ], "url": "https://ephort.dk/blog/laravel-timing-attack-vulnerability/" }, { "name": "https://github.com/ephort/laravel-user-enumeration-demo", "refsource": "MISC", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/ephort/laravel-user-enumeration-demo" } ] } }, "impact": { "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 1.4 } }, "lastModifiedDate": "2023-05-04T19:40Z", "publishedDate": "2023-04-25T19:15Z" } } }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.