IT

Tracker / CVE-2025-38668

CVE-2025-38668

Medium 5.5

In the Linux kernel, the following vulnerability has been resolved: regulator: core: fix NULL dereference on unbind due to stale coupling data Failing to reset coupling_desc.n_coupled after freeing coupled_rdevs can lead to NULL pointer dereference when regulators are accessed post-unbind. This can happen during runtime PM or other regulator operations that rely on coupling metadata. For example, on ridesx4, unbinding the 'reg-dummy' platform device triggers a panic in regulator_lock_recursive() due to stale coupling state. Ensure n_coupled is set to 0 to prevent access to invalid pointers.

Affected products and versions

debian debian_linux
linux linux_kernel
linux linux_kernel · 5.11 → 5.15.190
linux linux_kernel · 5.16 → 6.1.148
linux linux_kernel · 5.3 → 5.4.297
linux linux_kernel · 5.5 → 5.10.241
linux linux_kernel · 6.13 → 6.15.9
linux linux_kernel · 6.2 → 6.6.101
linux linux_kernel · 6.7 → 6.12.41

Analysis

This page is not indexable yet.Until it carries original analysis — what it actually exposes, how to check in two minutes whether a system was touched, what to do if it was — the page stays noindex. The database decides that, not the template.

References