]> git.ipfire.org Git - thirdparty/samba.git/commit
CVE-2015-5370: s4:librpc/rpc: protect dcerpc_request_recv_data() against too large...
authorStefan Metzmacher <metze@samba.org>
Fri, 10 Jul 2015 12:08:46 +0000 (14:08 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 30 Mar 2016 02:10:07 +0000 (04:10 +0200)
commit69c77760deed8c8055ecb8b9531464f73c8fab80
tree4b3f55df522a4e1c609eb761e8e59995b323eef2
parent1e88acf1cef2c60217f0d0365c462a17ad5bf3ee
CVE-2015-5370: s4:librpc/rpc: protect dcerpc_request_recv_data() against too large payloads

We should only allow a combined payload of a response of at max 4 MBytes.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11344

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
source4/librpc/rpc/dcerpc.c