You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Cassandra migrations image retains Cassandra server Netty 4.1.130.Final
JARs under /opt/cassandra/lib. They are affected by Critical GHSA-c4c3-7fpv-j4q5
and eight High advisories across netty-handler, netty-handler-ssl-ocsp, and netty-codec:
Netty 4.1.137.Final is the highest required fixed floor in this advisory set.
The migrations workload should not carry a server classpath unless it is
needed by cqlsh, migration execution, or cluster initialization.
Expected outcome
Determine whether any migrations-image execution path loads the Cassandra
server JARs.
Prefer removing unused server libraries. If they are required, replace the
complete Netty set with one coherent 4.1.137.Final-or-newer version.
Problem
The Cassandra migrations image retains Cassandra server Netty 4.1.130.Final
JARs under
/opt/cassandra/lib. They are affected by CriticalGHSA-c4c3-7fpv-j4q5
and eight High advisories across
netty-handler,netty-handler-ssl-ocsp, andnetty-codec:Netty 4.1.137.Final is the highest required fixed floor in this advisory set.
The migrations workload should not carry a server classpath unless it is
needed by
cqlsh, migration execution, or cluster initialization.Expected outcome
server JARs.
complete Netty set with one coherent 4.1.137.Final-or-newer version.
updated server library set.