Vulnerabilities

8 via 14 paths

Dependencies

143

Source

GitHub

Commit

60f14d66

Find, fix and prevent vulnerabilities in your code.

Issue type
  • 8
  • 2
Severity
  • 3
  • 4
  • 3
Status
  • 10
  • 0
  • 0

high severity

Uncontrolled Recursion

  • Vulnerable module: org.apache.commons:commons-lang3
  • Introduced through: io.descoped.rawdata:rawdata-client-provider-gcs@2.0.0

Detailed paths

  • Introduced through: descoped/data-collector-docker@descoped/data-collector-docker#60f14d6608332d121a2ef3cb5a83771d774ca26f io.descoped.rawdata:rawdata-client-provider-gcs@2.0.0 org.apache.avro:avro@1.12.0 org.apache.commons:commons-compress@1.26.2 org.apache.commons:commons-lang3@3.14.0

Overview

Affected versions of this package are vulnerable to Uncontrolled Recursion via the ClassUtils.getClass function. An attacker can cause the application to terminate unexpectedly by providing excessively long input values.

Remediation

Upgrade org.apache.commons:commons-lang3 to version 3.18.0 or higher.

References

high severity

Incorrect Implementation of Authentication Algorithm

  • Vulnerable module: org.postgresql:postgresql
  • Introduced through: io.descoped.rawdata:rawdata-client-provider-postgres@2.0.0

Detailed paths

  • Introduced through: descoped/data-collector-docker@descoped/data-collector-docker#60f14d6608332d121a2ef3cb5a83771d774ca26f io.descoped.rawdata:rawdata-client-provider-postgres@2.0.0 org.postgresql:postgresql@42.7.4

Overview

org.postgresql:postgresql is a Java JDBC 4.2 (JRE 8+) driver for PostgreSQL database.

Affected versions of this package are vulnerable to Incorrect Implementation of Authentication Algorithm allowing fallback to insecure authentication despite channelBinding being set to required. (The default value is prefer.) A man-in-the-middle attacker can intercept and manipulate connections by exploiting this vulnerability.

Workaround

This can be mitigated by configuring sslMode=verify-full to prevent MITM attacks.

Remediation

Upgrade org.postgresql:postgresql to version 42.7.7 or higher.

References

high severity
new

Allocation of Resources Without Limits or Throttling (MadeYouReset)

  • Vulnerable module: io.undertow:undertow-core
  • Introduced through: io.descoped.dc:data-collector-server-base@2.0.2

Detailed paths

  • Introduced through: descoped/data-collector-docker@descoped/data-collector-docker#60f14d6608332d121a2ef3cb5a83771d774ca26f io.descoped.dc:data-collector-server-base@2.0.2 io.undertow:undertow-core@2.3.17.Final

Overview

io.undertow:undertow-core is a Java web server based on non-blocking IO.

Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling (MadeYouReset) through malformed client requests that trigger repeated server-side stream resets without incrementing abuse counters. An attacker can exhaust server resources by sending specially crafted HTTP/2 requests that cause excessive workload through repeated stream aborts.

Details

Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.

Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.

One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.

When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.

Two common types of DoS vulnerabilities:

  • High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.

  • Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm ws package

Remediation

There is no fixed version for io.undertow:undertow-core.

References

medium severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: org.bouncycastle:bcpkix-jdk15to18
  • Introduced through: io.descoped.dc:data-collector-core@2.0.1

Detailed paths

  • Introduced through: descoped/data-collector-docker@descoped/data-collector-docker#60f14d6608332d121a2ef3cb5a83771d774ca26f io.descoped.dc:data-collector-core@2.0.1 org.bouncycastle:bcpkix-jdk15to18@1.78.1

Overview

Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling due to improper processing of large name constraint structures in PKIXCertPathReviewer. An attacker can cause excessive resource allocation by submitting specially crafted ASN.1 objects, potentially leading to service disruption.

Workaround

This vulnerability can be mitigated by limiting the size of ASN.1 objects that can be loaded from untrusted sources, thereby capping the maximum size of a Name Constraints structure.

Remediation

Upgrade org.bouncycastle:bcpkix-jdk15to18 to version 1.79 or higher.

References

medium severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: org.bouncycastle:bcprov-jdk15to18
  • Introduced through: io.descoped.dc:data-collector-core@2.0.1

Detailed paths

  • Introduced through: descoped/data-collector-docker@descoped/data-collector-docker#60f14d6608332d121a2ef3cb5a83771d774ca26f io.descoped.dc:data-collector-core@2.0.1 org.bouncycastle:bcpkix-jdk15to18@1.78.1 org.bouncycastle:bcprov-jdk15to18@1.78.1
  • Introduced through: descoped/data-collector-docker@descoped/data-collector-docker#60f14d6608332d121a2ef3cb5a83771d774ca26f io.descoped.dc:data-collector-core@2.0.1 org.bouncycastle:bcpkix-jdk15to18@1.78.1 org.bouncycastle:bcutil-jdk15to18@1.78.1 org.bouncycastle:bcprov-jdk15to18@1.78.1

