]> git.ipfire.org Git - thirdparty/samba.git/commit
CVE-2020-10700: ldb: Always use ldb_next_request() in ASQ module
authorAndrew Bartlett <abartlet@samba.org>
Wed, 11 Mar 2020 03:41:34 +0000 (16:41 +1300)
committerKarolin Seeger <kseeger@samba.org>
Tue, 21 Apr 2020 08:21:09 +0000 (10:21 +0200)
commit350361c779b2b5ed54056d506b17931eb020e7ca
tree4a4fd0828ea4a2af4f5134a855cdd15807c8e0b7
parentafbbd3faebb94837fc1df2f5c744f49a5250cdc5
CVE-2020-10700: ldb: Always use ldb_next_request() in ASQ module

We want to keep going down the module stack, and not start from the top again.

ASQ is above the ACL modules, but below paged_results and we do not wish to
re-trigger that work.

Thanks to Andrei Popa <andrei.popa@next-gen.ro> for finding,
reporting and working with us to diagnose this issue!

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

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
lib/ldb/modules/asq.c