Re: CVE-2024-39362: i2c: acpi: Unbind mux adapters before delete
From: Greg Kroah-Hartman
Date: Tue Jul 02 2024 - 15:17:38 EST
On Tue, Jul 02, 2024 at 07:05:19PM +0200, Jean Delvare wrote:
> Hi all,
>
> On Tue, 2024-06-25 at 16:22 +0200, Greg Kroah-Hartman wrote:
> > In the Linux kernel, the following vulnerability has been resolved:
> >
> > i2c: acpi: Unbind mux adapters before delete
> > (...)
> >
> > The Linux kernel CVE team has assigned CVE-2024-39362 to this issue.
>
> I would like to dispute this CVE. I don't quite understand how this bug
> qualifies as a security bug, considering that only root can load and
> unload overlay SSDT tables. The bug can't be triggered on purpose by a
> remote or local unprivileged user.
>
> The bug causes a warning to be dumped to the kernel log, due to trying
> to unbind a companion device which is already unbound, but as far as I
> can see, that's all. acpi_unbind_one() is a best-effort function, it
> returns 0 no matter what. kernfs_remove_by_ame_ns() will gracefully
> return an error code. I can't see any obvious use-after-free happening
> so I see no way an attacker could exploit this bug.
>
> So I would cancel this CVE.
Now rejected, thanks for the information.
thanks,
greg k-h