DEBIAN-CVE-2025-40097
In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: Fix missing pointer check in hda_component_manager_init function The __component_match_add function may assign the 'matchptr' pointer the value ERR_PTR(-ENOMEM), which will subsequently be dereferenced. The call stack leading to the error looks like this: hda_component_manager_init |-> component_match_add |-> component_match_add_release |-> __component_match_add ( ... ,**matchptr, ... ) |-> *matchptr = ERR_PTR(-ENOMEM); // assign |-> component_master_add_with_match( ... match) |-> component_match_realloc(match, match->num); // dereference Add IS_ERR() check to prevent the crash. Found by Linux Verification Center (linuxtesting.org) with SVACE.
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:13 | linux | 0, 6.12.63-1, 6.12.57-1 |
| Debian:12 | linux | 6.4.11-1, 6.18.13-1, 6.18.14-1 |
| Debian:14 | linux | 6.13.5-1~exp1, 6.13.6-1~exp1, 6.13.8-1~exp1 |
Timeline
- Oct 30, 2025 CVE Published
- Apr 28, 2026 CVE Updated