Vulnerabilities

14 via 50 paths

Dependencies

131

Source

GitHub

Commit

fc981884

Find, fix and prevent vulnerabilities in your code.

Issue type
  • 14
  • 7
Severity
  • 4
  • 16
  • 1
Status
  • 21
  • 0
  • 0

high severity

Uncontrolled Recursion

  • Vulnerable module: org.apache.commons:commons-lang3
  • Introduced through: com.github.nginate:commons-lang@1.0.0 and org.springframework.data:spring-data-cassandra@5.0.0-M6

Detailed paths

  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d com.github.nginate:commons-lang@1.0.0 org.apache.commons:commons-lang3@3.4
  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d org.springframework.data:spring-data-cassandra@5.0.0-M6 org.apache.cassandra:cassandra-all@5.0.3 org.apache.commons:commons-lang3@3.4

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

Use After Free

  • Vulnerable module: com.github.jnr:jnr-posix
  • Introduced through: com.datastax.cassandra:cassandra-driver-core@3.1.3 and org.springframework.data:spring-data-cassandra@5.0.0-M6

Detailed paths

  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d com.datastax.cassandra:cassandra-driver-core@3.1.3 com.github.jnr:jnr-posix@3.0.27
    Remediation: Upgrade to com.datastax.cassandra:cassandra-driver-core@4.0.0.
  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d org.springframework.data:spring-data-cassandra@5.0.0-M6 org.apache.cassandra:java-driver-core@4.19.0 com.github.jnr:jnr-posix@3.0.27

Overview

Affected versions of this package are vulnerable to Use After Free due to CVE-2014-4043.

Remediation

Upgrade com.github.jnr:jnr-posix to version 3.1.8 or higher.

References

high severity

Denial of Service (DoS)

  • Vulnerable module: io.netty:netty-codec
  • Introduced through: com.datastax.cassandra:cassandra-driver-core@3.1.3

Detailed paths

  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d com.datastax.cassandra:cassandra-driver-core@3.1.3 io.netty:netty-handler@4.0.37.Final io.netty:netty-codec@4.0.37.Final
    Remediation: Upgrade to com.datastax.cassandra:cassandra-driver-core@3.11.2.

Overview

io.netty:netty-codec is an event-driven asynchronous network application framework.

Affected versions of this package are vulnerable to Denial of Service (DoS). SnappyFrameDecoder doesn't restrict chunk length any mad buffer skippable chunks in an unnecessary way, leading to excessive memory usage. This vulnerability can be triggered by supplying malicious input that decompresses to a very big size (via a network stream or a file), or by sending a huge skippable chunk.

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

Upgrade io.netty:netty-codec to version 4.1.68.Final or higher.

References

high severity

Denial of Service (DoS)

  • Vulnerable module: io.netty:netty-codec
  • Introduced through: com.datastax.cassandra:cassandra-driver-core@3.1.3

Detailed paths

  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d com.datastax.cassandra:cassandra-driver-core@3.1.3 io.netty:netty-handler@4.0.37.Final io.netty:netty-codec@4.0.37.Final
    Remediation: Upgrade to com.datastax.cassandra:cassandra-driver-core@3.11.2.

Overview

io.netty:netty-codec is an event-driven asynchronous network application framework.

Affected versions of this package are vulnerable to Denial of Service (DoS). Bzip2Decoder doesn't allow setting size restrictions for decompressed data. An attacker can exploit this by providing a compressed file that, when decompressed, triggers an out-of-memory exception.

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

Upgrade io.netty:netty-codec to version 4.1.68.Final or higher.

References

medium severity

Denial of Service (DoS)

  • Vulnerable module: io.netty:netty-common
  • Introduced through: com.datastax.cassandra:cassandra-driver-core@3.1.3 and org.springframework.data:spring-data-cassandra@5.0.0-M6

