Out-of-bounds read in rclone - #VU147297
Published: September 7, 2026
Vulnerability details
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to improper bounds checking in backend/local\'s Object.openTranslatedLink function when handling a crafted Range request for a translated symlink object. A remote attacker can send a Range header with an excessively large starting offset to cause a denial of service.
The panic is recovered by Go\'s net/http implementation per connection, causing the affected request or connection to fail rather than terminating the entire server process.