VDB
DEBIAN-CVE-2025-38259
DEBIAN-CVE-2025-38259
PUBLISHED
CVSS 7.800000190734863 HIGH
In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: wcd9335: Fix missing free of regulator supplies Driver gets and enables all regulator supplies in probe path (wcd9335_parse_dt() and wcd9335_power_on_reset()), but does not cleanup in final error paths and in unbind (missing remove() callback). This leads to leaked memory and unbalanced regulator enable count during probe errors or unbind. Fix this by converting entire code into devm_regulator_bulk_get_enable() which also greatly simplifies the code.
Risk Scores
CVSS 3.1
7.800000190734863
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:11 | linux | 6.12.30-1, 6.19.14-1, 6.19.2-1 |
| Debian:14 | linux | 0, 0 |
| Debian:12 | linux | 6.1.106-3, 6.1.115-1, 6.1.119-1 |
| Debian:13 | linux | 0, 0 |
| Debian:11 | linux-6.1 | 6.1.129-1, 6.1.137-1, 6.1.140-1 |
Timeline
- Jul 9, 2025 CVE Published
- Apr 28, 2026 CVE Updated