Detailed paths

  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d com.datastax.cassandra:cassandra-driver-core@3.1.3 io.netty:netty-handler@4.0.37.Final io.netty:netty-buffer@4.0.37.Final io.netty:netty-common@4.0.37.Final
    Remediation: Upgrade to com.datastax.cassandra:cassandra-driver-core@4.0.0.
  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d org.springframework.data:spring-data-cassandra@5.0.0-M6 org.apache.cassandra:cassandra-all@5.0.3 io.netty:netty-transport-native-epoll@4.1.96.Final io.netty:netty-common@4.0.37.Final
  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d com.datastax.cassandra:cassandra-driver-core@3.1.3 io.netty:netty-handler@4.0.37.Final io.netty:netty-transport@4.0.37.Final io.netty:netty-buffer@4.0.37.Final io.netty:netty-common@4.0.37.Final
    Remediation: Upgrade to com.datastax.cassandra:cassandra-driver-core@4.0.0.
  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d org.springframework.data:spring-data-cassandra@5.0.0-M6 org.apache.cassandra:cassandra-all@5.0.3 io.netty:netty-transport-native-epoll@4.1.96.Final io.netty:netty-transport-native-unix-common@4.1.96.Final io.netty:netty-common@4.0.37.Final
  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d org.springframework.data:spring-data-cassandra@5.0.0-M6 org.apache.cassandra:cassandra-all@5.0.3 io.netty:netty-transport-native-epoll@4.1.96.Final io.netty:netty-transport-classes-epoll@4.1.96.Final io.netty:netty-common@4.0.37.Final
  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d com.datastax.cassandra:cassandra-driver-core@3.1.3 io.netty:netty-handler@4.0.37.Final io.netty:netty-codec@4.0.37.Final io.netty:netty-transport@4.0.37.Final io.netty:netty-buffer@4.0.37.Final io.netty:netty-common@4.0.37.Final
    Remediation: Upgrade to com.datastax.cassandra:cassandra-driver-core@4.0.0.
  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d org.springframework.data:spring-data-cassandra@5.0.0-M6 org.apache.cassandra:cassandra-all@5.0.3 io.netty:netty-transport-native-epoll@4.1.96.Final io.netty:netty-transport-classes-epoll@4.1.96.Final io.netty:netty-transport-native-unix-common@4.1.96.Final io.netty:netty-common@4.0.37.Final

Overview

Affected versions of this package are vulnerable to Denial of Service (DoS) due to the extraneous reading of a Linux environment file when loaded on a Windows application. An attacker can cause the application to crash by creating a large file in C:\etc\os-release or C:\usr\lib\os-release which the application attempts to load. If the file exceeds the JVM's memory limit (1 GB by default) the application will crash when loading it into memory.

Note: This vulnerability affects only Windows environments.

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

Upgrade io.netty:netty-common to version 4.1.115.Final or higher.

References

medium severity

Improper Validation of Specified Quantity in Input

  • Vulnerable module: io.netty:netty-common
  • Introduced through: com.datastax.cassandra:cassandra-driver-core@3.1.3 and org.springframework.data:spring-data-cassandra@5.0.0-M6

Detailed paths

  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d com.datastax.cassandra:cassandra-driver-core@3.1.3 io.netty:netty-handler@4.0.37.Final io.netty:netty-buffer@4.0.37.Final io.netty:netty-common@4.0.37.Final
    Remediation: Upgrade to com.datastax.cassandra:cassandra-driver-core@4.0.0.
  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d org.springframework.data:spring-data-cassandra@5.0.0-M6 org.apache.cassandra:cassandra-all@5.0.3 io.netty:netty-transport-native-epoll@4.1.96.Final io.netty:netty-common@4.0.37.Final
  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d com.datastax.cassandra:cassandra-driver-core@3.1.3 io.netty:netty-handler@4.0.37.Final io.netty:netty-transport@4.0.37.Final io.netty:netty-buffer@4.0.37.Final io.netty:netty-common@4.0.37.Final
    Remediation: Upgrade to com.datastax.cassandra:cassandra-driver-core@4.0.0.
  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d org.springframework.data:spring-data-cassandra@5.0.0-M6 org.apache.cassandra:cassandra-all@5.0.3 io.netty:netty-transport-native-epoll@4.1.96.Final io.netty:netty-transport-native-unix-common@4.1.96.Final io.netty:netty-common@4.0.37.Final
  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d org.springframework.data:spring-data-cassandra@5.0.0-M6 org.apache.cassandra:cassandra-all@5.0.3 io.netty:netty-transport-native-epoll@4.1.96.Final io.netty:netty-transport-classes-epoll@4.1.96.Final io.netty:netty-common@4.0.37.Final
  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d com.datastax.cassandra:cassandra-driver-core@3.1.3 io.netty:netty-handler@4.0.37.Final io.netty:netty-codec@4.0.37.Final io.netty:netty-transport@4.0.37.Final io.netty:netty-buffer@4.0.37.Final io.netty:netty-common@4.0.37.Final
    Remediation: Upgrade to com.datastax.cassandra:cassandra-driver-core@4.0.0.
  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d org.springframework.data:spring-data-cassandra@5.0.0-M6 org.apache.cassandra:cassandra-all@5.0.3 io.netty:netty-transport-native-epoll@4.1.96.Final io.netty:netty-transport-classes-epoll@4.1.96.Final io.netty:netty-transport-native-unix-common@4.1.96.Final io.netty:netty-common@4.0.37.Final

