CVE-2026-43617: Rsync < 3.4.3 Authorization Bypass via Hostname Resolution
Rsync version 3.4.2 and prior contain an authorization bypass vulnerability in the rsync daemon's hostname-based access control list enforcement when configured with chroot. Attackers can bypass hostname-based deny rules by controlling the PTR record for their source IP address, allowing connections from hostnames that administrators intended to deny when reverse DNS resolution fails and defaults to UNKNOWN.
Security readout for executives and security teams
Plain-English summary
Rsync daemons using hostname-based deny rules with chroot can make the wrong access-control decision. An attacker who controls reverse DNS for their source IP may connect from a hostname administrators meant to block. This is a targeted configuration issue, not evidence of broad compromise.
Executive priority
Treat this as a moderate, configuration-dependent exposure. It deserves prompt remediation for exposed file-transfer infrastructure, especially where rsync protects sensitive backups or deployment data with hostname ACLs.
Technical view
CVE-2026-43617 affects rsync 3.4.2 and prior. In daemon mode with chroot and hostname-based ACLs, reverse DNS handling can fall back to UNKNOWN and bypass intended deny rules. CVSS v4.0 is 6.3, network reachable, unauthenticated, high complexity, with attack requirements present.
Likely exposure
Exposure is most likely on internet- or partner-facing rsync daemons running 3.4.2 or earlier, configured with chroot and hostname-based access controls. Systems using only IP-based controls or not running rsync daemon mode may not match the described condition.
Exploitation context
The provided bundle does not cite active exploitation, and KEV is false. Practical exploitation appears conditional: the attacker needs network reachability to rsync daemon and control over PTR behavior for their source IP.
Researcher notes
The weakness is CWE-289 authorization bypass in hostname ACL enforcement. The sources identify version 3.4.3 as the relevant release. Evidence is incomplete on distribution backports, all rsyncd.conf variants, and any exploitation in the wild.
Mitigation direction
Upgrade rsync to version 3.4.3 where vendor guidance supports it.
Review rsync daemon modules using chroot and hostname-based hosts allow or deny rules.
Prefer explicit IP or subnet controls where hostname ACL reliability is operationally important.
Check the vendor advisory and release notes for configuration-specific guidance.
Prioritize externally reachable rsync daemons before internal-only systems.
Validation and detection
Inventory systems running rsync daemon mode and record exact rsync versions.
Identify modules configured with chroot and hostname-based access-control rules.
Confirm whether exposed daemons are version 3.4.2 or earlier.
Review access logs for unexpected accepted connections from denied hostname categories.
After upgrading, verify daemon version and retained access-control behavior.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-289: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-289 · source CWE mapping
Authentication Bypass by Alternate Name
Authentication Bypass by Alternate Name represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.