mirror of
https://git.yoctoproject.org/poky
synced 2026-07-26 19:17:07 +00:00
subversion: fix CVE-2015-3187
The svn_repos_trace_node_locations function in Apache Subversion before 1.7.21 and 1.8.x before 1.8.14, when path-based authorization is used, allows remote authenticated users to obtain sensitive path information by reading the history of a node that has been moved from a hidden path. Patch is from: http://subversion.apache.org/security/CVE-2015-3187-advisory.txt (From OE-Core master rev: 6da25614edcad30fdb4bea8ff47b81ff81cdaed2) (From OE-Core rev: e1e277bf51c6f00268358f6bf8623261b1b9bc22) Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5b52e9b086
commit
0cb2fa5f73
@@ -15,6 +15,7 @@ SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \
|
||||
file://disable_macos.patch \
|
||||
file://serf.m4-Regex-modified-to-allow-D-in-paths.patch \
|
||||
file://subversion-CVE-2015-3184.patch \
|
||||
file://subversion-CVE-2015-3187.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "4413417b529d7bdf82f74e50df02e88b"
|
||||
SRC_URI[sha256sum] = "1099cc68840753b48aedb3a27ebd1e2afbcc84ddb871412e5d500e843d607579"
|
||||
|
||||
Reference in New Issue
Block a user