CVE-2025-40097

Source
https://cve.org/CVERecord?id=CVE-2025-40097
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-40097.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2025-40097
Downstream
Related
Published
2025-10-30T09:48:04.567Z
Modified
2026-03-31T17:30:02.889571Z
Summary
ALSA: hda: Fix missing pointer check in hda_component_manager_init function
Details

In the Linux kernel, the following vulnerability has been resolved:

ALSA: hda: Fix missing pointer check in hdacomponentmanager_init function

The _componentmatchadd function may assign the 'matchptr' pointer the value ERRPTR(-ENOMEM), which will subsequently be dereferenced.

The call stack leading to the error looks like this:

hdacomponentmanagerinit |-> componentmatchadd |-> componentmatchaddrelease |-> _componentmatchadd ( ... ,**matchptr, ... ) |-> *matchptr = ERRPTR(-ENOMEM); // assign |-> componentmasteraddwithmatch( ... match) |-> componentmatchrealloc(match, match->num); // dereference

Add IS_ERR() check to prevent the crash.

Found by Linux Verification Center (linuxtesting.org) with SVACE.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/40xxx/CVE-2025-40097.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
ae7abe36e352eddf8e30d3b1ea3fb402514ba13b
Fixed
218a8504e62fc2c8a1fd12523346b7a2b9bd2474
Fixed
47d1b9ca923b55c3f407788f1f15b04957e0e027
Fixed
1cf11d80db5df805b538c942269e05a65bcaf5bc

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-40097.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.17.0
Fixed
6.12.59
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.17.5

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-40097.json"