#1089228 async-http-client: CVE-2024-53990

Package:
src:async-http-client
Source:
src:async-http-client
Submitter:
Salvatore Bonaccorso
Date:
2025-07-29 14:03:01 UTC
Severity:
normal
Tags:
#1089228#5
Date:
2024-12-07 13:27:04 UTC
From:
To:
Hi,

The following vulnerability was published for async-http-client.

CVE-2024-53990[0]:
| 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.


If you fix the vulnerability please also make sure to include the
CVE (Common Vulnerabilities & Exposures) id in your changelog entry.

For further information see:

[0] https://security-tracker.debian.org/tracker/CVE-2024-53990
https://www.cve.org/CVERecord?id=CVE-2024-53990
[1] https://github.com/AsyncHttpClient/async-http-client/security/advisories/GHSA-mfj5-cf8g-g2fv
[2] https://github.com/AsyncHttpClient/async-http-client/issues/1964
[3[ https://github.com/AsyncHttpClient/async-http-client/pull/2033
[4] https://github.com/AsyncHttpClient/async-http-client/commit/d5a83362f7aed81b93ebca559746ac9be0f95425

Please adjust the affected versions in the BTS as needed.

Regards,
Salvatore

#1089228#12
Date:
2025-06-02 16:12:14 UTC
From:
To:
Hello!

I'm preparing a patch for this CVE!

Harsh

#1089228#17
Date:
2025-07-29 13:53:44 UTC
From:
To:
Hi Maintainer,
I have submitted a new MR with this CVE fix.
AHC v2.12.4 - MR link:
https://salsa.debian.org/java-team/async-http-client/-/merge_requests/2

Here is the github pull request for more information.
https://github.com/AsyncHttpClient/async-http-client/pull/2033

Let me know if you have any questions.

Harsh