lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 03 Aug 2022 09:34:10 +0530
From:   Siddh Raman Pant <code@...dh.me>
To:     "Eric Biggers" <ebiggers@...nel.org>
Cc:     "syzbot" <syzbot+c70d87ac1d001f29a058@...kaller.appspotmail.com>,
        "hdanton" <hdanton@...a.com>,
        "linux-kernel" <linux-kernel@...r.kernel.org>,
        "syzkaller-bugs" <syzkaller-bugs@...glegroups.com>
Subject: Re: [syzbot] KASAN: use-after-free Read in post_one_notification

On Wed, 03 Aug 2022 03:57:19 +0530  Eric Biggers <ebiggers@...nel.org> wrote:
> It appears this was already fixed, so no need for any more activity on this bug:
> 
> #syz fix: watchqueue: make sure to serialize 'wqueue->defunct' properly
> 
> - Eric

It doesn't address the dangling pointer remaining in the watch_queue,
which was the root cause of this crash. The use-after-free happened
because the pipe was freed but a dangling pointer of it remained in
a watch_queue, and an attempt to dereference it was there.

Thanks,
Siddh

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