Created attachment 256698 [details] [PATCH] net/rsync security update to 3.4.0 Hi, here's the patch for net/rsync security update to 3.4.0. Could you please review and approve. Thank you.
Hi Sergey, I also start working on rsync update after release, but I need a little more time to finish the tests & integration cheers -- rodrigo
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=6afdd4c669193f2041216071d5723e474ae041bf commit 6afdd4c669193f2041216071d5723e474ae041bf Author: Rodrigo Osorio <rodrigo@FreeBSD.org> AuthorDate: 2025-01-14 23:21:25 +0000 Commit: Rodrigo Osorio <rodrigo@FreeBSD.org> CommitDate: 2025-01-14 23:29:21 +0000 net/rsync: update to 3.4.0 Full changelog: https://download.samba.org/pub/rsync/NEWS#3.4.0 Security: CVE-2024-12084 - Heap Buffer Overflow in Checksum Parsing Security: CVE-2024-12085 - Info Leak via uninitialized Stack contents defeats ASLR Security: CVE-2024-12086 - Server leaks arbitrary client files Security: CVE-2024-12087 - Server can make client write files outside of destination directory using symbolic links Security: CVE-2024-12088 - --safe-links Bypass Security: CVE-2024-12747 - symlink race condition PR: 284064 Reported by: osa net/rsync/Makefile | 4 ++-- net/rsync/distinfo | 10 +++++----- net/rsync/pkg-plist | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-)
A commit in branch 2025Q1 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=0076d20a96718a28f956cb3589f1036e48a75f04 commit 0076d20a96718a28f956cb3589f1036e48a75f04 Author: Rodrigo Osorio <rodrigo@FreeBSD.org> AuthorDate: 2025-01-14 23:21:25 +0000 Commit: Rodrigo Osorio <rodrigo@FreeBSD.org> CommitDate: 2025-01-14 23:58:53 +0000 net/rsync: update to 3.4.0 Full changelog: https://download.samba.org/pub/rsync/NEWS#3.4.0 Security: CVE-2024-12084 - Heap Buffer Overflow in Checksum Parsing Security: CVE-2024-12085 - Info Leak via uninitialized Stack contents defeats ASLR Security: CVE-2024-12086 - Server leaks arbitrary client files Security: CVE-2024-12087 - Server can make client write files outside of destination directory using symbolic links Security: CVE-2024-12088 - --safe-links Bypass Security: CVE-2024-12747 - symlink race condition PR: 284064 Reported by: osa (cherry picked from commit 6afdd4c669193f2041216071d5723e474ae041bf) net/rsync/Makefile | 4 ++-- net/rsync/distinfo | 10 +++++----- net/rsync/pkg-plist | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-)
Committed in main and quarter branches, thanks.