Overview

Affected versions of this package are vulnerable to Improper Validation of Specified Quantity in Input in BufferedReader.readLine(), which does not count null bytes when calculating the acceptable size of an input stream. An attacker can cause the application to crash by creating a large file in C:\etc\os-release or C:\usr\lib\os-release which the application attempts to load. If the file exceeds the JVM's memory limit (1 GB by default) the application will crash when loading it into memory.

Note: This vulnerability affects only Windows environments and is a bypass for the previously reported and fixed CVE-2024-47535.

Remediation

Upgrade io.netty:netty-common to version 4.1.118, 4.2.0.RC3 or higher.

References

medium severity

Denial of Service (DoS)

  • Vulnerable module: io.netty:netty-handler
  • Introduced through: com.datastax.cassandra:cassandra-driver-core@3.1.3 and org.springframework.data:spring-data-cassandra@5.0.0-M6

Detailed paths

  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d com.datastax.cassandra:cassandra-driver-core@3.1.3 io.netty:netty-handler@4.0.37.Final
    Remediation: Upgrade to com.datastax.cassandra:cassandra-driver-core@3.11.4.
  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d org.springframework.data:spring-data-cassandra@5.0.0-M6 org.apache.cassandra:java-driver-core@4.19.0 io.netty:netty-handler@4.0.37.Final

Overview

io.netty:netty-handler is a library that provides an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enables quick and easy development of network applications such as protocol servers and clients. It greatly simplifies and streamlines network programming such as TCP and UDP socket server.

Affected versions of this package are vulnerable to Denial of Service (DoS) such that if the user has no idle timeout handler configured it might be possible for a remote peer to send a client hello packet which leads the server to buffer up to 16MB of data per connection.

The SniHandler class is a handler that waits for the TLS handshake to configure a SslHandler according to the indicated server name by the ClientHello record. For this matter it allocates a ByteBuf using the value defined in the ClientHello record.

Note:

An attacker can craft a packet that makes the SslClientHelloHandler to:

  1. Allocate a 16MB ByteBuf.

  2. Not fail decode method in buffer.

  3. Get out of the loop without an exception.

The combination of this without the use of a timeout makes it easy to connect to a TCP server and allocate 16MB of heap memory per connection.

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

Upgrade io.netty:netty-handler to version 4.1.94.Final or higher.

References

medium severity

Insecure Defaults

  • Vulnerable module: io.netty:netty-handler
  • Introduced through: com.datastax.cassandra:cassandra-driver-core@3.1.3 and org.springframework.data:spring-data-cassandra@5.0.0-M6

Detailed paths

  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d com.datastax.cassandra:cassandra-driver-core@3.1.3 io.netty:netty-handler@4.0.37.Final
    Remediation: Upgrade to com.datastax.cassandra:cassandra-driver-core@3.3.0.
  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d org.springframework.data:spring-data-cassandra@5.0.0-M6 org.apache.cassandra:java-driver-core@4.19.0 io.netty:netty-handler@4.0.37.Final

Overview

io.netty:netty is a NIO client server framework which enables quick and easy development of network applications such as protocol servers and clients.

Affected version of this package did not properly ensure that the certificate is actually associated with that host.

Remediation

Upgrade netty to versions 4.0.45, 4.1.9 or higher.

References

medium severity

