已开启
fix(cve): 修复 CVE-2026-43619 在 rsync 中的漏洞 #92
fix(cve): 修复 CVE-2026-43619 在 rsync 中的漏洞 #92
已开启
infra_team创建于 5月20日
2 个文件变更+2529-1
@@ -1,6 +1,6 @@
1Name: rsync1Name: rsync
2Version: 3.2.72Version: 3.2.7
3-Release: 93+Release: 10
4Summary: Fast incremental file transfer utility4Summary: Fast incremental file transfer utility
5License: GPL-3.0-or-later5License: GPL-3.0-or-later
6URL: http://rsync.samba.org/6URL: http://rsync.samba.org/
@@ -29,6 +29,7 @@ Patch6014: backport-Fix-FLAG_GOT_DIR_FLIST-collission-with-FLAG_HLINKED.pat
29Patch6015: backport-CVE-2025-10158.patch29Patch6015: backport-CVE-2025-10158.patch
30Patch6016: backport-CVE-2026-41035.patch30Patch6016: backport-CVE-2026-41035.patch
31Patch6017: backport-CVE-2026-45232.patch31Patch6017: backport-CVE-2026-45232.patch
32+Patch6018: backport-CVE-2026-43619.patch
32 33 
33BuildRequires: git gcc systemd libacl-devel libattr-devel autoconf popt-devel34BuildRequires: git gcc systemd libacl-devel libattr-devel autoconf popt-devel
34BuildRequires: lz4-devel openssl-devel libzstd-devel35BuildRequires: lz4-devel openssl-devel libzstd-devel
@@ -103,6 +104,10 @@ install -D -m644 %{SOURCE5} %{buildroot}/%{_unitdir}/rsyncd@.service
103%{_mandir}/man5/rsyncd.conf.5*104%{_mandir}/man5/rsyncd.conf.5*
104 105 
105%changelog106%changelog
107+* Wed May 20 2026 infra_team <zhaiwenjie1@huawei.com> - 3.2.7-10
108+- fix CVE: CVE-2026-43619
109+- Backport 5 upstream commits to fix symlink-race TOCTOU vulnerabilities
110+ 
106* Wed May 20 2026 infra_team <zhaiwenjie1@huawei.com> - 3.2.7-9111* Wed May 20 2026 infra_team <zhaiwenjie1@huawei.com> - 3.2.7-9
107- Fix CVE-2026-45232112- Fix CVE-2026-45232
108 113