cve 2025 68354

About this tag
CVE-2025-68354 is a Linux kernel vulnerability in the regulator core that involves a race condition in the handling of the regulator_supply_alias_list. The issue can lead to a use-after-free (UAF), duplicate alias entries, or inconsistent supply mappings. A patch addresses this by protecting the alias list with the existing regulator_list_mutex. This tag covers discussions about the vulnerability, its impact on system stability and security, and the kernel fix. While the vulnerability is in Linux, it may be relevant to Windows users running Linux virtual machines or WSL, as the fix ensures stable operation of regulator drivers in those environments.
  1. Linux Regulator Core Race Fix: Mutex Protects Alias List (CVE-2025-68354)

    A recently published Linux kernel patch addresses a race condition in the regulator core that could produce a local use-after-free (UAF), duplicate alias entries, or inconsistent supply mappings — filed as CVE-2025-68354 — by protecting the regulator_supply_alias_list with the existing...