[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1289941785.26402.7.camel@dan>
Date: Tue, 16 Nov 2010 16:09:45 -0500
From: Dan Rosenberg <drosenberg@...curity.com>
To: andy.grover@...cle.com
Cc: netdev@...r.kernel.org, security@...nel.org
Subject: Integer overflow in RDS cmsg handling
In rds_cmsg_rdma_args(), the user-provided args->nr_local value is
restricted to less than UINT_MAX. This seems to need a tighter upper
bound, since the calculation of total iov_size can overflow, resulting
in a small sock_kmalloc() allocation. This would probably just result
in walking off the heap and crashing when calling rds_rdma_pages() with
a high count value. If it somehow doesn't crash here, then memory
corruption could occur soon after.
-Dan
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists