Vulnerability Description
While an Apache Kafka cluster is being migrated from ZooKeeper mode to KRaft mode, in some cases ACLs will not be correctly enforced. Two preconditions are needed to trigger the bug: 1. The administrator decides to remove an ACL 2. The resource associated with the removed ACL continues to have two or more other ACLs associated with it after the removal. When those two preconditions are met, Kafka will treat the resource as if it had only one ACL associated with it after the removal, rather than the two or more that would be correct. The incorrect condition is cleared by removing all brokers in ZK mode, or by adding a new ACL to the affected resource. Once the migration is completed, there is no metadata loss (the ACLs all remain). The full impact depends on the ACLs in use. If only ALLOW ACLs were configured during the migration, the impact would be limited to availability impact. if DENY ACLs were configured, the impact could include confidentiality and integrity impact depending on the ACLs configured, as the DENY ACLs might be ignored due to this vulnerability during the migration period.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Apache | Kafka | >= 3.5.0, <= 3.6.1 |
Related Weaknesses (CWE)
References
- http://www.openwall.com/lists/oss-security/2024/04/12/3Mailing ListThird Party Advisory
- https://lists.apache.org/thread/6536rmzyg076lzzdw2xdktvnz163mjpyMailing ListVendor Advisory
- https://security.netapp.com/advisory/ntap-20240705-0002/Third Party Advisory
- http://www.openwall.com/lists/oss-security/2024/04/12/3Mailing ListThird Party Advisory
- https://lists.apache.org/thread/6536rmzyg076lzzdw2xdktvnz163mjpyMailing ListVendor Advisory
- https://security.netapp.com/advisory/ntap-20240705-0002/Third Party Advisory
FAQ
What is CVE-2024-27309?
CVE-2024-27309 is a vulnerability with a CVSS score of 7.4 (HIGH). While an Apache Kafka cluster is being migrated from ZooKeeper mode to KRaft mode, in some cases ACLs will not be correctly enforced. Two preconditions are needed to trigger the bug: 1. The administr...
How severe is CVE-2024-27309?
CVE-2024-27309 has been rated HIGH with a CVSS base score of 7.4/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-27309?
Check the references section above for vendor advisories and patch information. Affected products include: Apache Kafka.