CVE-2025-40097
Last modified
CVE-2025-40097 is a vulnerability of currently unknown severity. 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, ... EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
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.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= ae7abe36e352eddf8e30d3b1ea3fb402514ba13b, < 218a8504e62fc2c8a1fd12523346b7a2b9bd2474; >= ae7abe36e352eddf8e30d3b1ea3fb402514ba13b, < 47d1b9ca923b55c3f407788f1f15b04957e0e027; >= ae7abe36e352eddf8e30d3b1ea3fb402514ba13b, < 1cf11d80db5df805b538c942269e05a65bcaf5bc |
| Linux | Linux | 5.17 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-40097?
How severe is CVE-2025-40097?
How do I fix CVE-2025-40097?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-40091In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40092In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-40093In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-40094In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-40095In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-40096In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-40098In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40099In the Linux kernel, the following vulnerability has been re…9.4
- CVE-2025-4010The Netcom NTC 6200 and NWL 222 series expose a web interfac…8.6
- CVE-2025-40100In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40101In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40102In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2025-40097?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
