Okhttp: CVE-2020-29582 due to old version of Okhttp (Squareup)
See original GitHub issueWhen running the OWASP dependency check in a project with okhttp in its dependencies the OWASP check finds the following two vulnerabilities:
kotlin-stdlib-1.3.71.jar: CVE-2020-29582
kotlin-stdlib-common-1.3.70.jar: CVE-2020-29582
According to the NVD (link to CVE-2020-29582) the fix should be present in version 1.4.21 onwards.
The two libraries are used by Okhttp from Squareup.
Feign Okhttp 11.6 uses Okhttp (Squareup) 4.6.0 (April 2020). So this could have already been fixed in Okhttp.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
CVE-2020-29582 due to old version of Okhttp (Squareup) #1514
When running the OWASP dependency check in a project with okhttp in its dependencies the OWASP check finds the following two ...
Read more >com.squareup.okhttp3:okhttp 4.7.2 vulnerabilities | Snyk
com.squareup.okhttp3:okhttp is a HTTP & HTTP/2 client for Android and Java applications. Affected versions of this package are vulnerable to Information ...
Read more >Change Log - OkHttp
Fix: Configure the multiplatform artifact ( com.squareup.okhttp3:okhttp:3.x.x ) to depend on the JVM artifact ( com.squareup.okhttp3:okhttp-jvm:3.
Read more >OkHttp 3.13 Requires Android 5+ | Square Corner Blog
Today we're releasing OkHttp 3.13. ... project's minSdkVersion is at least 21 and that your Android Gradle Plugin version is at least 3.2....
Read more >gradle, is there side effect with exclude on a transitive ...
without it the okhttp will still be using okhttp:4.9.3 since it's the newer version specified in my_lib with the. api "com.squareup.okhttp3: ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I have tested it locally: the build is successful.
@moritzluedtke if you create pull request, the github workflow checks any building errors.
Unfortunately this is still an issue with
11.7. But this should be fixed by the OkHttp team at square up. I commented on this issue: https://github.com/square/okhttp/issues/6219