Description
rsync before 3.5.0 contains a newline injection vulnerability in the name-converter uid/gid mapping interface that allows local attackers to forge protocol messages by creating user or group names containing newline characters. Attackers can inject malicious newline characters into names communicated over the pipe-based line-oriented protocol to cause the rsync daemon to process attacker-influenced data as legitimate protocol input, corrupting uid/gid mapping logic.
Published: 2026-08-13
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A newline injection flaw exists in rsync versions before 3.5.0 within the name‐converter uid/gid mapping interface. The vulnerability lets a local attacker embed newline characters into user or group names, causing the daemon to treat forged messages as legitimate protocol input. This corrupts the uid/gid mapping logic, potentially granting the attacker elevated access or allowing the manipulation of file ownership on the target system.

Affected Systems

The problem affects the rsync package provided by RsyncProject when installed at any version earlier than 3.5.0. No specific build or platform constraints are stated, so all operating systems running those releases are potentially impacted.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate risk. The EPSS score is not available, so the current likelihood of exploitation is unclear. The vulnerability is not listed in the CISA KEV catalog, suggesting no widespread active exploitation has been reported. Exploitation requires local access and the attacker must be able to control user or group names passed to rsync. Once the injection succeeds, the daemon can misinterpret protocol messages, leading to privilege escalation or data corruption.

Generated by OpenCVE AI on August 13, 2026 at 16:54 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade rsync to version 3.5.0 or later.
  • If an upgrade is not immediately possible, restrict rsync service to only trusted users and prevent unprivileged processes from providing user/group names containing disallowed characters.
  • Validate or sanitize user and group names on the system to ensure they do not contain newline characters before they are used by rsync.

Generated by OpenCVE AI on August 13, 2026 at 16:54 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 15:15:00 +0000

Type Values Removed Values Added
Description rsync before 3.5.0 contains a newline injection vulnerability in the name-converter uid/gid mapping interface that allows local attackers to forge protocol messages by creating user or group names containing newline characters. Attackers can inject malicious newline characters into names communicated over the pipe-based line-oriented protocol to cause the rsync daemon to process attacker-influenced data as legitimate protocol input, corrupting uid/gid mapping logic.
Title rsync < 3.5.0 Newline Injection via name-converter uid/gid mapping
Weaknesses CWE-93
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-13T14:36:43.279Z

Reserved: 2026-06-10T20:14:32.827Z

Link: CVE-2026-53788

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-13T15:19:42.870

Modified: 2026-08-13T15:19:42.870

Link: CVE-2026-53788

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T17:00:04Z

Weaknesses
  • CWE-93

    Improper Neutralization of CRLF Sequences ('CRLF Injection')