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>] [day] [month] [year] [list]
Message-ID: <2025022656-CVE-2024-58011-5ed8@gregkh>
Date: Wed, 26 Feb 2025 18:11:05 -0800
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-cve-announce@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: CVE-2024-58011: platform/x86: int3472: Check for adev == NULL

Description
===========

In the Linux kernel, the following vulnerability has been resolved:

platform/x86: int3472: Check for adev == NULL

Not all devices have an ACPI companion fwnode, so adev might be NULL. This
can e.g. (theoretically) happen when a user manually binds one of
the int3472 drivers to another i2c/platform device through sysfs.

Add a check for adev not being set and return -ENODEV in that case to
avoid a possible NULL pointer deref in skl_int3472_get_acpi_buffer().

The Linux kernel CVE team has assigned CVE-2024-58011 to this issue.


Affected and fixed versions
===========================

	Fixed in 6.1.129 with commit 4f8b210823cc2d1f9d967f089a6c00d025bb237f
	Fixed in 6.6.78 with commit f9c7cc44758f4930b41285a6d54afa8cbd9762b4
	Fixed in 6.12.14 with commit 0a30353beca2693d30bde477024d755ffecea514
	Fixed in 6.13.3 with commit a808ecf878ad646ebc9c83d9fc4ce72fd9c49d3d
	Fixed in 6.14-rc1 with commit cd2fd6eab480dfc247b737cf7a3d6b009c4d0f1c

Please see https://www.kernel.org for a full list of currently supported
kernel versions by the kernel community.

Unaffected versions might change over time as fixes are backported to
older supported kernel versions.  The official CVE entry at
	https://cve.org/CVERecord/?id=CVE-2024-58011
will be updated if fixes are backported, please check that for the most
up to date information about this issue.


Affected files
==============

The file(s) affected by this issue are:
	drivers/platform/x86/intel/int3472/discrete.c
	drivers/platform/x86/intel/int3472/tps68470.c


Mitigation
==========

The Linux kernel CVE team recommends that you update to the latest
stable kernel version for this, and many other bugfixes.  Individual
changes are never tested alone, but rather are part of a larger kernel
release.  Cherry-picking individual commits is not recommended or
supported by the Linux kernel community at all.  If however, updating to
the latest release is impossible, the individual changes to resolve this
issue can be found at these commits:
	https://git.kernel.org/stable/c/4f8b210823cc2d1f9d967f089a6c00d025bb237f
	https://git.kernel.org/stable/c/f9c7cc44758f4930b41285a6d54afa8cbd9762b4
	https://git.kernel.org/stable/c/0a30353beca2693d30bde477024d755ffecea514
	https://git.kernel.org/stable/c/a808ecf878ad646ebc9c83d9fc4ce72fd9c49d3d
	https://git.kernel.org/stable/c/cd2fd6eab480dfc247b737cf7a3d6b009c4d0f1c

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