Overview

org.bouncycastle:bcprov-jdk15to18 is a Java implementation of cryptographic algorithms.

Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling due to improper processing of large name constraint structures in PKIXCertPathReviewer. An attacker can cause excessive resource allocation by submitting specially crafted ASN.1 objects, potentially leading to service disruption.

Workaround

This vulnerability can be mitigated by limiting the size of ASN.1 objects that can be loaded from untrusted sources, thereby capping the maximum size of a Name Constraints structure.

Remediation

Upgrade org.bouncycastle:bcprov-jdk15to18 to version 1.79 or higher.

References

medium severity

LGPL-2.0 license

  • Module: com.google.code.findbugs:annotations
  • Introduced through: org.lmdbjava:lmdbjava@0.9.0

Detailed paths

  • Introduced through: descoped/data-collector-docker@descoped/data-collector-docker#60f14d6608332d121a2ef3cb5a83771d774ca26f org.lmdbjava:lmdbjava@0.9.0 com.google.code.findbugs:annotations@3.0.1u2

LGPL-2.0 license

medium severity

EPL-1.0 license

  • Module: junit:junit
  • Introduced through: org.lmdbjava:lmdbjava@0.9.0 and io.descoped.rawdata:rawdata-client-provider-gcs@2.0.0

Detailed paths

  • Introduced through: descoped/data-collector-docker@descoped/data-collector-docker#60f14d6608332d121a2ef3cb5a83771d774ca26f org.lmdbjava:lmdbjava@0.9.0 junit:junit@4.13.2
  • Introduced through: descoped/data-collector-docker@descoped/data-collector-docker#60f14d6608332d121a2ef3cb5a83771d774ca26f io.descoped.rawdata:rawdata-client-provider-gcs@2.0.0 com.google.cloud:google-cloud-storage@2.43.1 com.google.api.grpc:gapic-google-cloud-storage-v2@2.43.1-beta junit:junit@4.13.2

EPL-1.0 license

low severity

Information Exposure

  • Vulnerable module: commons-codec:commons-codec
  • Introduced through: io.descoped.secrets:secrets-provider-google-secret-manager@2.0.1

Detailed paths

  • Introduced through: descoped/data-collector-docker@descoped/data-collector-docker#60f14d6608332d121a2ef3cb5a83771d774ca26f io.descoped.secrets:secrets-provider-google-secret-manager@2.0.1 com.google.auth:google-auth-library-oauth2-http@1.28.0 com.google.http-client:google-http-client@1.45.0 org.apache.httpcomponents:httpclient@4.5.14 commons-codec:commons-codec@1.11
  • Introduced through: descoped/data-collector-docker@descoped/data-collector-docker#60f14d6608332d121a2ef3cb5a83771d774ca26f io.descoped.secrets:secrets-provider-google-secret-manager@2.0.1 com.google.auth:google-auth-library-oauth2-http@1.28.0 com.google.http-client:google-http-client-gson@1.45.0 com.google.http-client:google-http-client@1.45.0 org.apache.httpcomponents:httpclient@4.5.14 commons-codec:commons-codec@1.11

Overview

commons-codec:commons-codec is a package that contains simple encoder and decoders for various formats such as Base64 and Hexadecimal.

Affected versions of this package are vulnerable to Information Exposure. When there is no byte array value that can be encoded into a string the Base32 implementation does not reject it, and instead decodes it into an arbitrary value which can be re-encoded again using the same implementation. This allows for information exposure exploits such as tunneling additional information via seemingly valid base 32 strings.

Remediation

Upgrade commons-codec:commons-codec to version 1.14 or higher.

References

low severity

Information Exposure

  • Vulnerable module: org.jetbrains.kotlin:kotlin-stdlib
  • Introduced through: io.descoped.dc:data-collector-core@2.0.1

