Nixpkgs security tracker

Login with GitHub
⚠️ You are using a production deployment that is still only suitable for demo purposes. Any work done in this might be wiped later without notice.

Suggestion detail

Untriaged
Permalink CVE-2026-44507
4.8 MEDIUM
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): High (H)
  • Privileges Required (PR): None (N)
  • User Interaction (UI): None (N)
  • Scope (S): Unchanged (U)
  • Confidentiality (C): Low (L)
  • Integrity (I): Low (L)
  • Availability (A): None (N)
  • Modified Attack Vector (MAV): Network (N)
  • Modified Attack Complexity (MAC): High (H)
  • Modified Privileges Required (MPR): None (N)
  • Modified User Interaction (MUI): None (N)
  • Modified Confidentiality (MC): Low (L)
  • Modified Scope (MS): Unchanged (U)
  • Modified Integrity (MI): Low (L)
  • Modified Availability (MA): None (N)
created 1 month, 1 week ago Activity log
  • Created suggestion
Rsync: hostname/ACL bypass on DNS-lookup failure

Rsync is a file-copying tool that uses a delta-transfer algorithm to synchronize remote and local files. In versions prior to 3.4.3, when using a daemon configured with a chroot, the reverse DNS lookup of the connecting client was performed after the chroot had been entered. If the chroot did not contain the files glibc needs for resolution (/etc/resolv.conf, /etc/nsswitch.conf, /etc/hosts, NSS service modules), the lookup failed and the connecting hostname was set to "UNKNOWN". Hostname-based deny rules ("hosts deny = *.evil.example") therefore could not match, and an attacker who controlled the PTR record for their source IP could connect from a hostname that the administrator had intended to deny. IP-based ACLs ("hosts allow = 10.0.0.0/8") are unaffected. This issue is fixed in version 3.4.3.

Affected products

rsync
  • ==< 3.4.3

Matching in nixpkgs

pkgs.rsync

Fast incremental file transfer utility

  • nixos-unstable -
    • nixos-unstable-small 3.4.4
  • nixos-26.05 -
    • nixos-26.05-small 3.4.4

pkgs.grsync

Synchronize folders, files and make backups

  • nixos-unstable -
    • nixos-unstable-small 1.3.1
  • nixos-26.05 -
    • nixos-26.05-small 1.3.1

pkgs.rrsync

Helper to run rsync-only environments from ssh-logins

  • nixos-unstable -
    • nixos-unstable-small 3.4.4
  • nixos-26.05 -
    • nixos-26.05-small 3.4.4

pkgs.rsyncy

Progress bar wrapper for rsync

  • nixos-unstable -
    • nixos-unstable-small 2.2.0
  • nixos-26.05 -
    • nixos-26.05-small 2.2.0

pkgs.btrsync

Btrfs replication made easy

  • nixos-unstable -
    • nixos-unstable-small 0.3
  • nixos-26.05 -
    • nixos-26.05-small 0.3

pkgs.parsync

Tool to parallel rsync-like pull sync over SSH

  • nixos-unstable -
    • nixos-unstable-small 0.2.0
  • nixos-26.05 -
    • nixos-26.05-small 0.2.0

pkgs.librsync

Implementation of the rsync remote-delta algorithm

  • nixos-unstable -
    • nixos-unstable-small 2.3.4
  • nixos-26.05 -
    • nixos-26.05-small 2.3.4

pkgs.diskrsync

Rsync for block devices and disk images

  • nixos-unstable -
    • nixos-unstable-small 1.3.0
  • nixos-26.05 -
    • nixos-26.05-small 1.3.0

pkgs.vdirsyncer

Synchronize calendars and contacts

  • nixos-unstable -
  • nixos-26.05 -

pkgs.sqlite-rsync

Database remote-copy tool for SQLite

  • nixos-unstable -
  • nixos-26.05 -

Package maintainers