NONE · 0

CVE-2024-53990

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-m...

Vulnerability Description

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.

Related Weaknesses (CWE)

References

FAQ

What is CVE-2024-53990?

CVE-2024-53990 is a documented vulnerability. 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-m...

How severe is CVE-2024-53990?

CVSS scoring is not yet available for CVE-2024-53990. Check NVD for updates.

Is there a patch for CVE-2024-53990?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.