summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRed Davies <red@infect.me>2020-11-24 20:22:34 -0500
committerRed Davies <red@infect.me>2020-11-24 20:24:32 -0500
commit90d2986368afbe5bb4765579e979dbc9a15b8020 (patch)
treea6dcf2dea0561035fbc788e3145de0f06696df0f
parent3b4fcbb5d1ddc1df28b57d2384bef70dd2d530c9 (diff)
cassandra: 3.11.4 -> 3.11.9
Reason: Fixes CVE-2020-13946 Apache Cassandra RMI Rebind Vulnerability Description: It is possible for a local attacker without access to the Apache Cassandra process or configuration files to manipulate the RMI registry to perform a man-in-the-middle attack and capture user names and passwords used to access the JMX interface. The attacker can then use these credentials to access the JMX interface and perform unauthorised operations. Users should also be aware of CVE-2019-2684, a JRE vulnerability that enables this issue to be exploited remotely. 3.11.x users should upgrade to 3.11.8
-rw-r--r--pkgs/servers/nosql/cassandra/3.11.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/nosql/cassandra/3.11.nix b/pkgs/servers/nosql/cassandra/3.11.nix
index 56a3c5705b5e..8ade5aac0304 100644
--- a/pkgs/servers/nosql/cassandra/3.11.nix
+++ b/pkgs/servers/nosql/cassandra/3.11.nix
@@ -1,6 +1,6 @@
{ callPackage, ... } @ args:
callPackage ./generic.nix (args // {
- version = "3.11.4";
- sha256 = "11wr0vcps8w8g2sd8qwp1yp8y873c4q32azc041xpi7zqciqwnax";
+ version = "3.11.9";
+ sha256 = "1ckaacc1z0j72llklrc4587ia6a0pab02bdyac6g3kl6kqvcz40c";
})