Incorrect authorization in Apache Kafka - CVE-2026-41115
Published: June 4, 2026
Apache Kafka
Detailed vulnerability description
The vulnerability allows a remote user to disclose sensitive group metadata.
The vulnerability exists due to improper access control in the CONSUMER_GROUP_DESCRIBE API when handling consumer group describe requests. A remote user can send a request to the API with DESCRIBE permission on the GROUP resource to disclose sensitive group metadata.
The issue stems from a discrepancy between the documented permission model and the implemented authorization check, which can lead to misconfigured ACLs.
How to mitigate CVE-2026-41115
Vendor advises the Kafka users to review existing group ACLs to ensure the principle of least privilege. The documentation will also be update to reflect this case.
Note, there will be no separate release to address this issue.