Vulnerability Monitor

The vendors, products, and vulnerabilities you care about

CVE-2025-38259


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.


Published

2025-07-09T11:15:28.227

Last Modified

2025-12-18T17:03:11.730

Status

Analyzed

Source

416baaa9-dc9f-4396-8d5f-8c081fb06d67

Severity

CVSSv3.1: 7.8 (HIGH)

Weaknesses
  • Type: Primary
    CWE-416

Affected Vendors & Products
Type Vendor Product Version/Range Vulnerable?
Operating System linux linux_kernel < 6.1.143 Yes
Operating System linux linux_kernel < 6.6.96 Yes
Operating System linux linux_kernel < 6.12.36 Yes
Operating System linux linux_kernel < 6.15.5 Yes
Operating System debian debian_linux 11.0 Yes

References