First published: Wed Apr 16 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: thermal: int340x: Add NULL check for adev Not all devices have an ACPI companion fwnode, so adev might be NULL. This is similar to the commit cd2fd6eab480 ("platform/x86: int3472: Check for adev == NULL"). Add a check for adev not being set and return -ENODEV in that case to avoid a possible NULL pointer deref in int3402_thermal_probe(). Note, under the same directory, int3400_thermal_probe() has such a check. [ rjw: Subject edit, added Fixes: ]
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2025-23136 is rated as medium due to the potential for null pointer dereference affecting certain Linux kernel configurations.
To fix CVE-2025-23136, ensure your Linux kernel is updated to the latest version where this vulnerability is patched.
CVE-2025-23136 is classified as a null pointer dereference vulnerability in the thermal subsystem of the Linux kernel.
CVE-2025-23136 affects Linux systems utilizing the int340x thermal driver when devices lack an ACPI companion fwnode.
As of now, there are no known exploits actively targeting CVE-2025-23136 in the wild.