opentok / opentok-android-sdk-samples

Sample applications illustrating best practices using OpenTok Android SDK.
https://tokbox.com/developer/sdks/android/
MIT License
210 stars 169 forks source link

kotlin-stdlib-1.4.10.jar: 1 vulnerabilities (highest severity is: 5.3) #427

Closed mend-for-github-com[bot] closed 1 year ago

mend-for-github-com[bot] commented 2 years ago
Vulnerable Library - kotlin-stdlib-1.4.10.jar

Kotlin Standard Library for JVM

Path to dependency file: /Archiving-Java/app/build.gradle

Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.4.10/1ae8d0e617a4e272ce07664ad928c57b171e31f9/kotlin-stdlib-1.4.10.pom,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.4.10/1ae8d0e617a4e272ce07664ad928c57b171e31f9/kotlin-stdlib-1.4.10.pom

Vulnerabilities

CVE Severity CVSS Dependency Type Fixed in (kotlin-stdlib version) Remediation Available
CVE-2022-24329 Medium 5.3 kotlin-stdlib-1.4.10.jar Direct 1.6.0-M1

Details

CVE-2022-24329 ### Vulnerable Library - kotlin-stdlib-1.4.10.jar

Kotlin Standard Library for JVM

Path to dependency file: /Archiving-Java/app/build.gradle

Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.4.10/1ae8d0e617a4e272ce07664ad928c57b171e31f9/kotlin-stdlib-1.4.10.pom,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.4.10/1ae8d0e617a4e272ce07664ad928c57b171e31f9/kotlin-stdlib-1.4.10.pom

Dependency Hierarchy: - :x: **kotlin-stdlib-1.4.10.jar** (Vulnerable Library)

Found in base branch: main

### Vulnerability Details

In JetBrains Kotlin before 1.6.0, it was not possible to lock dependencies for Multiplatform Gradle Projects.

Publish Date: 2022-02-25

URL: CVE-2022-24329

### CVSS 3 Score Details (5.3)

Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: Low - Availability Impact: None

For more information on CVSS3 Scores, click here.

### Suggested Fix

Type: Upgrade version

Origin: https://github.com/advisories/GHSA-2qp4-g3q3-f92w

Release Date: 2022-02-25

Fix Resolution: 1.6.0-M1

:rescue_worker_helmet: Automatic Remediation is available for this issue

:rescue_worker_helmet: Automatic Remediation is available for this issue.

goncalocostamendes commented 1 year ago

The vulnerability is transitive and retrofit2 2.9.0 has kotlin stdlib 1.3.50 as dependency. Since 2.9.0 is the last release of retorfit, the fix is unavailable.

v-kpheng commented 1 year ago

Thanks, @goncalocostamendes. I'll close this now.