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-2020-15824 vulnerability in Okhttp #6219

Closed
johannesJemstep opened this issue Aug 11, 2020 · 3 comments
Closed

CVE-2020-15824 vulnerability in Okhttp #6219

johannesJemstep opened this issue Aug 11, 2020 · 3 comments
Labels
bug Bug in existing code

Comments

@johannesJemstep
Copy link

Our Dependency check software flagged the following dependency in Okhttp CVE-2020-15824. We wanted to log this as a vulnerability, but your policy states "Issues related to software not under our control (such as external dependencies)".

We noted that this vulnerability was fixed in Kotlin V1.4, but Okhttp is using 1.3.72. Are there any plans to upgrade Kotlin?

@johannesJemstep johannesJemstep added the bug Bug in existing code label Aug 11, 2020
@JakeWharton
Copy link
Collaborator

JakeWharton commented Aug 11, 2020 via email

@johannesJemstep
Copy link
Author

OkHttp does not use Kotlin's scripting. That being said, Kotlin 1.4 has not been released, but yes, we will upgrade when it's available.

On Tue, Aug 11, 2020, at 7:25 AM, johannesJemstep wrote: Our Dependency check software flagged the following dependency in Okhttp CVE-2020-15824 https://nvd.nist.gov/vuln/detail/CVE-2020-15824. We wanted to log this as a vulnerability, but your policy states "Issues related to software not under our control (such as external dependencies)". We noted that this vulnerability was fixed in Kotlin V1.4 https://blog.jetbrains.com/blog/2020/08/06/jetbrains-security-bulletin-q2-2020/, but Okhttp is using 1.3.72 https://github.com/square/okhttp/blob/master/build.gradle. Are there any plans to upgrade Kotlin? — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#6219>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAQIEP2XPSMJ7IA6UN2TODSAETBLANCNFSM4P25Z4HA.

Thanks for the reply @JakeWharton. I will close this issue then, seeing that an upgrade to Kotlin 1.4 will happen when its released.

@moritzluedtke
Copy link

moritzluedtke commented Nov 9, 2021

Unfortunately OkHttp 4.9.2 still uses a Kotlin version where CVE-2020-15824 and CVE-2020-29582 will set off the dependency check from OWASP.

CVE-2020-29582 should be fixed in Kotlin version 1.4.21. And the warning for CVE-2020-15824 seems to be a false positive as that is fixed with Kotlin 1.4.

Dependency graph from IntelliJ:
Bildschirmfoto 2021-11-09 um 12 44 54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug in existing code
Projects
None yet
Development

No branches or pull requests

3 participants