-
Notifications
You must be signed in to change notification settings - Fork 40.8k
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
Remove org.apache.httpcomponents:httpclient-win from Spring Boot #33219
Comments
Could you elaborate a bit on this vulnerability? Could you share the CVE ID? |
There is no CVE ID I could find. This was reported by WhiteSource with the below description: JNA prior to 5.0.0 was discovered to contain an out-of-bounds read. Advapi32Util.registryGetValues does not terminate the returned string with null terminators. When it tries to identify the string content it searches for the next null-terminator and will read out-of-bounds of the buffer. Related links: java-native-access/jna#340 , java-native-access/jna@12493ba |
Spring Boot only manages the version of
Removing dependency management for |
Hi,
The org.apache.httpcomponents:httpclient-win comes with the vulnerable jna-platform and this is fixed in org.apache.httpcomponents.client5:httpclient5-win, in Spring boot both of these dependencies are available for users. Does it make sense to keep only the httpclient5? and remove the vulnerable httpclient-win ?
Kind regards,
Manjunath
The text was updated successfully, but these errors were encountered: