DEBIAN-CVE-2025-68354
In the Linux kernel, the following vulnerability has been resolved: regulator: core: Protect regulator_supply_alias_list with regulator_list_mutex regulator_supply_alias_list was accessed without any locking in regulator_supply_alias(), regulator_register_supply_alias(), and regulator_unregister_supply_alias(). Concurrent registration, unregistration and lookups can race, leading to: 1 use-after-free if an alias entry is removed while being read, 2 duplicate entries when two threads register the same alias, 3 inconsistent alias mappings observed by consumers. Protect all traversals, insertions and deletions on regulator_supply_alias_list with the existing regulator_list_mutex.
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:14 | linux | 6.16.7-1, 6.12.41-1, 6.12.43-1 |
| Debian:13 | linux | 6.12.41-1, 6.12.57-1, 6.12.48-1 |
| Debian:11 | linux | 5.10.84-1, 0, 5.10.103-1 |
| Debian:11 | linux-6.1 | 0, 6.1.106-3, 6.1.106-3 |
| Debian:12 | linux | 6.1.115-1, 6.1.119-1, 6.1.123-1 |
Timeline
- Dec 24, 2025 CVE Published
- Apr 28, 2026 CVE Updated