box / box-java-sdk

The Box SDK for Java.
http://opensource.box.com/box-java-sdk/
Apache License 2.0
155 stars 186 forks source link

Security vulnerability in transitive dependency OkIo < 3.4.0 in com.squareup.okhttp3:okhttp:4.10.0, upgrade okhttp to 4.12.0 #1232

Closed esther-fatehi closed 7 months ago

esther-fatehi commented 7 months ago

Description of the Issue

In com.squareup.okhttp3:okhttp:4.10.0, there is a transitive dependency OkIo that has a high security vulnerability (7.5) . OkiO has this vulnerability in versions < 3.4.0. This is fixed in okhttp upgrade in com.squareup.okhttp3:okhttp:4.12.0.

CVE for OkiO: https://nvd.nist.gov/vuln/detail/CVE-2023-3635

Steps to Reproduce

Expected Behavior

Expect that com.squareup.okhttp3:okhttp is upgraded to version 4.12.0

Error Message, Including Stack Trace

N/A

Screenshots

N/A

Versions Used

Java SDK: Java:

congminh1254 commented 7 months ago

Hi @esther-fatehi

We have just bumped the okhttp version and it should be included in the next version of Box Java SDK.

Thank you.

esther-fatehi commented 7 months ago

@congminh1254 Thank you so much!