Lucene search
+L

246636 matches found

EUVD
EUVD
added 3 days ago4 views

EUVD-2026-59208

In the Linux kernel, the following vulnerability has been resolved: tracing/remotes: Fix leak in traceremoteallocbuffer error path If page allocation fails in traceremoteallocbuffer, desc-nrcpus is not yet incremented for the current CPU. As a consequence, on error, half-allocated rbdesc will not...

5.3AI score0.00198EPSS
SaveExploits0References2
OSV
OSV
added 3 days ago6 views

CVE-2026-72309 tracing/remotes: Fix leak in trace_remote_alloc_buffer() error path

In the Linux kernel, the following vulnerability has been resolved: tracing/remotes: Fix leak in traceremoteallocbuffer error path If page allocation fails in traceremoteallocbuffer, desc-nrcpus is not yet incremented for the current CPU. As a consequence, on error, half-allocated rbdesc will not...

5.4AI score
SaveExploits0References5
Cvelist
Cvelist
added 3 days ago20 views

CVE-2026-72308 mlxsw: fix refcount leak in mlxsw_sp_port_lag_join()

In the Linux kernel, the following vulnerability has been resolved: mlxsw: fix refcount leak in mlxswspportlagjoin When mlxswspportlagindexget fails, mlxswspportlagjoin returns an error without releasing the lag reference obtained by the earlier mlxswsplagget. All other error paths in the functio...

0.00209EPSS
SaveExploits0References5
Cvelist
Cvelist
added 3 days ago23 views

CVE-2026-72307 mlxsw: fix refcount leak in mlxsw_sp_vrs_lpm_tree_replace()

In the Linux kernel, the following vulnerability has been resolved: mlxsw: fix refcount leak in mlxswspvrslpmtreereplace When mlxswspvrslpmtreereplace fails after replacing some VRs, the error rollback loop does not correctly revert the preceding replacements. The loop decrements the index but...

0.0022EPSS
SaveExploits0References8
CVE
CVE
added 3 days ago14 views

CVE-2026-72307

CVE-2026-72307 describes a Linux kernel issue in the mlxsw path where, after replacing VRs, the error rollback loop failed to update the vr pointer, causing a refcount leak of new_tree if replacements were partially completed. The root cause: the loop variable could point at the wrong VR, causing...

5.4AI score0.0022EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 3 days ago4 views

CVE-2026-72307

In the Linux kernel, the following vulnerability has been resolved: mlxsw: fix refcount leak in mlxswspvrslpmtreereplace When mlxswspvrslpmtreereplace fails after replacing some VRs, the error rollback loop does not correctly revert the preceding replacements. The loop decrements the index but...

5.4AI score0.0022EPSS
SaveExploits0
EUVD
EUVD
added 3 days ago6 views

EUVD-2026-59206

In the Linux kernel, the following vulnerability has been resolved: mlxsw: fix refcount leak in mlxswspvrslpmtreereplace When mlxswspvrslpmtreereplace fails after replacing some VRs, the error rollback loop does not correctly revert the preceding replacements. The loop decrements the index but...

5.4AI score0.0022EPSS
SaveExploits0References8
OSV
OSV
added 3 days ago5 views

CVE-2026-72307 mlxsw: fix refcount leak in mlxsw_sp_vrs_lpm_tree_replace()

In the Linux kernel, the following vulnerability has been resolved: mlxsw: fix refcount leak in mlxswspvrslpmtreereplace When mlxswspvrslpmtreereplace fails after replacing some VRs, the error rollback loop does not correctly revert the preceding replacements. The loop decrements the index but...

5.5AI score
SaveExploits0References11
EUVD
EUVD
added 3 days ago4 views

EUVD-2026-59205

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

5.4AI score0.00215EPSS
SaveExploits0References7
Cvelist
Cvelist
added 3 days ago19 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 3 days ago15 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 3 days ago7 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
Cvelist
Cvelist
added 3 days ago19 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
CVE
CVE
added 3 days ago14 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
Debian CVE
Debian CVE
added 3 days ago4 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
Cvelist
Cvelist
added 3 days ago21 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
EUVD
EUVD
added 3 days ago3 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 3 days ago14 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
Debian CVE
Debian CVE
added 3 days ago5 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
OSV
OSV
added 3 days ago3 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...

5.4AI score
SaveExploits0References5
Rows per page
Query Builder