commit | eda3fc50daa93b08774a18d51883c5a5d8d85e15 | [log] [tgz] |
---|---|---|
author | Phil Turnbull <phil.turnbull@oracle.com> | Tue May 03 16:39:19 2016 -0400 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Thu May 05 16:47:08 2016 +0200 |
tree | e3bc0a4fb353f4b65d4fcc8c0a29205c25e2d2d3 | |
parent | cec5913c1515e5619907016658838af4eff78dd3 [diff] |
netfilter: nfnetlink_acct: validate NFACCT_QUOTA parameter If a quota bit is set in NFACCT_FLAGS but the NFACCT_QUOTA parameter is missing then a NULL pointer dereference is triggered. CAP_NET_ADMIN is required to trigger the bug. Signed-off-by: Phil Turnbull <phil.turnbull@oracle.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>