CVE-2026-93039

Source
https://cve.org/CVERecord?id=CVE-2026-93039
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93039.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-93039
Downstream
Published
2026-09-17T16:10:32Z
Modified
2026-09-19T03:47:26Z
Severity
  • 7.4 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
ASoC: meson: Keep link pointers valid on realloc failure
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93039.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
7864a79f37b55769b817d5e6c5ae0ca4bfdba93b
Fixed
de33afc57f24538186bccf4c4f6c65dd38634fd8
Fixed
1c1485343b7c1c39dab7ecb9cd16ba49fd0ce642
Fixed
8db0a0fc84e80aa9924e0833aef6cc95df94e5a7
Fixed
41e92e0caa1fe3df2efaca346bfcaeb7fb9826ab
Fixed
0b30fbe6bf7cf6499b19dd886f466e7c9e820089
Fixed
8fec16898f184e5f8f8fdd09ff1ced2bd7ffc13d
Fixed
5ed1b048527bebe4529eb6e01c34dcc5d97ba5fe
Fixed
2aaa41cf974f83a6fb105422bac4e2f107150774

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93039.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.19.0
Fixed
5.10.270
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.221
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.188
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.157
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.52
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93039.json"