CVE-2026-45232
Description
Rsync versions before 3.4.3 contain an off-by-one out-of-bounds stack write vulnerability in the establish_proxy_connection() function in socket.c that allows network attackers to corrupt stack memory by sending a malformed HTTP proxy response. Attackers can exploit this by positioning themselves between the client and proxy or controlling the proxy server to send a response line of 1023 or more bytes without a newline terminator, causing a null byte to be written to an out-of-bounds stack address when the RSYNC_PROXY environment variable is set.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2026-45232
Vendor advisory: suse — https://www.suse.com/security/cve/CVE-2026-45232.html
Vendor advisory: disclosure@vulncheck.com — https://github.com/RsyncProject/rsync/security/advisories/GHSA-8f85-j2cv-59m8
Vendor advisory: disclosure@vulncheck.com — https://github.com/RsyncProject/rsync/releases/tag/v3.4.3
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| sles | affected | | |
| debian | bookworm | affected | |
| debian | bullseye | affected | |
| debian | forky | fixed | 3.4.3+ds1-1 |
| debian | sid | fixed | 3.4.3+ds1-1 |
| debian | trixie | affected | |
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| samba | rsync | {"endExcluding":"3.4.3"} | 3.4.3 |
References
- https://github.com/RsyncProject/rsync/releases/tag/v3.4.3
- https://github.com/RsyncProject/rsync/security/advisories/GHSA-8f85-j2cv-59m8
- https://www.vulncheck.com/advisories/rsync-off-by-one-stack-write-via-http-proxy
- https://www.suse.com/security/cve/CVE-2026-45232.html
- https://security-tracker.debian.org/tracker/CVE-2026-45232
CWEs
CWE-193
Verify integrity in audit chain (admin only). AS-IS.