+9
−4
Loading
stable inclusion from stable-v6.6.66 commit 5e50d12cc6e95e1fde08f5db6992b616f714b0fb category: bugfix bugzilla: https://gitee.com/src-openeuler/kernel/issues/IBEANH CVE: CVE-2024-56590 Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=5e50d12cc6e95e1fde08f5db6992b616f714b0fb -------------------------------- [ Upstream commit 3fe288a8214e7dd784d1f9b7c9e448244d316b47 ] This fixes not checking if skb really contains an ACL header otherwise the code may attempt to access some uninitilized/invalid memory past the valid skb->data. Reported-by:<syzbot+6ea290ba76d8c1eb1ac2@syzkaller.appspotmail.com> Tested-by:
<syzbot+6ea290ba76d8c1eb1ac2@syzkaller.appspotmail.com> Closes: https://syzkaller.appspot.com/bug?extid=6ea290ba76d8c1eb1ac2 Signed-off-by:
Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Signed-off-by:
Sasha Levin <sashal@kernel.org> Signed-off-by:
Tirui Yin <yintirui@huawei.com> Reviewed-by:
yongqiang Liu <liuyongqiang13@huawei.com>