Lucene search
+L

249 matches found

Cvelist
Cvelist
added yesterday12 views

CVE-2026-72302 ASoC: SOF: ipc3-control: Use overflow checks in control_update size calc

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc3-control: Use overflow checks in controlupdate size calc In sofipc3controlupdate, the expectedsize calculation uses firmware-provided cdata-numelems in arithmetic that could overflow on 32-bit platforms, wrapping t...

0.00232EPSS
SaveExploits0References6
Cvelist
Cvelist
added yesterday14 views

CVE-2026-72303 ASoC: SOF: ipc4-control: Validate notification payload size

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc4-control: Validate notification payload size Validate MODULENOTIFICATION payload length before reading bytes/channel data in control update handling...

0.00198EPSS
SaveExploits0References2
EUVD
EUVD
added yesterday5 views

EUVD-2026-59200

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc3-control: Fix TOCTOU in bytesput and bytesget In sofipc3bytesput, the size used for the memcpy is derived from the old data-size already in the buffer, not the incoming new data's size field. If the new data has a...

5.4AI score0.00215EPSS
SaveExploits0References6
CVE
CVE
added yesterday13 views

CVE-2026-72301

The CVE covers the Linux kernel ASoC SOF ipc3-control TOCTOU in sof_ipc3_bytes_put and sof_ipc3_bytes_get. Root cause: the memcpy length in bytes_put was derived from the old data->size in the buffer rather than the incoming data’s sof_abi_hdr.size, allowing mismatched copies when sizes differ...

5.4AI score0.00215EPSS
SaveExploits0References6
Cvelist
Cvelist
added yesterday11 views

CVE-2026-72301 ASoC: SOF: ipc3-control: Fix TOCTOU in bytes_put and bytes_get

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc3-control: Fix TOCTOU in bytesput and bytesget In sofipc3bytesput, the size used for the memcpy is derived from the old data-size already in the buffer, not the incoming new data's size field. If the new data has a...

0.00215EPSS
SaveExploits0References6
EUVD
EUVD
added yesterday3 views

EUVD-2026-59199

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: topology: validate vendor array size before parsing sofparsetokensets reads array-size while iterating over topology private data. The loop condition only checks that some data remains, so a malformed topology with a...

5.4AI score0.00209EPSS
SaveExploits0References5
Cvelist
Cvelist
added yesterday11 views

CVE-2026-72300 ASoC: SOF: topology: validate vendor array size before parsing

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: topology: validate vendor array size before parsing sofparsetokensets reads array-size while iterating over topology private data. The loop condition only checks that some data remains, so a malformed topology with a...

0.00209EPSS
SaveExploits0References5
CVE
CVE
added yesterday8 views

CVE-2026-72300

The CVE-2026-72300 entry concerns the Linux kernel, specifically the ASoC: SOF topology parser. The vulnerability arises in sof_parse_token_sets() when it reads array->size during topology private-data parsing, potentially reading the size field before a complete snd_soc_tplg_vendor_array head...

5.4AI score0.00209EPSS
SaveExploits0References5
EUVD
EUVD
added yesterday4 views

EUVD-2026-59162

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: topology: fix memory leak in sndsofloadtopology When the topology filename contains "dummy" and tplgcnt is 0, the function returns -EINVAL directly without freeing the tplgfiles allocated by kcalloc at line 2497. This...

5.4AI score0.00198EPSS
SaveExploits0References2
CVE
CVE
added yesterday10 views

CVE-2026-72263

The CVE-2026-72263 issue affects the Linux kernel ASoC: SOF topology loader. When a topology filename contains "dummy" and tplg_cnt is 0, snd_sof_load_topology returns -EINVAL without freeing the allocated tplg_files (kcalloc), causing a memory leak on such loads. The fixed behavior sets ret = -E...

5.4AI score0.00198EPSS
SaveExploits0References2
OSV
OSV
added yesterday3 views

CVE-2026-72263 ASoC: SOF: topology: fix memory leak in snd_sof_load_topology

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: topology: fix memory leak in sndsofloadtopology When the topology filename contains "dummy" and tplgcnt is 0, the function returns -EINVAL directly without freeing the tplgfiles allocated by kcalloc at line 2497. This...

5.6AI score
SaveExploits0References5
Cvelist
Cvelist
added yesterday11 views

CVE-2026-72263 ASoC: SOF: topology: fix memory leak in snd_sof_load_topology

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: topology: fix memory leak in sndsofloadtopology When the topology filename contains "dummy" and tplgcnt is 0, the function returns -EINVAL directly without freeing the tplgfiles allocated by kcalloc at line 2497. This...

0.00198EPSS
SaveExploits0References2
EUVD
EUVD
added yesterday4 views

EUVD-2026-59160

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc3-control: Validate size in sndsofupdatecontrol In sndsofupdatecontrol, firmware-provided cdata-numelems is checked against localcdata-data-size but never against the actual allocation size. If localcdata-data-size...

5.4AI score0.00215EPSS
SaveExploits0References6
EUVD
EUVD
added yesterday4 views

EUVD-2026-59161

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc3-control: Fix heap overflow in bytesext put/get The ipccontroldata buffer is allocated as kzallocmaxsize, where maxsize covers the entire struct sofipcctrldata including its flexible array payload. However, the...

5.9AI score0.00226EPSS
SaveExploits0References5
Cvelist
Cvelist
added yesterday10 views

CVE-2026-72261 ASoC: SOF: ipc3-control: Validate size in snd_sof_update_control

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc3-control: Validate size in sndsofupdatecontrol In sndsofupdatecontrol, firmware-provided cdata-numelems is checked against localcdata-data-size but never against the actual allocation size. If localcdata-data-size...

0.00215EPSS
SaveExploits0References6
CVE
CVE
added yesterday9 views

CVE-2026-72262

CVE-2026-72262 affects the Linux kernel ASoC: SOF ipc3-control path. The issue is a heap overflow in bytes_ext_put/get: ipc_control_data is allocated with kzalloc(max_size) covering the whole sof_ipc_ctrl_data struct including the flexible payload, but bounds checks compared user data lengths aga...

5.8AI score0.00226EPSS
SaveExploits0References5
CVE
CVE
added yesterday9 views

CVE-2026-72261

In the Linux kernel ASoC SOF component, the ipc3-control path in snd_sof_update_control lacks a bounds check: firmware-provided cdata->num_elems is checked against local_cdata->data->size but not against the actual allocation size. If the local size was previously inconsistent, memcpy co...

5.3AI score0.00215EPSS
SaveExploits0References6
Cvelist
Cvelist
added yesterday10 views

CVE-2026-72262 ASoC: SOF: ipc3-control: Fix heap overflow in bytes_ext put/get

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc3-control: Fix heap overflow in bytesext put/get The ipccontroldata buffer is allocated as kzallocmaxsize, where maxsize covers the entire struct sofipcctrldata including its flexible array payload. However, the...

0.00226EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added yesterday5 views

PT-2026-72674

In the Linux kernel, the following vulnerability has been resolved: mailbox: mtk-adsp: fix UAF during device teardown When the SOF audio driver fails to initialize e.g. firmware boot timeout, its devres unwind frees the snd sof dev object that the mailbox client mtk-adsp-ipc reaches via chan-cl-r...

5.4AI score0.0018EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added yesterday8 views

PT-2026-72450

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc3-control: Fix heap overflow in bytes ext put/get The ipc control data buffer is allocated as kzallocmax size, where max size covers the entire struct sof ipc ctrl data including its flexible array payload. However,...

5.8AI score0.00226EPSS
SaveExploits0References6
Rows per page
Query Builder