Information Disclosure

  • Vulnerable module: io.netty:netty-common
  • Introduced through: com.datastax.cassandra:cassandra-driver-core@3.1.3 and org.springframework.data:spring-data-cassandra@5.0.0-M6

Detailed paths

  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d com.datastax.cassandra:cassandra-driver-core@3.1.3 io.netty:netty-handler@4.0.37.Final io.netty:netty-buffer@4.0.37.Final io.netty:netty-common@4.0.37.Final
    Remediation: Upgrade to com.datastax.cassandra:cassandra-driver-core@3.11.2.
  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d org.springframework.data:spring-data-cassandra@5.0.0-M6 org.apache.cassandra:cassandra-all@5.0.3 io.netty:netty-transport-native-epoll@4.1.96.Final io.netty:netty-common@4.0.37.Final
  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d com.datastax.cassandra:cassandra-driver-core@3.1.3 io.netty:netty-handler@4.0.37.Final io.netty:netty-transport@4.0.37.Final io.netty:netty-buffer@4.0.37.Final io.netty:netty-common@4.0.37.Final
    Remediation: Upgrade to com.datastax.cassandra:cassandra-driver-core@3.11.2.
  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d org.springframework.data:spring-data-cassandra@5.0.0-M6 org.apache.cassandra:cassandra-all@5.0.3 io.netty:netty-transport-native-epoll@4.1.96.Final io.netty:netty-transport-native-unix-common@4.1.96.Final io.netty:netty-common@4.0.37.Final
  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d org.springframework.data:spring-data-cassandra@5.0.0-M6 org.apache.cassandra:cassandra-all@5.0.3 io.netty:netty-transport-native-epoll@4.1.96.Final io.netty:netty-transport-classes-epoll@4.1.96.Final io.netty:netty-common@4.0.37.Final
  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d com.datastax.cassandra:cassandra-driver-core@3.1.3 io.netty:netty-handler@4.0.37.Final io.netty:netty-codec@4.0.37.Final io.netty:netty-transport@4.0.37.Final io.netty:netty-buffer@4.0.37.Final io.netty:netty-common@4.0.37.Final
    Remediation: Upgrade to com.datastax.cassandra:cassandra-driver-core@3.11.2.
  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d org.springframework.data:spring-data-cassandra@5.0.0-M6 org.apache.cassandra:cassandra-all@5.0.3 io.netty:netty-transport-native-epoll@4.1.96.Final io.netty:netty-transport-classes-epoll@4.1.96.Final io.netty:netty-transport-native-unix-common@4.1.96.Final io.netty:netty-common@4.0.37.Final

Overview

Affected versions of this package are vulnerable to Information Disclosure via the AbstractDiskHttpData method, and on Unix-like systems.

When netty's multipart decoders are used, local information disclosure can occur via the local system temporary directory if temporary storing uploads on the disk are enabled. On unix-like systems, the temporary directory is shared between all users. As such, writing to this directory using API's that do not explicitly set the file/directory permissions can lead to information disclosure. The method File.createTempFile on unix-like systems creates a random file, but, by default will create this file with the permissions -rw-r--r--. Sensitive information is written to this file in AbstractDiskHttpData, and other local users can read it.

Remediation

Upgrade io.netty:netty-common to version 4.1.59.Final or higher.

References

medium severity

Information Disclosure

  • Vulnerable module: io.netty:netty-handler
  • Introduced through: com.datastax.cassandra:cassandra-driver-core@3.1.3 and org.springframework.data:spring-data-cassandra@5.0.0-M6

Detailed paths

  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d com.datastax.cassandra:cassandra-driver-core@3.1.3 io.netty:netty-handler@4.0.37.Final
    Remediation: Upgrade to com.datastax.cassandra:cassandra-driver-core@3.11.2.
  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d org.springframework.data:spring-data-cassandra@5.0.0-M6 org.apache.cassandra:java-driver-core@4.19.0 io.netty:netty-handler@4.0.37.Final

Overview

io.netty:netty-handler is a library that provides an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enables quick and easy development of network applications such as protocol servers and clients. It greatly simplifies and streamlines network programming such as TCP and UDP socket server.

