The AsyncHttpClient (AHC) library allows Java applications to easily execute HTTP requests and asynchronously process HTTP responses. When making any HTTP request, the automatically enabled and self-managed CookieStore (aka cookie jar) will silently replace explicitly defined Cookies with any that have the same name from the cookie jar. For services that operate with multiple users, this can result in one user's Cookie being used for another user's requests.
CVSS
No CVSS.
References
Configurations
No configuration.
History
02 Dec 2024, 18:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-12-02 18:15
Updated : 2024-12-02 18:15
NVD link : CVE-2024-53990
Mitre link : CVE-2024-53990
CVE.ORG link : CVE-2024-53990
JSON object : View
Products Affected
No product.
CWE
CWE-287
Improper Authentication