Detailed paths

  • Introduced through: descoped/data-collector-docker@descoped/data-collector-docker#60f14d6608332d121a2ef3cb5a83771d774ca26f io.descoped.dc:data-collector-core@2.0.1 org.jetbrains.kotlin:kotlin-stdlib@2.0.20
  • Introduced through: descoped/data-collector-docker@descoped/data-collector-docker#60f14d6608332d121a2ef3cb5a83771d774ca26f io.descoped.dc:data-collector-core@2.0.1 com.squareup.okhttp3:okhttp@4.12.0 org.jetbrains.kotlin:kotlin-stdlib-jdk8@1.8.21 org.jetbrains.kotlin:kotlin-stdlib@2.0.20
  • Introduced through: descoped/data-collector-docker@descoped/data-collector-docker#60f14d6608332d121a2ef3cb5a83771d774ca26f io.descoped.dc:data-collector-core@2.0.1 com.squareup.okhttp3:okhttp@4.12.0 org.jetbrains.kotlin:kotlin-stdlib-jdk8@1.8.21 org.jetbrains.kotlin:kotlin-stdlib-jdk7@1.8.21 org.jetbrains.kotlin:kotlin-stdlib@2.0.20
  • Introduced through: descoped/data-collector-docker@descoped/data-collector-docker#60f14d6608332d121a2ef3cb5a83771d774ca26f io.descoped.dc:data-collector-core@2.0.1 com.squareup.okhttp3:okhttp@4.12.0 com.squareup.okio:okio@3.6.0 com.squareup.okio:okio-jvm@3.6.0 org.jetbrains.kotlin:kotlin-stdlib-jdk8@1.8.21 org.jetbrains.kotlin:kotlin-stdlib@2.0.20
  • Introduced through: descoped/data-collector-docker@descoped/data-collector-docker#60f14d6608332d121a2ef3cb5a83771d774ca26f io.descoped.dc:data-collector-core@2.0.1 com.squareup.okhttp3:okhttp@4.12.0 com.squareup.okio:okio@3.6.0 com.squareup.okio:okio-jvm@3.6.0 org.jetbrains.kotlin:kotlin-stdlib-jdk8@1.8.21 org.jetbrains.kotlin:kotlin-stdlib-jdk7@1.8.21 org.jetbrains.kotlin:kotlin-stdlib@2.0.20

Overview

org.jetbrains.kotlin:kotlin-stdlib is a Kotlin Standard Library for JVM.

Affected versions of this package are vulnerable to Information Exposure. A Kotlin application using createTempDir or createTempFile and placing sensitive information within either of these locations would be leaking this information in a read-only way to other users also on this system.

Note: As of version 1.4.21, the vulnerable functions have been marked as deprecated. Due to still being usable, this advisory is kept as "unfixed".

PoC by JLLeitschuh

package org.jlleitschuh.sandbox

import org.junit.jupiter.api.Test
import java.io.BufferedReader
import java.io.File
import java.io.IOException
import java.io.InputStreamReader
import java.nio.file.Files

class KotlinTempDirectoryPermissionCheck {
    @Test
    fun `kotlin check default directory permissions`() {
        val dir = createTempDir()
        runLS(dir.parentFile, dir) // Prints drwxr-xr-x
    }

    @Test
    fun `Files check default directory permissions`() {
        val dir = Files.createTempDirectory("random-directory")
        runLS(dir.toFile().parentFile, dir.toFile()) // Prints drwx------
    }

    @Test
    fun `kotlin check default file permissions`() {
        val file = createTempFile()
        runLS(file.parentFile, file) // Prints -rw-r--r--
    }

    @Test
    fun `Files check default file permissions`() {
        val file = Files.createTempFile("random-file", ".txt")
        runLS(file.toFile().parentFile, file.toFile()) // Prints -rw-------
    }

    private fun runLS(file: File, lookingFor: File) {
        val processBuilder = ProcessBuilder()
        processBuilder.command("ls", "-l", file.absolutePath)
        try {
            val process = processBuilder.start()
            val output = StringBuilder()
            val reader = BufferedReader(
                InputStreamReader(process.inputStream)
            )
            reader.lines().forEach { line ->
                if (line.contains("total")) {
                    output.append(line).append('\n')
                }
                if (line.contains(lookingFor.name)) {
                    output.append(line).append('\n')
                }
            }
            val exitVal = process.waitFor()
            if (exitVal == 0) {
                println("Success!")
                println(output)
            } else {
                //abnormal...
            }
        } catch (e: IOException) {
            e.printStackTrace()
        } catch (e: InterruptedException) {
            e.printStackTrace()
        }
    }
}

Remediation

Upgrade org.jetbrains.kotlin:kotlin-stdlib to version 2.1.0 or higher.

References

low severity

Memory Leak

  • Vulnerable module: io.undertow:undertow-core
  • Introduced through: io.descoped.dc:data-collector-server-base@2.0.2

Detailed paths

  • Introduced through: descoped/data-collector-docker@descoped/data-collector-docker#60f14d6608332d121a2ef3cb5a83771d774ca26f io.descoped.dc:data-collector-server-base@2.0.2 io.undertow:undertow-core@2.3.17.Final

Overview

io.undertow:undertow-core is a Java web server based on non-blocking IO.

Affected versions of this package are vulnerable to Memory Leak when the learning-push handler is configured with the default maxAge of -1. An attacker who can send normal HTTP requests may consume excessive memory.

Workaround

This vulnerability can be avoided by setting a value for maxAge that is not -1.

Remediation

Upgrade io.undertow:undertow-core to version 2.2.37.Final, 2.3.18.Final or higher.

References