CVE-2026-97414
Last modified
CVE-2026-97414 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8365-afe-pcm: fix possible NULL-pointer dereferences in mt8365_afe_suspend() mt8365_afe_suspend() allocates the register backup buffer with devm_kcalloc(), but does not check for allocation failure before using the returned pointer. This may lead to a NULL pointer dereference when accessing afe->reg_back_up[i]. Add the missing NULL check and return -ENOMEM on allocation failure after disabling the main clock. Also propagate the return value of mt8365_afe_suspend() in mt8365_afe_dev_runtime_suspend() so that the suspended state is not updated when suspend fails..
Description
In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8365-afe-pcm: fix possible NULL-pointer dereferences in mt8365_afe_suspend() mt8365_afe_suspend() allocates the register backup buffer with devm_kcalloc(), but does not check for allocation failure before using the returned pointer. This may lead to a NULL pointer dereference when accessing afe->reg_back_up[i]. Add the missing NULL check and return -ENOMEM on allocation failure after disabling the main clock. Also propagate the return value of mt8365_afe_suspend() in mt8365_afe_dev_runtime_suspend() so that the suspended state is not updated when suspend fails.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= e1991d102bc2abb32331c462f8f3e77059c69578, < f87707bc0406fe92bc142a9eee5f480c94ce9ff8; >= e1991d102bc2abb32331c462f8f3e77059c69578, < 1094d83ad325829acd68e63147793536060a0d60; >= e1991d102bc2abb32331c462f8f3e77059c69578, < b8948ac26efc395264a47f9a743889065adb5cff |
| Linux | Linux | 6.12 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97414?
How severe is CVE-2026-97414?
How do I fix CVE-2026-97414?
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 2026
- CVE-2026-97409In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-9741A bug in query analysis processing of the $vectorSearch aggr…7.1
- CVE-2026-97410In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97411In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97412In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97413In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-97415In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-97416In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97417In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-97418In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97419In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9742When OIDC authentication is enabled in configuration, client…5.9
Are you affected by CVE-2026-97414?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
