diff options
author | Li Zhou <li.zhou@windriver.com> | 2015-11-17 02:18:32 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-01 21:32:06 +0000 |
commit | f42ef3f50f746d80f8ac956f85a0cee84b51c22f (patch) | |
tree | 634241ef3ad29a01ab4f5a76257ce8b48a5a29f8 /meta/recipes-extended/rpcbind/rpcbind_0.2.3.bb | |
parent | 04034e75e0a75d97416d0e22c0a7028d14af011f (diff) | |
download | poky-f42ef3f50f746d80f8ac956f85a0cee84b51c22f.tar.gz |
rpcbind: Security Advisory - rpcbind - CVE-2015-7236
rpcbind: Fix memory corruption in PMAP_CALLIT code
Use-after-free vulnerability in xprt_set_caller in rpcb_svc_com.c in
rpcbind 0.2.1 and earlier allows remote attackers to cause a denial of
service (daemon crash) via crafted packets, involving a PMAP_CALLIT
code.
The patch comes from
<http://www.openwall.com/lists/oss-security/2015/09/18/7>, and it hasn't
been in rpcbind upstream yet.
(From OE-Core rev: cc4f62f3627f3804907e8ff9c68d9321979df32b)
Signed-off-by: Li Zhou <li.zhou@windriver.com>
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>
Diffstat (limited to 'meta/recipes-extended/rpcbind/rpcbind_0.2.3.bb')
-rw-r--r-- | meta/recipes-extended/rpcbind/rpcbind_0.2.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/rpcbind/rpcbind_0.2.3.bb b/meta/recipes-extended/rpcbind/rpcbind_0.2.3.bb index 237018b439..ecd3ba8a50 100644 --- a/meta/recipes-extended/rpcbind/rpcbind_0.2.3.bb +++ b/meta/recipes-extended/rpcbind/rpcbind_0.2.3.bb | |||
@@ -19,6 +19,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/rpcbind/rpcbind-${PV}.tar.bz2 \ | |||
19 | file://rpcbind.conf \ | 19 | file://rpcbind.conf \ |
20 | file://rpcbind.socket \ | 20 | file://rpcbind.socket \ |
21 | file://rpcbind.service \ | 21 | file://rpcbind.service \ |
22 | file://cve-2015-7236.patch \ | ||
22 | " | 23 | " |
23 | MUSLPATCHES_libc-musl = "file://musl-sunrpc.patch" | 24 | MUSLPATCHES_libc-musl = "file://musl-sunrpc.patch" |
24 | 25 | ||