CVE-2025-26511:
Instaclustr Cassandra-Lucene-Index allows bypass of Cassandra RBAC
8.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.06158%
CWE
Published
2/13/2025
Updated
2/14/2025
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
com.instaclustr:cassandra-lucene-index-plugin | maven | >= 4.0-rc1-1.0.0, < 4.0.17-1.0.0 | 4.0.17-1.0.0 |
com.instaclustr:cassandra-lucene-index-plugin | maven | >= 4.1.0-1.0.0, < 4.1.8-1.0.1 | 4.1.8-1.0.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from missing authorization checks in query handling. The GitHub commit diff shows the patched version added 'statement.authorize'
and 'statement.validate'
calls to IndexQueryHandler.scala
. In vulnerable versions, these security checks were absent, allowing authenticated users to execute queries without proper RBAC validation. The direct addition of these security-critical method calls in the fix confirms this was the vulnerability vector.