Tracker / CVE-2026-31475
CVE-2026-31475
Alta 7.8
In the Linux kernel, the following vulnerability has been resolved: ASoC: sma1307: fix double free of devm_kzalloc() memory A previous change added NULL checks and cleanup for allocation failures in sma1307_setting_loaded(). However, the cleanup for mode_set entries is wrong. Those entries are allocated with devm_kzalloc(), so they are device-managed resources and must not be freed with kfree(). Manually freeing them in the error path can lead to a double free when devres later releases the same memory. Drop the manual kfree() loop and let devres handle the cleanup.
Prodotti e versioni affette
| linux | linux_kernel |
|---|---|
| linux | linux_kernel · 6.14.9 → 6.15 |
| linux | linux_kernel · 6.15.1 → 6.18.21 |
| linux | linux_kernel · 6.19 → 6.19.11 |
Analisi
Questa pagina non è ancora indicizzabile.Finché non contiene un’analisi originale — cosa espone davvero, come verificare in due minuti se un sistema è stato toccato, cosa fare se lo è stato — la pagina resta noindex. È il database a deciderlo, non il modello di pagina.