]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net: ax25: fix information leak to userland
authorVasiliy Kulikov <segooon@gmail.com>
Wed, 10 Nov 2010 18:14:33 +0000 (10:14 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 14 Apr 2011 23:53:45 +0000 (16:53 -0700)
commit1fe4497092df6c3a1f32bdd539ebd9747a289e85
treeeaee4008e4d003815127dc010b706bd10e0ffe77
parent483cb5a1a2b21a239fb8ed0dfb5f99cdaddf4a3e
net: ax25: fix information leak to userland

commit fe10ae53384e48c51996941b7720ee16995cbcb7 upstream.

Sometimes ax25_getname() doesn't initialize all members of fsa_digipeater
field of fsa struct, also the struct has padding bytes between
sax25_call and sax25_ndigis fields.  This structure is then copied to
userland.  It leads to leaking of contents of kernel stack memory.

Signed-off-by: Vasiliy Kulikov <segooon@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Cc: Moritz Muehlenhoff <jmm@debian.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/ax25/af_ax25.c