Affected versions of this package are vulnerable to Information Disclosure via the AbstractDiskHttpData method, and on Unix-like systems.

When netty's multipart decoders are used, local information disclosure can occur via the local system temporary directory if temporary storing uploads on the disk are enabled. On unix-like systems, the temporary directory is shared between all users. As such, writing to this directory using API's that do not explicitly set the file/directory permissions can lead to information disclosure. The method File.createTempFile on unix-like systems creates a random file, but, by default will create this file with the permissions -rw-r--r--. Sensitive information is written to this file in AbstractDiskHttpData, and other local users can read it.

Remediation

Upgrade io.netty:netty-handler to version 4.1.59.Final or higher.

References

medium severity

Information Disclosure

  • Vulnerable module: io.netty:netty-transport
  • Introduced through: com.datastax.cassandra:cassandra-driver-core@3.1.3

Detailed paths

  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d com.datastax.cassandra:cassandra-driver-core@3.1.3 io.netty:netty-handler@4.0.37.Final io.netty:netty-transport@4.0.37.Final
    Remediation: Upgrade to com.datastax.cassandra:cassandra-driver-core@3.11.2.
  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d com.datastax.cassandra:cassandra-driver-core@3.1.3 io.netty:netty-handler@4.0.37.Final io.netty:netty-codec@4.0.37.Final io.netty:netty-transport@4.0.37.Final
    Remediation: Upgrade to com.datastax.cassandra:cassandra-driver-core@3.11.2.

Overview

Affected versions of this package are vulnerable to Information Disclosure via the AbstractDiskHttpData method, and on Unix-like systems.

When netty's multipart decoders are used, local information disclosure can occur via the local system temporary directory if temporary storing uploads on the disk are enabled. On unix-like systems, the temporary directory is shared between all users. As such, writing to this directory using API's that do not explicitly set the file/directory permissions can lead to information disclosure. The method File.createTempFile on unix-like systems creates a random file, but, by default will create this file with the permissions -rw-r--r--. Sensitive information is written to this file in AbstractDiskHttpData, and other local users can read it.

Remediation

Upgrade io.netty:netty-transport to version 4.1.59.Final or higher.

References

medium severity

Unsafe Dependency Resolution

  • Vulnerable module: com.beust:jcommander
  • Introduced through: org.springframework.data:spring-data-cassandra@5.0.0-M6

Detailed paths

  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d org.springframework.data:spring-data-cassandra@5.0.0-M6 org.apache.cassandra:cassandra-all@5.0.3 com.beust:jcommander@1.30
  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d org.springframework.data:spring-data-cassandra@5.0.0-M6 org.apache.cassandra:cassandra-all@5.0.3 org.gridkit.jvmtool:sjk-cli@0.14 com.beust:jcommander@1.30
  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d org.springframework.data:spring-data-cassandra@5.0.0-M6 org.apache.cassandra:cassandra-all@5.0.3 org.gridkit.jvmtool:sjk-core@0.14 org.gridkit.jvmtool:sjk-cli@0.14 com.beust:jcommander@1.30
  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d org.springframework.data:spring-data-cassandra@5.0.0-M6 org.apache.cassandra:cassandra-all@5.0.3 org.gridkit.jvmtool:mxdump@0.14 org.gridkit.jvmtool:sjk-core@0.14 org.gridkit.jvmtool:sjk-cli@0.14 com.beust:jcommander@1.30

Overview

com.beust:jcommander is a Command line parsing framework for Java.

Affected versions of this package are vulnerable to Unsafe Dependency Resolution due to resolving dependencies over an insecure channel (http).

If the build occurred over an insecure connection, a malicious user could have perform a Man-in-the-Middle attack during the build and alter the build artifacts that were produced. In the case that any of these artifacts were compromised, any developers using them could be vulnerable.

Note: In order to validate that this artifact was not compromised, the maintainer would need to confirm that all of the artifacts published to the registry were not altered. Until this happens, we can not guarantee that this artifact was not compromised even though the probability that this happened is low.

We have chosen to alert on this issue when maintainers either decided to issue CVEs themselves, or in cases when maintainers decided against performing audits on their build to verify they had not been compromised.

Remediation

Upgrade com.beust:jcommander to version 1.75 or higher.

References

medium severity

