Re: [stable] [PATCH] [NETLINK]: Fix processing of fib_lookup netlink messages

2005-12-01 Thread Greg KH
On Thu, Dec 01, 2005 at 11:05:12PM +0100, Thomas Graf wrote: > The receive path for fib_lookup netlink messages is lacking sanity > checks for header and payload and is thus vulnerable to malformed > netlink messages causing illegal memory references. > > Signed-off-by: Thomas Graf <[EMAIL PROTECT

Re: [stable] [PATCH] [NETLINK]: Fix processing of fib_lookup netlink messages

2005-12-01 Thread Thomas Graf
* Greg KH <[EMAIL PROTECTED]> 2005-12-01 14:21 > On Thu, Dec 01, 2005 at 11:05:12PM +0100, Thomas Graf wrote: > > The receive path for fib_lookup netlink messages is lacking sanity > > checks for header and payload and is thus vulnerable to malformed > > netlink messages causing illegal memory refe

Re: [stable] [PATCH] [NETLINK]: Fix processing of fib_lookup netlink messages

2005-12-01 Thread David S. Miller
From: Greg KH <[EMAIL PROTECTED]> Date: Thu, 1 Dec 2005 14:21:10 -0800 > On Thu, Dec 01, 2005 at 11:05:12PM +0100, Thomas Graf wrote: > > The receive path for fib_lookup netlink messages is lacking sanity > > checks for header and payload and is thus vulnerable to malformed > > netlink messages ca

Re: [stable] [PATCH] [NETLINK]: Fix processing of fib_lookup netlink messages

2005-12-12 Thread Greg KH
On Thu, Dec 01, 2005 at 11:05:12PM +0100, Thomas Graf wrote: > The receive path for fib_lookup netlink messages is lacking sanity > checks for header and payload and is thus vulnerable to malformed > netlink messages causing illegal memory references. > > Signed-off-by: Thomas Graf <[EMAIL PROTECT