Lucene search
+L

248296 matches found

Cvelist
Cvelist
added 2026/08/15 5:55 a.m.20 views

CVE-2026-72306 vduse: Fix race in vduse_dev_msg_sync and vduse_dev_read_iter

In the Linux kernel, the following vulnerability has been resolved: vduse: Fix race in vdusedevmsgsync and vdusedevreaditer There is one race case in vdusedevmsgsync and vdusedevreaditer: vdusedevreaditer: lockmsglock; dequeuemsgsendlist; unlockmsglock; vdusedevmsgsync: waittimeout finish...

0.00215EPSS
SaveExploits0References7
CVE
CVE
added 2026/08/15 5:55 a.m.19 views

CVE-2026-72306

The CVE-2026-72306 entry concerns a race in the Linux kernel’s vduse subsystem, specifically between vduse_dev_msg_sync and vduse_dev_read_iter. The issue arises when vduse_dev_read_iter dequeues a message under lock, while vduse_dev_msg_sync later checks and may delete a completed message, riski...

5.4AI score0.00215EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/08/15 5:55 a.m.8 views

EUVD-2026-59203

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc4-control: Fix TOCTOU in sofipc4bytesput In sofipc4bytesput, the copy size is derived from the old data-size in the buffer rather than the incoming new data's size field from ucontrol. If the new data has a differen...

5.6AI score0.00163EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/08/15 5:55 a.m.5 views

CVE-2026-72305

In the Linux kernel, the following vulnerability has been resolved: VDUSE: avoid leaking information to userspace The bounceing is not necessarily page aligned, so current VDUSE can leak kernel information through mapping bounce pages to userspace. Allocate bounce pages with GFPZERO to avoid...

5.3AI score0.002EPSS
SaveExploits0
CVE
CVE
added 2026/08/15 5:55 a.m.15 views

CVE-2026-72305

Consolidated details show CVE-2026-72305 affects the Linux kernel VDUSE subsystem, where bounce pages mapped to userspace may leak kernel information due to non-page-aligned bounce handling. Mitigation: allocate bounce pages with __GFP_ZERO to prevent leaking data to userspace. The vulnerability ...

5.3AI score0.002EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/15 5:55 a.m.21 views

CVE-2026-72304 ASoC: SOF: ipc4-control: Fix TOCTOU in sof_ipc4_bytes_put

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc4-control: Fix TOCTOU in sofipc4bytesput In sofipc4bytesput, the copy size is derived from the old data-size in the buffer rather than the incoming new data's size field from ucontrol. If the new data has a differen...

7.8CVSS0.00163EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/15 5:55 a.m.19 views

CVE-2026-72305 VDUSE: avoid leaking information to userspace

In the Linux kernel, the following vulnerability has been resolved: VDUSE: avoid leaking information to userspace The bounceing is not necessarily page aligned, so current VDUSE can leak kernel information through mapping bounce pages to userspace. Allocate bounce pages with GFPZERO to avoid...

0.002EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/15 5:55 a.m.10 views

CVE-2026-72304 ASoC: SOF: ipc4-control: Fix TOCTOU in sof_ipc4_bytes_put

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc4-control: Fix TOCTOU in sofipc4bytesput In sofipc4bytesput, the copy size is derived from the old data-size in the buffer rather than the incoming new data's size field from ucontrol. If the new data has a differen...

7.8CVSS5.7AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/15 5:55 a.m.7 views

CVE-2026-72304

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc4-control: Fix TOCTOU in sofipc4bytesput In sofipc4bytesput, the copy size is derived from the old data-size in the buffer rather than the incoming new data's size field from ucontrol. If the new data has a differen...

7.8CVSS5.6AI score0.00163EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/15 5:55 a.m.5 views

EUVD-2026-59204

In the Linux kernel, the following vulnerability has been resolved: VDUSE: avoid leaking information to userspace The bounceing is not necessarily page aligned, so current VDUSE can leak kernel information through mapping bounce pages to userspace. Allocate bounce pages with GFPZERO to avoid...

5.3AI score0.002EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/15 5:55 a.m.21 views

CVE-2026-72304

CVE-2026-72304: Linux kernel ASoC SOF IPC4 control TOCTOU in sof_ipc4_bytes_put. The bug arose from copying data using the old data->size instead of the incoming sof_abi_hdr.size from ucontrol, which could copy stale bytes or truncate valid data when sizes differ. The connected sources confirm...

7.8CVSS5.6AI score0.00163EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/15 5:55 a.m.5 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...

7.8CVSS5.4AI score
SaveExploits0References5
CVE
CVE
added 2026/08/15 5:55 a.m.21 views

CVE-2026-72302

The CVE-2026-72302 entry documents a Linux kernel flaw in ASoC: SOF ipc3-control where sof_ipc3_control_update() used firmware-provided cdata->num_elems in arithmetic that could overflow on 32-bit platforms. This overflow could let cdata->rhdr.hdr.size comparisons pass with mismatched sizes...

7.8CVSS5.4AI score0.00177EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/15 5:55 a.m.7 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...

7.8CVSS5.6AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2026/08/15 5:55 a.m.7 views

CVE-2026-72302

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...

7.8CVSS5.5AI score0.00177EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/15 5:55 a.m.24 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...

7.8CVSS0.00154EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/15 5:55 a.m.5 views

EUVD-2026-59202

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...

5.3AI score0.00154EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:55 a.m.23 views

CVE-2026-72303

In the Linux kernel, the ASoC: SOF: ipc4-control vulnerability fixes validation of MODULE_NOTIFICATION payload length before reading bytes/channel data in control update handling. Root cause was insufficient payload size checks in the control update path, with CVSSv3.1 base score 7.8 (Local, Low ...

7.8CVSS5.3AI score0.00154EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/15 5:55 a.m.5 views

CVE-2026-72303

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...

7.8CVSS5.3AI score0.00154EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/15 5:55 a.m.19 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...

7.8CVSS0.00177EPSS
SaveExploits0References6
Rows per page
Query Builder