CVE-2026-70456
Received Received - Intake

rsync Heap Memory Corruption via Argument List

Vulnerability report for CVE-2026-70456, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-13

Last updated on: 2026-08-13

Assigner: VulnCheck

Description

rsync 3.0.1 before 3.5.0 contains an out-of-bounds write vulnerability in the read_args() function that allows a malicious sender to corrupt adjacent heap memory by sending a crafted argument list. When the argument count causes the argv allocation to be exactly full, the trailing NULL terminator is written one slot beyond the allocation boundary, corrupting adjacent heap memory.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-13
Last Modified
2026-08-13
Generated
2026-08-13
AI Q&A
2026-08-13
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
rsync rsync to 3.5.0 (exc)
rsync rsync From 3.0.1 (inc) to 3.4.4 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-787 The product writes data past the end, or before the beginning, of the intended buffer.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-70456 is a high-severity out-of-bounds write vulnerability in rsync versions 3.0.1 through 3.4.4. It occurs in the read_args() function when a crafted argument list causes the trailing NULL terminator to be written one slot beyond the allocated argv memory buffer. This corrupts adjacent heap memory.

Detection Guidance

To detect this vulnerability, check the installed rsync version on your system using the command: rsync --version. If the version is between 3.0.1 and 3.4.4 inclusive, the system is vulnerable. Additionally, monitor network traffic for rsync daemon connections and inspect logs for unusual argument lists that may indicate exploitation attempts.

Impact Analysis

An attacker could exploit this to corrupt heap memory, potentially leading to crashes, arbitrary code execution, or denial of service. Since rsync is often used for file transfers, remote exploitation via a malicious sender is possible without privileges or user interaction.

Mitigation Strategies

Immediately upgrade rsync to version 3.5.0 or later. If upgrading is not possible, disable the rsync daemon service or restrict access to trusted networks only. Apply network-level mitigations such as firewalls to block unauthorized rsync connections until the update is completed.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-70456. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart