PatchSiren cyber security CVE debrief
CVE-2026-97414 Linux CVE debrief
A NULL pointer dereference vulnerability was found in the Linux kernel's ASoC: mediatek mt8365-afe-pcm component. The mt8365_afe_suspend() function allocates a register backup buffer but does not check for allocation failure before using the returned pointer, potentially leading to a NULL pointer dereference. This vulnerability could lead to system crashes or instability if exploited. Linux kernel developers and maintainers, as well as users of affected Linux distributions, should assess exposure and verify remediation.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- Unknown
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-24
- Original CVE updated
- 2026-09-25
- Advisory published
- 2026-09-24
- Advisory updated
- 2026-09-25
Who should care
Linux kernel developers and maintainers, as well as users of affected Linux distributions, should assess exposure and verify remediation to address potential system crashes or instability due to NULL pointer dereferences. This includes reviewing and applying patches, verifying Linux kernel versions, and monitoring system logs for errors.
Why it matters
This vulnerability in the Linux kernel's ASoC: mediatek mt8365-afe-pcm component could lead to system crashes or instability if exploited. Linux kernel developers and maintainers, as well as users of affected Linux distributions, should assess exposure and verify remediation.
- Potential system crashes or instability due to NULL pointer dereferences
- Need for verification of Linux kernel version and patch application
- Potential for denial-of-service (DoS) attacks if exploited
Technical summary
The mt8365_afe_suspend() function in the Linux kernel's ASoC: mediatek mt8365-afe-pcm component allocates a register backup buffer using 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]. The vulnerability could lead to system crashes or instability if exploited, emphasizing the need for verification of Linux kernel version and patch application, as well as monitoring system logs for potential NULL pointer dereference errors.
Defensive priority
Medium
Recommended defensive actions
- Review and apply the provided patches to address the vulnerability
- Verify the Linux kernel version and ensure it is up-to-date
- Monitor system logs for potential NULL pointer dereference errors
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, including its description and affected components. However, the corpus does not establish versions, exploitation, impact, or remediation, which require verification from the supplied official sources.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-97414 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-97414
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-97414 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-97414
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/1094d83ad325829acd68e63147793536060a0d60
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/b8948ac26efc395264a47f9a743889065adb5cff
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/f87707bc0406fe92bc142a9eee5f480c94ce9ff8
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.