Kindrat/cassandra-client
Find, fix and prevent vulnerabilities in your code.
high severity
- Vulnerable module: org.apache.cassandra:cassandra-all
- Introduced through: org.springframework.data:spring-data-cassandra@5.0.0-M1
Detailed paths
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:cassandra-all@3.11.12
Overview
org.apache.cassandra:cassandra-all is a maven plugin for the Apache Cassandra Project. Which, develops a highly scalable second-generation distributed database, bringing together Dynamo's fully distributed design and Bigtable's ColumnFamily-based data model.
Affected versions of this package are vulnerable to Privilege Defined With Unsafe Actions in auth/Permission.java
. A user who has MODIFY
permission on ALL KEYSPACES
can escalate privileges to superuser because ALL KEYSPACES
allows access and modification of system keyspaces by default.
Remediation
Upgrade org.apache.cassandra:cassandra-all
to version 3.0.31, 3.11.18, 4.0.16, 4.1.8, 5.0.3 or higher.
References
high severity
- Vulnerable module: org.apache.thrift:libthrift
- Introduced through: org.springframework.data:spring-data-cassandra@5.0.0-M1
Detailed paths
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:cassandra-all@3.11.12 › org.apache.thrift:libthrift@0.9.2
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:cassandra-thrift@3.11.12 › org.apache.thrift:libthrift@0.9.2
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:cassandra-all@3.11.12 › com.thinkaurelius.thrift:thrift-server@0.3.7 › org.apache.thrift:libthrift@0.9.2
Overview
org.apache.thrift:libthrift is a lightweight, language-independent software stack with an associated code generation mechanism for point-to-point RPC.
Affected versions of this package are vulnerable to Denial of Service (DoS). A server or client may run into an endless loop when fed with specific input data.
Note: This issue was found to be partially fixed within version 0.11.0
. As such depending on the installed version it affects only certain language bindings.
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 org.apache.thrift:libthrift
to version 0.13.0 or higher.
References
high severity
- 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-M1
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.27Remediation: 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-M1 › org.apache.cassandra:java-driver-core@4.19.0 › com.github.jnr:jnr-posix@3.0.27
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:java-driver-query-builder@4.19.0 › 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
- Vulnerable module: io.netty:netty-codec
- Introduced through: com.datastax.cassandra:cassandra-driver-core@3.1.3 and org.springframework.data:spring-data-cassandra@5.0.0-M1
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.FinalRemediation: 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-M1 › org.apache.cassandra:java-driver-core@4.19.0 › io.netty:netty-handler@4.0.37.Final › io.netty:netty-codec@4.0.37.Final
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:java-driver-query-builder@4.19.0 › org.apache.cassandra:java-driver-core@4.19.0 › io.netty:netty-handler@4.0.37.Final › io.netty:netty-codec@4.0.37.Final
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
- Vulnerable module: io.netty:netty-codec
- Introduced through: com.datastax.cassandra:cassandra-driver-core@3.1.3 and org.springframework.data:spring-data-cassandra@5.0.0-M1
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.FinalRemediation: 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-M1 › org.apache.cassandra:java-driver-core@4.19.0 › io.netty:netty-handler@4.0.37.Final › io.netty:netty-codec@4.0.37.Final
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:java-driver-query-builder@4.19.0 › org.apache.cassandra:java-driver-core@4.19.0 › io.netty:netty-handler@4.0.37.Final › io.netty:netty-codec@4.0.37.Final
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
high severity
- Vulnerable module: org.apache.thrift:libthrift
- Introduced through: org.springframework.data:spring-data-cassandra@5.0.0-M1
Detailed paths
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:cassandra-all@3.11.12 › org.apache.thrift:libthrift@0.9.2
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:cassandra-thrift@3.11.12 › org.apache.thrift:libthrift@0.9.2
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:cassandra-all@3.11.12 › com.thinkaurelius.thrift:thrift-server@0.3.7 › org.apache.thrift:libthrift@0.9.2
Overview
org.apache.thrift:libthrift is a lightweight, language-independent software stack with an associated code generation mechanism for point-to-point RPC.
Affected versions of this package are vulnerable to Authentication Bypass. It could bypass SASL negotiation in the org.apache.thrift.transport.TSaslTransport
class. An assert used to determine if the SASL handshake had successfully completed could be disabled in production settings making the validation incomplete.
Remediation
Upgrade org.apache.thrift:libthrift
to version 0.9.3-1, 0.12.0 or higher.
References
high severity
- Vulnerable module: org.apache.thrift:libthrift
- Introduced through: org.springframework.data:spring-data-cassandra@5.0.0-M1
Detailed paths
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:cassandra-all@3.11.12 › org.apache.thrift:libthrift@0.9.2
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:cassandra-thrift@3.11.12 › org.apache.thrift:libthrift@0.9.2
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:cassandra-all@3.11.12 › com.thinkaurelius.thrift:thrift-server@0.3.7 › org.apache.thrift:libthrift@0.9.2
Overview
org.apache.thrift:libthrift is a lightweight, language-independent software stack with an associated code generation mechanism for point-to-point RPC.
Affected versions of this package are vulnerable to Denial of Service (DoS). It would not error upon receiving messages declaring containers of sizes larger than the payload.
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 org.apache.thrift:libthrift
to version 0.14.0 or higher.
References
medium severity
- 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-M1
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.FinalRemediation: Upgrade to com.datastax.cassandra:cassandra-driver-core@4.0.0.
-
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.FinalRemediation: 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-M1 › org.apache.cassandra:java-driver-core@4.19.0 › io.netty:netty-handler@4.0.37.Final › io.netty:netty-buffer@4.0.37.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.FinalRemediation: 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-M1 › org.apache.cassandra:java-driver-core@4.19.0 › 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
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:java-driver-query-builder@4.19.0 › org.apache.cassandra:java-driver-core@4.19.0 › io.netty:netty-handler@4.0.37.Final › io.netty:netty-buffer@4.0.37.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-M1 › org.apache.cassandra:java-driver-core@4.19.0 › 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
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:java-driver-query-builder@4.19.0 › org.apache.cassandra:java-driver-core@4.19.0 › 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
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:java-driver-query-builder@4.19.0 › org.apache.cassandra:java-driver-core@4.19.0 › 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
…and 6 more
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
- 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-M1
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.FinalRemediation: Upgrade to com.datastax.cassandra:cassandra-driver-core@4.0.0.
-
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.FinalRemediation: 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-M1 › org.apache.cassandra:java-driver-core@4.19.0 › io.netty:netty-handler@4.0.37.Final › io.netty:netty-buffer@4.0.37.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.FinalRemediation: 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-M1 › org.apache.cassandra:java-driver-core@4.19.0 › 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
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:java-driver-query-builder@4.19.0 › org.apache.cassandra:java-driver-core@4.19.0 › io.netty:netty-handler@4.0.37.Final › io.netty:netty-buffer@4.0.37.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-M1 › org.apache.cassandra:java-driver-core@4.19.0 › 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
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:java-driver-query-builder@4.19.0 › org.apache.cassandra:java-driver-core@4.19.0 › 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
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:java-driver-query-builder@4.19.0 › org.apache.cassandra:java-driver-core@4.19.0 › 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
…and 6 more
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
- 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-M1
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.FinalRemediation: 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-M1 › org.apache.cassandra:java-driver-core@4.19.0 › io.netty:netty-handler@4.0.37.Final
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:java-driver-query-builder@4.19.0 › 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:
Allocate a 16MB
ByteBuf
.Not fail
decode
method in buffer.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
- 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-M1
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.FinalRemediation: 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-M1 › org.apache.cassandra:java-driver-core@4.19.0 › io.netty:netty-handler@4.0.37.Final
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:java-driver-query-builder@4.19.0 › 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
- Vulnerable module: org.apache.thrift:libthrift
- Introduced through: org.springframework.data:spring-data-cassandra@5.0.0-M1
Detailed paths
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:cassandra-all@3.11.12 › org.apache.thrift:libthrift@0.9.2
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:cassandra-thrift@3.11.12 › org.apache.thrift:libthrift@0.9.2
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:cassandra-all@3.11.12 › com.thinkaurelius.thrift:thrift-server@0.3.7 › org.apache.thrift:libthrift@0.9.2
Overview
org.apache.thrift:libthrift is a lightweight, language-independent software stack with an associated code generation mechanism for point-to-point RPC.
Affected versions of this package are vulnerable to Improper Access Control. A remote user had the ability to access files outside the set webservers docroot
path.
Remediation
Upgrade org.apache.thrift:libthrift
to version 0.11.0 or higher.
References
medium severity
- Vulnerable module: org.apache.thrift:libthrift
- Introduced through: org.springframework.data:spring-data-cassandra@5.0.0-M1
Detailed paths
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:cassandra-all@3.11.12 › org.apache.thrift:libthrift@0.9.2
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:cassandra-thrift@3.11.12 › org.apache.thrift:libthrift@0.9.2
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:cassandra-all@3.11.12 › com.thinkaurelius.thrift:thrift-server@0.3.7 › org.apache.thrift:libthrift@0.9.2
Overview
org.apache.thrift:libthrift is a lightweight, language-independent software stack with an associated code generation mechanism for point-to-point RPC.
Affected versions of this package are vulnerable to Insufficient Validation. Multiple SSL vulnerabilities exists within thrift
which includes:
- It is possible to abuse to embedded OpenSSL library within
thrift
to conduct denial of service attacks by abusingTSSLSocket
duringclose()
- The SSL library used by default allows for insecure SSLv3 negotiation
Remediation
Upgrade org.apache.thrift:libthrift
to version 0.9.3 or higher.
References
medium severity
- Vulnerable module: org.hibernate:hibernate-validator
- Introduced through: org.hibernate:hibernate-validator@4.3.0.Final
Detailed paths
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.hibernate:hibernate-validator@4.3.0.FinalRemediation: Upgrade to org.hibernate:hibernate-validator@6.0.23.Final.
Overview
org.hibernate:hibernate-validator is a Hibernate Validator Engine Relocation Artifact.
Affected versions of this package are vulnerable to Cross-site Scripting (XSS). The SafeHtml
validator annotation fails to properly sanitize payloads consisting of potentially malicious code in HTML comments and instructions.
Details
A cross-site scripting attack occurs when the attacker tricks a legitimate web-based application or site to accept a request as originating from a trusted source.
This is done by escaping the context of the web application; the web application then delivers that data to its users along with other trusted dynamic content, without validating it. The browser unknowingly executes malicious script on the client side (through client-side languages; usually JavaScript or HTML) in order to perform actions that are otherwise typically blocked by the browser’s Same Origin Policy.
Injecting malicious code is the most prevalent manner by which XSS is exploited; for this reason, escaping characters in order to prevent this manipulation is the top method for securing code against this vulnerability.
Escaping means that the application is coded to mark key characters, and particularly key characters included in user input, to prevent those characters from being interpreted in a dangerous context. For example, in HTML, <
can be coded as <
; and >
can be coded as >
; in order to be interpreted and displayed as themselves in text, while within the code itself, they are used for HTML tags. If malicious content is injected into an application that escapes special characters and that malicious content uses <
and >
as HTML tags, those characters are nonetheless not interpreted as HTML tags by the browser if they’ve been correctly escaped in the application code and in this way the attempted attack is diverted.
The most prominent use of XSS is to steal cookies (source: OWASP HttpOnly) and hijack user sessions, but XSS exploits have been used to expose sensitive information, enable access to privileged services and functionality and deliver malware.
Types of attacks
There are a few methods by which XSS can be manipulated:
Type | Origin | Description |
---|---|---|
Stored | Server | The malicious code is inserted in the application (usually as a link) by the attacker. The code is activated every time a user clicks the link. |
Reflected | Server | The attacker delivers a malicious link externally from the vulnerable web site application to a user. When clicked, malicious code is sent to the vulnerable web site, which reflects the attack back to the user’s browser. |
DOM-based | Client | The attacker forces the user’s browser to render a malicious page. The data in the page itself delivers the cross-site scripting data. |
Mutated | The attacker injects code that appears safe, but is then rewritten and modified by the browser, while parsing the markup. An example is rebalancing unclosed quotation marks or even adding quotation marks to unquoted parameters. |
Affected environments
The following environments are susceptible to an XSS attack:
- Web servers
- Application servers
- Web application environments
How to prevent
This section describes the top best practices designed to specifically protect your code:
- Sanitize data input in an HTTP request before reflecting it back, ensuring all data is validated, filtered or escaped before echoing anything back to the user, such as the values of query parameters during searches.
- Convert special characters such as
?
,&
,/
,<
,>
and spaces to their respective HTML or URL encoded equivalents. - Give users the option to disable client-side scripts.
- Redirect invalid requests.
- Detect simultaneous logins, including those from two separate IP addresses, and invalidate those sessions.
- Use and enforce a Content Security Policy (source: Wikipedia) to disable any features that might be manipulated for an XSS attack.
- Read the documentation for any of the libraries referenced in your code to understand which elements allow for embedded HTML.
Remediation
Upgrade org.hibernate:hibernate-validator
to version 6.0.18.Final, 6.1.0.Final or higher.
References
medium severity
- 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-M1
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.FinalRemediation: 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-transport@4.0.37.Final › io.netty:netty-buffer@4.0.37.Final › io.netty:netty-common@4.0.37.FinalRemediation: 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-M1 › org.apache.cassandra:java-driver-core@4.19.0 › io.netty:netty-handler@4.0.37.Final › io.netty:netty-buffer@4.0.37.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.FinalRemediation: 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-M1 › org.apache.cassandra:java-driver-core@4.19.0 › 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
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:java-driver-query-builder@4.19.0 › org.apache.cassandra:java-driver-core@4.19.0 › io.netty:netty-handler@4.0.37.Final › io.netty:netty-buffer@4.0.37.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-M1 › org.apache.cassandra:java-driver-core@4.19.0 › 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
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:java-driver-query-builder@4.19.0 › org.apache.cassandra:java-driver-core@4.19.0 › 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
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:java-driver-query-builder@4.19.0 › org.apache.cassandra:java-driver-core@4.19.0 › 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
…and 6 more
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
- 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-M1
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.FinalRemediation: 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-M1 › org.apache.cassandra:java-driver-core@4.19.0 › io.netty:netty-handler@4.0.37.Final
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:java-driver-query-builder@4.19.0 › 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
- Vulnerable module: io.netty:netty-transport
- Introduced through: com.datastax.cassandra:cassandra-driver-core@3.1.3 and org.springframework.data:spring-data-cassandra@5.0.0-M1
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.FinalRemediation: 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.FinalRemediation: 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-M1 › org.apache.cassandra:java-driver-core@4.19.0 › io.netty:netty-handler@4.0.37.Final › io.netty:netty-transport@4.0.37.Final
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:java-driver-core@4.19.0 › io.netty:netty-handler@4.0.37.Final › io.netty:netty-codec@4.0.37.Final › io.netty:netty-transport@4.0.37.Final
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:java-driver-query-builder@4.19.0 › org.apache.cassandra:java-driver-core@4.19.0 › io.netty:netty-handler@4.0.37.Final › io.netty:netty-transport@4.0.37.Final
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:java-driver-query-builder@4.19.0 › org.apache.cassandra:java-driver-core@4.19.0 › io.netty:netty-handler@4.0.37.Final › io.netty:netty-codec@4.0.37.Final › io.netty:netty-transport@4.0.37.Final
…and 3 more
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
- 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-M1
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.FinalRemediation: Upgrade to com.datastax.cassandra:cassandra-driver-core@3.11.3.
-
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.FinalRemediation: 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-M1 › org.apache.cassandra:java-driver-core@4.19.0 › io.netty:netty-handler@4.0.37.Final › io.netty:netty-buffer@4.0.37.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.FinalRemediation: 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-M1 › org.apache.cassandra:java-driver-core@4.19.0 › 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
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:java-driver-query-builder@4.19.0 › org.apache.cassandra:java-driver-core@4.19.0 › io.netty:netty-handler@4.0.37.Final › io.netty:netty-buffer@4.0.37.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-M1 › org.apache.cassandra:java-driver-core@4.19.0 › 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
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:java-driver-query-builder@4.19.0 › org.apache.cassandra:java-driver-core@4.19.0 › 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
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:java-driver-query-builder@4.19.0 › org.apache.cassandra:java-driver-core@4.19.0 › 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
…and 6 more
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
- Vulnerable module: org.hibernate:hibernate-validator
- Introduced through: org.hibernate:hibernate-validator@4.3.0.Final
Detailed paths
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.hibernate:hibernate-validator@4.3.0.FinalRemediation: Upgrade to org.hibernate:hibernate-validator@6.0.23.Final.
Overview
org.hibernate:hibernate-validator is a Hibernate Validator Engine Relocation Artifact.
Affected versions of this package are vulnerable to Improper Input Validation. A bug in the message interpolation processor enables invalid EL expressions to be evaluated as if they were valid. This flaw allows attackers to bypass input sanitation (escaping, stripping) controls that developers may have put in place when handling user-controlled data in error messages.
Remediation
Upgrade org.hibernate:hibernate-validator
to version 6.0.19.Final, 6.1.3.Final or higher.
References
medium severity
- Vulnerable module: org.hibernate:hibernate-validator
- Introduced through: org.hibernate:hibernate-validator@4.3.0.Final
Detailed paths
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.hibernate:hibernate-validator@4.3.0.FinalRemediation: Upgrade to org.hibernate:hibernate-validator@6.0.23.Final.
Overview
org.hibernate:hibernate-validator is a Hibernate Validator Engine Relocation Artifact.
Affected versions of this package are vulnerable to JSM bypass via ReflectionHelper. ReflectionHelper (org.hibernate.validator.util.ReflectionHelper
) in Hibernate Validator 4.1.0 before 4.2.1, 4.3.x before 4.3.2, and 5.x before 5.1.2 allows attackers to bypass Java Security Manager (JSM) restrictions and execute restricted reflection calls via a crafted application.
Remediation
Upgrade org.hibernate:hibernate-validator
to version 4.3.2.Final, 5.1.2.Final or higher.
References
medium severity
new
- Module: ch.qos.logback:logback-classic
- Introduced through: org.springframework.boot:spring-boot-starter@3.4.4 and org.springframework.data:spring-data-cassandra@5.0.0-M1
Detailed paths
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.boot:spring-boot-starter@3.4.4 › org.springframework.boot:spring-boot-starter-logging@3.4.4 › ch.qos.logback:logback-classic@1.5.18
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:cassandra-all@3.11.12 › ch.qos.logback:logback-classic@1.5.18
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:cassandra-all@3.11.12 › io.dropwizard.metrics:metrics-logback@3.1.5 › ch.qos.logback:logback-classic@1.5.18
Dual license: EPL-1.0, LGPL-2.1
medium severity
new
- Module: ch.qos.logback:logback-core
- Introduced through: org.springframework.boot:spring-boot-starter@3.4.4
Detailed paths
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.boot:spring-boot-starter@3.4.4 › org.springframework.boot:spring-boot-starter-logging@3.4.4 › 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
new
- 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
new
- Module: org.eclipse.jdt.core.compiler:ecj
- Introduced through: org.springframework.data:spring-data-cassandra@5.0.0-M1
Detailed paths
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:cassandra-all@3.11.12 › org.eclipse.jdt.core.compiler:ecj@4.4.2
EPL-1.0 license
medium severity
new
- Module: org.hibernate:hibernate-core
- Introduced through: org.hibernate:hibernate-core@7.0.0.Beta5
Detailed paths
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.hibernate:hibernate-core@7.0.0.Beta5
LGPL-2.1 license
medium severity
new
- Module: org.jboss.logging:jboss-logging
- Introduced through: org.hibernate:hibernate-validator@4.3.0.Final
Detailed paths
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.hibernate:hibernate-validator@4.3.0.Final › org.jboss.logging:jboss-logging@3.1.0.CR2
LGPL-2.1 license
low severity
- Vulnerable module: commons-codec:commons-codec
- Introduced through: org.springframework.data:spring-data-cassandra@5.0.0-M1
Detailed paths
-
Introduced through: Kindrat/cassandra-client@Kindrat/cassandra-client#fc981884ec8253f0fc2ba688def110f08f7ba80d › org.springframework.data:spring-data-cassandra@5.0.0-M1 › org.apache.cassandra:cassandra-all@3.11.12 › commons-codec:commons-codec@1.9
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.