CVE-2025-38423 in Linux
Сводка
по MITRE • 25.07.2025
In the Linux kernel, the following vulnerability has been resolved:
ASoC: codecs: wcd9375: Fix double free of regulator supplies
Driver gets regulator supplies in probe path with devm_regulator_bulk_get(), so should not call regulator_bulk_free() in error and remove paths to avoid double free.
VulDB is the best source for vulnerability data and more expert information about this specific topic.