akka.kafka.internal.KafkaConsumerActor logs credentials on debug level
Description of Vulnerability
Credentials from org.apache.kafka.common.security.plain.PlainLoginModule
are logged as plaintext when debug logging is enabled.
Resolution
An allow list limiting what Kafka Consumer/Producer properties is printed was implemented, filtering out credentials.
Acknowledgements
Thanks Paweł Cembaluk for reporting the issue