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: Mon, 18 Dec 2023 07:53:13 +0100
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Chunyan Zhang <chunyan.zhang@...soc.com>
Cc: "Rafael J . Wysocki" <rafael@...nel.org>,
	LKML <linux-kernel@...r.kernel.org>, Jing Xia <jing.xia@...soc.com>,
	Jing Xia <jing.xia.mail@...il.com>,
	Xuewen Yan <xuewen.yan@...soc.com>, Ke Wang <ke.wang@...soc.com>,
	Chunyan Zhang <zhang.lyra@...il.com>
Subject: Re: [PATCH] class: fix use-after-free in class_register()

On Mon, Dec 18, 2023 at 07:52:18AM +0100, Greg Kroah-Hartman wrote:
> On Mon, Dec 18, 2023 at 10:44:03AM +0800, Chunyan Zhang wrote:
> > From: Jing Xia <jing.xia@...soc.com>
> > 
> > The lock_class_key is still registered and can be found in
> > lock_keys_hash hlist after subsys_private is freed in error
> > handler path.A task who iterate over the lock_keys_hash
> > later may cause use-after-free.So fix that up and unregister
> > the lock_class_key before kfree(cp).
> 
> What task iterates over all hashes?
> 
> And can you put ' ' after your '.'?
> 
> And how was this found?

And more importantly, how was this tested?

thanks,

greg k-h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