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
Description: The Cassandra Query Language Shell (cqlsh) was built against version 4.1.4, but the server is running version 4.1.7. This mismatch may lead to compatibility issues, where certain features of cqlsh may not function as expected, potentially affecting the integrity and availability of the service.
Port: Default Cassandra port is 9042.
Steps to Reproduce
Connect to the Cassandra server using cqlsh:
cqlsh 8.215.22.248
Observe the warning message upon connection:
WARNING: cqlsh was built against 4.1.4, but this server is 4.1.7. All features may not work!
Verify the server version by executing the following command:
SELECT release_version FROMsystem.local;
Output:
release_version
-----------------
4.1.7
(1 rows)
CVSS Score Calculation
Base Score: 5.0
Vector: AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
Severity: Medium
Recommendations
Update cqlsh to Match Server Version: Ensure that the version of cqlsh being used is compatible with the server version (4.1.7) to prevent any feature incompatibility and enhance stability.
Regularly Monitor and Patch: Implement a routine to regularly check for updates and patches for both the Cassandra server and associated tools like cqlsh to maintain compatibility and security.
This report highlights the importance of maintaining version compatibility between tools and services to ensure optimal performance and security. By following the recommendations, the risk associated with this vulnerability can be mitigated effectively.
The text was updated successfully, but these errors were encountered:
Host: 8.215.22.248
Vulnerability Name: Cassandra Unauthenticated Check
Host Information
Vulnerability Summary
1. Version Mismatch Warning
Steps to Reproduce
CVSS Score Calculation
Recommendations
Update cqlsh to Match Server Version: Ensure that the version of cqlsh being used is compatible with the server version (4.1.7) to prevent any feature incompatibility and enhance stability.
Regularly Monitor and Patch: Implement a routine to regularly check for updates and patches for both the Cassandra server and associated tools like cqlsh to maintain compatibility and security.
This report highlights the importance of maintaining version compatibility between tools and services to ensure optimal performance and security. By following the recommendations, the risk associated with this vulnerability can be mitigated effectively.
The text was updated successfully, but these errors were encountered: