CVE-2026-41115: Apache Kafka: Improper Authorization in CONSUMER_GROUP_DESCRIBE API
An improper authorization vulnerability has been identified in Apache Kafka.
The implementation of the CONSUMERGROUPDESCRIBE (69) API validates the DESCRIBE operation on the GROUP resource instead of the READ operation that documented in the official kafka documentation and the KIP-848. This discrepancy can result in misconfigured Access Control Lists (ACLs) and unintended security postures, like granting READ permission to users who should not be able to join/sync groups, or allowing users without READ permission (but with DESCRIBE permission) to access sensitive group metadata.
The correct permission for CONSUMERGROUPDESCRIBE API is DESCRIBE GROUP so the current implementation is correct. However, the kafka documentation as well as the KIP-848 will be updated to reflect the correct permission. We advise the Kafka users to review existing group ACLs to ensure the principle of least privilege.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Compensating control
Review existing Apache Kafka group ACLs to ensure the principle of least privilege for the CONSUMER_GROUP_DESCRIBE (69) API. Ensure permissions align with DESCRIBE GROUP (the correct permission for this API). This helps prevent ACL misconfiguration where READ may be granted unnecessarily or where users without READ but with DESCRIBE might access sensitive group metadata.
Event History
Frequently Asked Questions
What is the severity of CVE-2026-41115?
The severity of CVE-2026-41115 is rated as risk 27.
What vulnerabilities are associated with CVE-2026-41115?
CVE-2026-41115 is linked to improper authorization in the CONSUMER_GROUP_DESCRIBE API of Apache Kafka.
How do I fix CVE-2026-41115?
To fix CVE-2026-41115, ensure that the proper authorization checks are in place for the READ operation on the GROUP resource.
Which software is affected by CVE-2026-41115?
The vulnerable software associated with CVE-2026-41115 is Apache Kafka.
What is the impact of CVE-2026-41115?
The impact of CVE-2026-41115 is that it may allow unauthorized users to perform actions that should be restricted.