Information Exposure

  • Vulnerable module: io.netty:netty-common
  • Introduced through: com.datastax.cassandra:cassandra-driver-core@3.1.3 and org.springframework.data:spring-data-cassandra@5.0.0-M6

Detailed paths

  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d com.datastax.cassandra:cassandra-driver-core@3.1.3 io.netty:netty-handler@4.0.37.Final io.netty:netty-buffer@4.0.37.Final io.netty:netty-common@4.0.37.Final
    Remediation: Upgrade to com.datastax.cassandra:cassandra-driver-core@3.11.3.
  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d org.springframework.data:spring-data-cassandra@5.0.0-M6 org.apache.cassandra:cassandra-all@5.0.3 io.netty:netty-transport-native-epoll@4.1.96.Final io.netty:netty-common@4.0.37.Final
  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d com.datastax.cassandra:cassandra-driver-core@3.1.3 io.netty:netty-handler@4.0.37.Final io.netty:netty-transport@4.0.37.Final io.netty:netty-buffer@4.0.37.Final io.netty:netty-common@4.0.37.Final
    Remediation: Upgrade to com.datastax.cassandra:cassandra-driver-core@3.11.3.
  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d org.springframework.data:spring-data-cassandra@5.0.0-M6 org.apache.cassandra:cassandra-all@5.0.3 io.netty:netty-transport-native-epoll@4.1.96.Final io.netty:netty-transport-native-unix-common@4.1.96.Final io.netty:netty-common@4.0.37.Final
  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d org.springframework.data:spring-data-cassandra@5.0.0-M6 org.apache.cassandra:cassandra-all@5.0.3 io.netty:netty-transport-native-epoll@4.1.96.Final io.netty:netty-transport-classes-epoll@4.1.96.Final io.netty:netty-common@4.0.37.Final
  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d com.datastax.cassandra:cassandra-driver-core@3.1.3 io.netty:netty-handler@4.0.37.Final io.netty:netty-codec@4.0.37.Final io.netty:netty-transport@4.0.37.Final io.netty:netty-buffer@4.0.37.Final io.netty:netty-common@4.0.37.Final
    Remediation: Upgrade to com.datastax.cassandra:cassandra-driver-core@3.11.3.
  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d org.springframework.data:spring-data-cassandra@5.0.0-M6 org.apache.cassandra:cassandra-all@5.0.3 io.netty:netty-transport-native-epoll@4.1.96.Final io.netty:netty-transport-classes-epoll@4.1.96.Final io.netty:netty-transport-native-unix-common@4.1.96.Final io.netty:netty-common@4.0.37.Final

Overview

Affected versions of this package are vulnerable to Information Exposure due to an incomplete fix to CVE-2021-21290, which still allowed one exploitable path. When netty's multipart decoders are used, local information disclosure can occur via the local system temporary directory, if temporary storing uploads on the disk is enabled. Note: To be vulnerable, a victim application has to run on a Unix-like operating system, and with Java 6 or below.

Remediation

Upgrade io.netty:netty-common to version 4.1.77.Final or higher.

References

medium severity

Dual license: EPL-1.0, LGPL-2.1

  • Module: ch.qos.logback:logback-classic
  • Introduced through: org.springframework.boot:spring-boot-starter@4.0.0-M3

Detailed paths

  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d org.springframework.boot:spring-boot-starter@4.0.0-M3 org.springframework.boot:spring-boot-starter-logging@4.0.0-M3 ch.qos.logback:logback-classic@1.5.18

Dual license: EPL-1.0, LGPL-2.1

medium severity

Dual license: EPL-1.0, LGPL-2.1

  • Module: ch.qos.logback:logback-core
  • Introduced through: org.springframework.boot:spring-boot-starter@4.0.0-M3

Detailed paths

  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d org.springframework.boot:spring-boot-starter@4.0.0-M3 org.springframework.boot:spring-boot-starter-logging@4.0.0-M3 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18

Dual license: EPL-1.0, LGPL-2.1

medium severity

LGPL-2.1 license

  • Module: com.github.spotbugs:spotbugs-annotations
  • Introduced through: com.github.spotbugs:spotbugs-annotations@3.1.11

