Article Details

Scrape Timestamp (UTC): 2025-01-15 13:12:38.914

Source: https://thehackernews.com/2025/01/google-cloud-researchers-uncover-flaws.html

Original Article Text

Click to Toggle View

Google Cloud Researchers Uncover Flaws in Rsync File Synchronization Tool. As many as six security vulnerabilities have been disclosed in the popular Rsync file-synchronizing tool for Unix systems, some of which could be exploited to execute arbitrary code on a client. "Attackers can take control of a malicious server and read/write arbitrary files of any connected client," the CERT Coordination Center (CERT/CC) said in an advisory. "Sensitive data, such as SSH keys, can be extracted, and malicious code can be executed by overwriting files such as ~/.bashrc or ~/.popt." The shortcomings, which comprise heap-buffer overflow, information disclosure, file leak, external directory file-write, and symbolic-link race condition, are listed below - Simon Scannell, Pedro Gallegos, and Jasiel Spelman from Google Cloud Vulnerability Research have been credited with discovering and reporting the first five flaws. Security researcher Aleksei Gorban has been acknowledged for the symbolic-link race condition flaw. "In the most severe CVE, an attacker only requires anonymous read access to a Rsync server, such as a public mirror, to execute arbitrary code on the machine the server is running on," Red Hat Product Security's Nick Tait said. CERT/CC also noted that an attacker could combine CVE-2024-12084 and CVE-2024-12085 to achieve arbitrary code execution on a client that has a Rsync server running. Patches for the vulnerabilities have been released in Rsync version 3.4.0, which was made available earlier today. For users who are unable to apply the update, the following mitigations are recommended -

Daily Brief Summary

MALWARE // Google Cloud Exposes Critical Flaws in Rsync Tool, Urges Update

Google Cloud researchers revealed six vulnerabilities in the Rsync file-synchronization tool, affecting Unix systems.

Vulnerabilities include heap-buffer overflow, information disclosure, and other critical flaws potentially allowing arbitrary code execution.

Attackers exploiting these flaws could manipulate a server to read/write files on any connected client, compromising sensitive data like SSH keys.

The most severe vulnerabilities could enable attackers with minimal permissions to execute arbitrary code on systems hosting a public Rsync server.

The combined exploitation of CVE-2024-12084 and CVE-2024-12085 could lead to arbitrary code execution on client machines running an Rsync server.

Patches to address these issues have been included in the newly released Rsync version 3.4.0.

Users unable to immediately update to the patched version are advised to implement recommended mitigations to protect against potential exploits.