NULL pointer dereference in rclone - #VU140650
Published: August 1, 2026
Vulnerability details
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to NULL pointer dereference in lib/http/middleware.go when handling plaintext requests with --client-ca enabled after TLS has been disabled by multiple --addr flags. A remote attacker can send a plaintext request to cause a denial of service.
The process survives because the HTTP server recovers per connection.