CVE-2026-53798
Received Received - Intake

Privilege Confusion in Rsync Due to Name-Converter Subprocess

Vulnerability report for CVE-2026-53798, 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 tbefore 3.5.0 contains a privilege confusion vulnerability in the name-converter subprocess uid/gid mapping that allows local attackers to cause transferred files to be owned by root by influencing name-converter responses to return empty values. When the name-converter subprocess returns an empty response for a uid or gid lookup, rsync incorrectly interprets it as a successful resolution to uid/gid 0 (root) rather than a lookup failure, and if the name-converter also signals fake super-user status, rsync proceeds with root ownership assignments for transferred files.

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

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-704 The product does not correctly convert an object, resource, or structure from one type to a different type.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability affects rsync versions before 3.5.0. It involves a privilege confusion flaw in the name-converter subprocess where local attackers can manipulate responses to return empty values. Rsync incorrectly interprets these as successful lookups for uid/gid 0 (root), especially if the name-converter signals super-user status. This causes transferred files to be assigned root ownership.

Detection Guidance

Check rsync version with 'rsync --version'. If it shows a version before 3.5.0, the system is vulnerable. Inspect rsync daemon configuration files for 'fake super = yes' settings and name-converter usage.

Impact Analysis

An attacker could exploit this to cause files transferred via rsync to be owned by root instead of the intended user. This could lead to unintended privilege escalation, where files are accessible or modifiable only by root, disrupting normal system operations or security policies.

Compliance Impact

This vulnerability could impact compliance by allowing unauthorized root access to files, potentially violating data integrity and access control requirements in GDPR and HIPAA. Unintended root ownership of files may lead to unauthorized data exposure or modification, breaching regulatory standards.

Mitigation Strategies

Upgrade rsync to version 3.5.0 or later immediately. Disable 'fake super = yes' in rsync daemon configurations if enabled. Review and restrict access to rsync daemon configurations and name-converter scripts.

Chat Assistant

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

EPSS Chart