CVE-2024-53990
December 02, 2024
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.
Affected Packages
https://github.com/AsyncHttpClient/async-http-client.git (GITHUB):
Affected version(s) =async-http-client-project-3.0.0 <async-http-client-project-3.0.1Fix Suggestion:
Update to version async-http-client-project-3.0.1https://github.com/AsyncHttpClient/async-http-client.git (GITHUB):
Affected version(s) >=async-http-client-project-2.1.0 <async-http-client-project-2.12.4Fix Suggestion:
Update to version async-http-client-project-2.12.4org.asynchttpclient:async-http-client (JAVA):
Affected version(s) >=3.0.0.Beta1 <3.0.1Fix Suggestion:
Update to version 3.0.1org.asynchttpclient:async-http-client (JAVA):
Affected version(s) >=2.1.0 <2.12.4Fix Suggestion:
Update to version 2.12.4Related Resources (7)
Do you need more information?
Contact UsCVSS v4
Base Score:
9.2
Attack Vector
NETWORK
Attack Complexity
HIGH
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
8.1
Attack Vector
NETWORK
Attack Complexity
HIGH
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
HIGH
Weakness Type (CWE)
Improper Authentication
EPSS
Base Score:
0.33