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] [day] [month] [year] [list]
Message-ID: <ZTeOFKSXMRhgWYi6@alley>
Date:   Tue, 24 Oct 2023 11:27:48 +0200
From:   Petr Mladek <pmladek@...e.com>
To:     Matthew Wilcox <willy@...radead.org>
Cc:     Qi Zheng <zhengqi.arch@...edance.com>,
        Zhang Zhiyu <zhiyuzhang999@...il.com>,
        linux-kernel@...r.kernel.org,
        Andrew Morton <akpm@...ux-foundation.org>, secalert@...hat.com
Subject: Re: KASAN: slab-use-after-free Read in radix_tree_lookup in&after
 Linux Kernel 6.4-rc6

On Fri 2023-10-20 15:58:06, Matthew Wilcox wrote:
> On Fri, Oct 20, 2023 at 09:51:18PM +0800, Qi Zheng wrote:
> > On 2023/10/20 20:34, Matthew Wilcox wrote:
> > > On Fri, Oct 20, 2023 at 10:26:31AM +0200, Petr Mladek wrote:
> > > > Adding Matthew into Cc in the hope that he is still familiar with the
> > > > code. Also adding Andrew who accepts patches.
> > > 
> > > oh joy.  i love dealing with cves.
> > > 
> > > > > > I agree, this issue looks to be in kernel-core radix tree code in ./lib/radix-tree.c in two of any places.
> > > 
> > > the radix tree code is the victim here.  maybe also the perpetrator, but
> > > it's rather hard to say.
> > > 
> > > shrink_slab_memcg()
> > > 	down_read_trylock(&shrinker_rwsem)
> > > 	shrinker = idr_find(&shrinker_idr, i);
> > > 
> > > i assume is the path to this bug.  the reporter didn't run the
> > > stacktrace through scripts/decode_stacktrace.sh so it's less useful than
> > > we might want.
> > > 
> > > prealloc_memcg_shrinker() calls idr_alloc and idr_remove under
> > > shrinker_rwsem in write mode, so that should be fine.
> > > 
> > > unregister_memcg_shrinker() calls idr_remove after asserting &shrinker_rwsem
> > > is held (although not asserting that it's held for write ... hmm ... but
> > > both callers appear to hold it for write anyway)
> > > 
> > > so i don't see why we'd get a UAF here.
> > > 
> > > anyway, adding Qi Zheng to the cc since they're responsible for the
> > > shrinker code.
> > 
> > Thanks for CC'ing me, I'd be happy to troubleshoot any issues that may
> > be shrinker related.
> > 
> > Between v6.4-rc1 and v6.4 versions, we briefly implemented lockless slab
> > shrink using the SRCU method. In these versions, we call idr_alloc and
> > idr_remove under shrinker_mutex, and idr_find under srcu_read_lock.
> 
> So I think the CVE is inappropriately issued.  The SRCU code was added in
> v6.4-rc1 and removed before v6.4.  I don't think CVEs are appropriate for
> bugs which only existed in development kernels.  How do we revoke CVEs?

I am not sure about the process. Anyway, I have updated the bug
tracking this CVE in SUSE's bugzilla[1] and asked our security team
to dispute the CVE.

[1] https://bugzilla.suse.com/show_bug.cgi?id=1215932

Best Regards,
Petr

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