Cleartext transmission of sensitive information in rclone - #VU140649
Published: August 1, 2026
Vulnerability details
The vulnerability allows a remote attacker to disclose sensitive information.
The vulnerability exists due to cleartext transmission of sensitive information in lib/http server TLS handling when multiple --addr flags are used with --cert and --key. A remote attacker can connect to the service over plaintext to disclose sensitive information.
The issue occurs only when more than one listen address is configured, causing the service to be served without TLS despite certificate settings.