CVE-2026-98053
Last modified
CVE-2026-98053 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Refactor and fix init_config access Existing code accesses enties found in ->init_configs array through indexes that are part of ->config_ids array. Those two are limited by: ->num_init_configs and ->num_config_ids respectively.
Description
In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Refactor and fix init_config access Existing code accesses enties found in ->init_configs array through indexes that are part of ->config_ids array. Those two are limited by: ->num_init_configs and ->num_config_ids respectively. Using ID larger or equal to ->num_init_configs leads to out-of-bounds access: avs_path_module_send_init_configs() loop: (...) &acomp->tplg->init_configs[ids[i]] ^ out-of-bounds candidate Rather than adding another if-statement, refactor the code. There is no need to store the IDs, have a list of pointers to actual config-entries instead. As the verification of ->init_config entries does not differ from verification of other types that are part of the topology.c file, simply reuse the code.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 8a49ef789b1be68242624d460df2ada8087308a7, < 75bd5ea9c858d89fb8862f23afb00783bf02cd7a; >= 8a49ef789b1be68242624d460df2ada8087308a7, < 8f20a0f4f7d638e83ae86db1719a24c7049762f5; >= 8a49ef789b1be68242624d460df2ada8087308a7, < 681e91035dc794896a904852040837190e5041f5 |
| Linux | Linux | 6.9 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-98053?
How severe is CVE-2026-98053?
How do I fix CVE-2026-98053?
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-98048In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98049In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9805SMM IHISI command handler, FMTSWriteUseIntelLib, for FMTS co…2.7
- CVE-2026-98050In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-98051In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98052In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-98054In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98055In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98056In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-98057In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98058In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98059In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-98053?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
