| Not sure if people are still using Kafka UI. It's essentially unmaintained for a while now. While the release notes of Kafka UI 0.7.2 [1] only mention the security fixes, it contains 1 year (!) worth of changes [2]. The designated successor is Kafbat UI [3,4], developed by the same development team which previously worked on Kafka UI. Kafbat UI 1.0.0 [5] already contains a fix for CVE-2023-52251 [6]. [1]: https://github.com/provectus/kafka-ui/releases/tag/v0.7.2 [2]: https://github.com/provectus/kafka-ui/compare/v0.7.1...v0.7.... [3]: https://github.com/kafbat/kafka-ui [4]: https://github.com/kafbat/kafka-ui/discussions/23 [5]: https://github.com/kafbat/kafka-ui/releases/tag/v1.0.0 [6]: https://nvd.nist.gov/vuln/detail/CVE-2023-52251 |