CVE-2026-93039
Last modified
CVE-2026-93039 is a high-severity vulnerability rated 7.4/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ASoC: meson: Keep link pointers valid on realloc failure meson_card_reallocate_links() grows the DAI link and private data arrays with two consecutive krealloc() calls and updates the owner pointers only after both calls have succeeded. A successful krealloc() may move the data: it frees the old block and returns a new one. When that happens for the link array and the second krealloc() then fails, card->dai_link still points to the block that krealloc() already freed, and the error path frees the new block too. The probe error path then calls meson_card_clean_references(), which dereferences card->dai_link and kfree()s it again, resulting in a use-after-free and a double free. Commit card->dai_link and card->num_links right after the first krealloc() succeeds, so the pointer always refers to a valid allocation that meson_card_clean_references() can walk and free.
Description
In the Linux kernel, the following vulnerability has been resolved: ASoC: meson: Keep link pointers valid on realloc failure meson_card_reallocate_links() grows the DAI link and private data arrays with two consecutive krealloc() calls and updates the owner pointers only after both calls have succeeded. A successful krealloc() may move the data: it frees the old block and returns a new one. When that happens for the link array and the second krealloc() then fails, card->dai_link still points to the block that krealloc() already freed, and the error path frees the new block too. The probe error path then calls meson_card_clean_references(), which dereferences card->dai_link and kfree()s it again, resulting in a use-after-free and a double free. Commit card->dai_link and card->num_links right after the first krealloc() succeeds, so the pointer always refers to a valid allocation that meson_card_clean_references() can walk and free. krealloc() with __GFP_ZERO zero-initializes the added entries, so walking them on the error path is safe. With both failure paths reduced to a plain return, drop the goto labels and the error message.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 7864a79f37b55769b817d5e6c5ae0ca4bfdba93b, < de33afc57f24538186bccf4c4f6c65dd38634fd8; >= 7864a79f37b55769b817d5e6c5ae0ca4bfdba93b, < 1c1485343b7c1c39dab7ecb9cd16ba49fd0ce642; >= 7864a79f37b55769b817d5e6c5ae0ca4bfdba93b, < 8db0a0fc84e80aa9924e0833aef6cc95df94e5a7; >= 7864a79f37b55769b817d5e6c5ae0ca4bfdba93b, < 41e92e0caa1fe3df2efaca346bfcaeb7fb9826ab; >= 7864a79f37b55769b817d5e6c5ae0ca4bfdba93b, < 0b30fbe6bf7cf6499b19dd886f466e7c9e820089; >= 7864a79f37b55769b817d5e6c5ae0ca4bfdba93b, < 8fec16898f184e5f8f8fdd09ff1ced2bd7ffc13d; >= 7864a79f37b55769b817d5e6c5ae0ca4bfdba93b, < 5ed1b048527bebe4529eb6e01c34dcc5d97ba5fe; >= 7864a79f37b55769b817d5e6c5ae0ca4bfdba93b, < 2aaa41cf974f83a6fb105422bac4e2f107150774 |
| Linux | Linux | 4.19 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93039?
How severe is CVE-2026-93039?
How do I fix CVE-2026-93039?
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-93018Imager versions before 1.036 for Perl disclose uninitialised…
- CVE-2026-93019Imager versions before 1.036 for Perl exit the process readi…9.1
- CVE-2026-9302A vulnerability was determined in 546669204 vps-inventory-mo…6.3
- CVE-2026-9303A vulnerability was identified in calcom cal.diy up to 4.9.4…4.3
- CVE-2026-93037In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93038In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9304A security flaw has been discovered in calcom cal.diy up to …5
- CVE-2026-93040In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93041In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93042In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-93043In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93044In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-93039?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
