Skip to content

MINOR: Fix and add CVE-2026-41115 info#875

Merged
showuon merged 2 commits into
apache:markdownfrom
showuon:CVE-2026-41115
Jun 2, 2026
Merged

MINOR: Fix and add CVE-2026-41115 info#875
showuon merged 2 commits into
apache:markdownfrom
showuon:CVE-2026-41115

Conversation

@showuon
Copy link
Copy Markdown
Member

@showuon showuon commented Jun 2, 2026

  1. add CVE-2026-41115 info
  2. Fix documentation for CVE-2026-41115, to use DESCRIBE permission on GROUP resource for CONSUMER_GROUP_DESCRIBE (69) API.

Copy link
Copy Markdown
Member

@mimaison mimaison left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I left a few suggestions

Comment thread content/en/community/cve-list.md Outdated

## [CVE-2026-41115](https://nvd.nist.gov/vuln/detail/CVE-2026-41115) Apache Kafka: Improper Authorization in CONSUMER_GROUP_DESCRIBE API {#CVE-2026-41115}

The implementation of the CONSUMER_GROUP_DESCRIBE (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.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that documented -> as documented
kafka -> Kafka
the KIP-848 -> KIP-848

Comment thread content/en/community/cve-list.md Outdated
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 CONSUMER_GROUP_DESCRIBE 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.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kafka -> Kafka
the KIP-848 -> KIP-848
will be updated -> have been updated

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, right, have been updated. Thanks.

@showuon
Copy link
Copy Markdown
Member Author

showuon commented Jun 2, 2026

PR updated. Thanks for review.

@showuon showuon merged commit da65ac2 into apache:markdown Jun 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants