GHSA-79vv-vp32-gpp7

Suggest an improvement
Source
https://github.com/advisories/GHSA-79vv-vp32-gpp7
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/04/GHSA-79vv-vp32-gpp7/GHSA-79vv-vp32-gpp7.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-79vv-vp32-gpp7
Aliases
Related
Published
2024-04-12T09:33:40Z
Modified
2024-07-09T21:46:21.803957Z
Severity
  • 6.8 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N CVSS Calculator
  • 7.6 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N CVSS Calculator
Summary
Apache Kafka: Potential incorrect access control during migration from ZK mode to KRaft mode
Details

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.

References

Affected packages

Maven / org.apache.kafka:kafka-metadata

Package

Name
org.apache.kafka:kafka-metadata
View open source insights on deps.dev
Purl
pkg:maven/org.apache.kafka/kafka-metadata

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.5.0
Fixed
3.6.2

Affected versions

3.*

3.5.0
3.5.1
3.5.2
3.6.0
3.6.1