In the Linux kernel, the following vulnerability has been resolved:
hwmon: (coretemp) Simplify platform device handling
Coretemp's platform driver is unconventional. All the real work is done globally by the initcall and CPU hotplug notifiers, while the "driver" effectively just wraps an allocation and the registration of the hwmon interface in a long-winded round-trip through the driver core. The whole logic of dynamically creating and destroying platform devices to bring the interfaces up and down is error prone, since it assumes platform_device_add() will synchronously bind the driver and set drvdata before it returns, thus results in a NULL dereference if drivers_autoprobe is turned off for the platform bus. Furthermore, the unusual approach of doing that from within a CPU hotplug notifier, already commented in the code that it deadlocks suspend, also causes lockdep issues for other drivers or subsystems which may want to legitimately register a CPU hotplug notifier from a platform bus notifier.
All of these issues can be solved by ripping this unusual behaviour out completely, simply tying the platform devices to the lifetime of the module itself, and directly managing the hwmon interfaces from the hotplug notifiers. There is a slight user-visible change in that /sys/bus/platform/drivers/coretemp will no longer appear, and /sys/devices/platform/coretemp.n will remain present if package n is hotplugged off, but hwmon users should really only be looking for the presence of the hwmon interfaces, whose behaviour remains unchanged.
CVSS Details
- CVSS 3.1 Base Score: 5.5
- CVSS 3.1 Vector: (CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)
Covered by Rapid7
| Product | Vendor Advisory | Solution File | Added | Published |
|---|---|---|---|---|
| Debian | — | Upgrade linux | Oct 6, 2025 | Oct 6, 2025 |
| Redhat_linux | — | Upgrade kernelUpgrade kernel-rtNo solution exists | Nov 14, 2025 | Oct 4, 2025 |
| Ubuntu | — | Upgrade linux-nvidia-tegraUpgrade linux-lowlatency-hwe-5.15Upgrade linux-fipsUpgrade linux-raspiUpgrade linux-azureUpgrade linux-oracle-5.4Upgrade linux-aws-5.4Upgrade linux-gkeUpgrade linux-iotUpgrade linux-intel-iotgUpgrade linux-nvidia-tegra-5.15Upgrade linux-hwe-5.15Upgrade linux-bluefieldUpgrade linux-awsUpgrade linux-realtimeUpgrade linux-gcp-5.15Upgrade linux-aws-5.15Upgrade linux-intel-iotg-5.15Upgrade linux-lowlatencyUpgrade linux-raspi-5.4Upgrade linux-kvmUpgrade linux-gcp-fipsUpgrade linux-ibmUpgrade linux-azure-fipsUpgrade linux-xilinx-zynqmpUpgrade linux-intel-iot-realtimeUpgrade linux-azure-5.15Upgrade linuxUpgrade linux-oracleUpgrade linux-gkeopUpgrade linux-azure-5.4Upgrade linux-gcpUpgrade linux-oracle-5.15Upgrade linux-ibm-5.4Upgrade linux-gcp-5.4Upgrade linux-riscv-5.15Upgrade linux-nvidiaUpgrade linux-hwe-5.4Upgrade linux-aws-fipsUpgrade linux-azure-fde-5.15 | Oct 10, 2025 | Oct 4, 2025 |
| Vmware Photon_os | — | Use 'tdnf update' to upgrade all packages to the latest version. | Oct 15, 2025 | Oct 4, 2025 |
Prioritise with Active Threat Intelligence
With curated Threat Intelligence, you can see which vulnerabilities truly put you at risk, prioritize what matters most, and act before attackers do.
Explore Intelligence Hub