AsyncHttpClient (AHC) CookieStore Vulnerability
CVE-2024-53990 Published on December 2, 2024

AsyncHttpClient (AHC) library's `CookieStore` replaces explicitly defined `Cookie`s
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.

Github Repository NVD

Weakness Type

What is an authentification Vulnerability?

When an actor claims to have a given identity, the software does not prove or insufficiently proves that the claim is correct.

CVE-2024-53990 has been classified to as an authentification vulnerability or weakness.


Affected Versions

AsyncHttpClient async-http-client: asynchttpclient_project async-http-client:

Vulnerable Packages

The following package name and versions may be associated with CVE-2024-53990

Package Manager Vulnerable Package Versions Fixed In
maven org.asynchttpclient:async-http-client = 3.0.0 3.0.1

Exploit Probability

EPSS
0.44%
Percentile
63.50%

EPSS (Exploit Prediction Scoring System) scores estimate the probability that a vulnerability will be exploited in the wild within the next 30 days. The percentile shows you how this score compares to all other vulnerabilities.