OSDN Git Service

audit: check the length of userspace generated audit records
authorPaul Moore <paul@paul-moore.com>
Mon, 20 Apr 2020 20:24:34 +0000 (16:24 -0400)
committerPaul Moore <paul@paul-moore.com>
Mon, 20 Apr 2020 21:10:58 +0000 (17:10 -0400)
commit763dafc520add02a1f4639b500c509acc0ea8e5b
tree4cd7df4981685c473ae1ebd6f0a1df7e33ef03c9
parentae83d0b416db002fe95601e7f97f64b59514d936
audit: check the length of userspace generated audit records

Commit 756125289285 ("audit: always check the netlink payload length
in audit_receive_msg()") fixed a number of missing message length
checks, but forgot to check the length of userspace generated audit
records.  The good news is that you need CAP_AUDIT_WRITE to submit
userspace audit records, which is generally only given to trusted
processes, so the impact should be limited.

Cc: stable@vger.kernel.org
Fixes: 756125289285 ("audit: always check the netlink payload length in audit_receive_msg()")
Reported-by: syzbot+49e69b4d71a420ceda3e@syzkaller.appspotmail.com
Signed-off-by: Paul Moore <paul@paul-moore.com>
kernel/audit.c