Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CVE-2024-53990 - async-http-client <3.0.1 #24299

Open
infvg opened this issue Dec 25, 2024 · 0 comments
Open

CVE-2024-53990 - async-http-client <3.0.1 #24299

infvg opened this issue Dec 25, 2024 · 0 comments
Labels

Comments

@infvg
Copy link
Contributor

infvg commented Dec 25, 2024

Summary

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.

Details

async-http-client is a transitive dependency in the presto-druid module.

The fixed jar requires java 11.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🆕 Unprioritized
Development

No branches or pull requests

1 participant