Live data from Hacker News

Rsync vulnerabilities

openwall.com

21–27 of 27 posts

Re: Rsync vulnerabilities

#23
post #12
post #2

Slackware sent a fixed version of rsync out yesterday. But I wonder of OpenBSD's openrsync has the same issue ? Or did that version avoid the issues when it was created ? If it was avoided, seems OpenBSD was ahead of the curve again.

Given the more permissive license openrsync would be in a pickle if they stole the vulnerable GPL code and claimed to redistribute it under BSD license instead of reimplementing the protocol.

Which is highly unlikely to happen in openbsd.

Re: Rsync vulnerabilities

#25

There's a serious regression in the fixes: https://github.com/RsyncProject/rsync/issues/702 It impacts those who need to use `-r` (recursive) together with `-H` (preserve hardlinks),

Fix was merged an hour ago, roughly an hour after you made this comment (at which time they were still working on it)

There's another one: https://github.com/RsyncProject/rsync/issues/715

Re: Rsync vulnerabilities

#27

> Anonymous read access to a rsync server... such as on a public mirror I did not know people did that.

For a concrete example: https://www.gentoo.org/support/rsync-mirrors/ Gentoo's package manager most typically updates over rsync.

Oh that's interesting. Thanks
Post reply on HN