From 7d052ac13f619331a03308a16a173ad10391c3603745e599bcdea6afa47c6dff Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Wed, 28 Nov 2012 13:15:52 +0000 Subject: [PATCH] - Netlink source address validation allows DoS [bnc#791605, CVE-2012-5532] - check origin of netlink messages, use recvfrom() [bnc#761200, CVE-2012-2669] OBS-URL: https://build.opensuse.org/package/show/Virtualization/hyper-v?expand=0&rev=51 --- hyper-v.changes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hyper-v.changes b/hyper-v.changes index 5c2a44d..884162e 100644 --- a/hyper-v.changes +++ b/hyper-v.changes @@ -24,7 +24,7 @@ Mon Nov 12 17:18:25 CET 2012 - ohering@suse.de ------------------------------------------------------------------- Thu Nov 8 14:30:05 CET 2012 - ohering@suse.de -- Netlink source address validation allows DoS [bnc#791605] +- Netlink source address validation allows DoS [bnc#791605, CVE-2012-5532] bugfix for recvfrom check from bnc#761200 ------------------------------------------------------------------- @@ -59,7 +59,7 @@ Tue Sep 4 14:55:38 CEST 2012 - ohering@suse.de ------------------------------------------------------------------- Wed May 16 20:44:36 CEST 2012 - ohering@suse.de -- check origin of netlink messages, use recvfrom() [bnc#761200] +- check origin of netlink messages, use recvfrom() [bnc#761200, CVE-2012-2669] ------------------------------------------------------------------- Wed May 2 12:13:03 CEST 2012 - ohering@suse.de