Detailed paths

  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d com.github.spotbugs:spotbugs-annotations@3.1.11

LGPL-2.1 license

medium severity

LGPL-2.1 license

  • Module: org.jboss.byteman:byteman
  • Introduced through: org.springframework.data:spring-data-cassandra@5.0.0-M6

Detailed paths

  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d org.springframework.data:spring-data-cassandra@5.0.0-M6 org.apache.cassandra:cassandra-all@5.0.3 org.jboss.byteman:byteman@4.0.20
  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d org.springframework.data:spring-data-cassandra@5.0.0-M6 org.apache.cassandra:cassandra-all@5.0.3 org.jboss.byteman:byteman-bmunit@4.0.20 org.jboss.byteman:byteman@4.0.20

LGPL-2.1 license

medium severity

LGPL-2.1 license

  • Module: org.jboss.byteman:byteman-bmunit
  • Introduced through: org.springframework.data:spring-data-cassandra@5.0.0-M6

Detailed paths

  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d org.springframework.data:spring-data-cassandra@5.0.0-M6 org.apache.cassandra:cassandra-all@5.0.3 org.jboss.byteman:byteman-bmunit@4.0.20

LGPL-2.1 license

medium severity

LGPL-2.1 license

  • Module: org.jboss.byteman:byteman-install
  • Introduced through: org.springframework.data:spring-data-cassandra@5.0.0-M6

Detailed paths

  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d org.springframework.data:spring-data-cassandra@5.0.0-M6 org.apache.cassandra:cassandra-all@5.0.3 org.jboss.byteman:byteman-install@4.0.20
  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d org.springframework.data:spring-data-cassandra@5.0.0-M6 org.apache.cassandra:cassandra-all@5.0.3 org.jboss.byteman:byteman-bmunit@4.0.20 org.jboss.byteman:byteman-install@4.0.20

LGPL-2.1 license

medium severity

LGPL-2.1 license

  • Module: org.jboss.byteman:byteman-submit
  • Introduced through: org.springframework.data:spring-data-cassandra@5.0.0-M6

Detailed paths

  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d org.springframework.data:spring-data-cassandra@5.0.0-M6 org.apache.cassandra:cassandra-all@5.0.3 org.jboss.byteman:byteman-submit@4.0.20
  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d org.springframework.data:spring-data-cassandra@5.0.0-M6 org.apache.cassandra:cassandra-all@5.0.3 org.jboss.byteman:byteman-bmunit@4.0.20 org.jboss.byteman:byteman-submit@4.0.20

LGPL-2.1 license

low severity

Information Exposure

  • Vulnerable module: junit:junit
  • Introduced through: org.springframework.data:spring-data-cassandra@5.0.0-M6

Detailed paths

  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d org.springframework.data:spring-data-cassandra@5.0.0-M6 org.apache.cassandra:cassandra-all@5.0.3 org.antlr:antlr-runtime@3.5.2 junit:junit@4.10
  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d org.springframework.data:spring-data-cassandra@5.0.0-M6 org.apache.cassandra:cassandra-all@5.0.3 org.antlr:ST4@4.0.8 org.antlr:antlr-runtime@3.5.2 junit:junit@4.10
  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d org.springframework.data:spring-data-cassandra@5.0.0-M6 org.apache.cassandra:cassandra-all@5.0.3 org.antlr:antlr@3.5.2 org.antlr:antlr-runtime@3.5.2 junit:junit@4.10
  • Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d org.springframework.data:spring-data-cassandra@5.0.0-M6 org.apache.cassandra:cassandra-all@5.0.3 org.antlr:antlr@3.5.2 org.antlr:ST4@4.0.8 org.antlr:antlr-runtime@3.5.2 junit:junit@4.10

Overview

junit:junit is an unit testing framework for Java

Affected versions of this package are vulnerable to Information Exposure. The JUnit4 test rule TemporaryFolder contains a local information disclosure vulnerability. On Unix like systems, the system's temporary directory is shared between all users on that system. Because of this, when files and directories are written into this directory they are, by default, readable by other users on that same system.

Note: This vulnerability does not allow other users to overwrite the contents of these directories or files. This only affects Unix like systems.

Remediation

Upgrade junit:junit to version 4.13.1 or higher.

References