summaryrefslogtreecommitdiffstats
path: root/package/rsync/0004-Enforce-trailing-0-when-receiving-xattr-name-values.patch
Commit message (Collapse)AuthorAgeFilesLines
* rsync: security bump to version 3.1.3Baruch Siach2018-02-101-33/+0
| | | | | | | | | | | | Fixes CVE-2018-5764: remote attackers can bypass an argument-sanitization protection mechanism Drop upstream patches. Add license file hash. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* rsync: add upstream security fix for CVE-2017-16548Peter Korsgaard2017-12-191-0/+33
The receive_xattr function in xattrs.c in rsync 3.1.2 and 3.1.3-development does not check for a trailing '\0' character in an xattr name, which allows remote attackers to cause a denial of service (heap-based buffer over-read and application crash) or possibly have unspecified other impact by sending crafted data to the daemon. For more details, see: https://bugzilla.samba.org/show_bug.cgi?id=13112 Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud