CVE-2026-53798 PUBLISHED

rsync < 3.5.0 Privilege Confusion via name-converter uid/gid mapping

Assigner: VulnCheck
Reserved: 10.06.2026 Published: 13.08.2026 Updated: 13.08.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N
CVSS Score: 6.9

Product Status

Vendor RsyncProject
Product rsync
Versions Default: unaffected
  • affected from 0 to 3.4.4 (incl.)
  • Version 3.5.0 is unaffected

Credits

  • revampstudio finder

References

Problem Types

  • CWE-704 Incorrect Type Conversion or Cast CWE