Lucene search
+L

4647 matches found

EUVD
EUVD
added 2026/08/15 5:53 a.m.10 views

EUVD-2026-58926

In the Linux kernel, the following vulnerability has been resolved: mtd: maps: vmu-flash: fix fault in unaligned fixup Use kzallocobj / kzallocobjs to allocate the memcard structs, instead of kmallocobj / kmallocobjs to prevent access to uninitialized data. Fixes runtime error: Fault in unaligned...

5.4AI score0.002EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/15 5:53 a.m.20 views

CVE-2026-72150 sunrpc: fix uninitialized xprt_create_args structure

In the Linux kernel, the following vulnerability has been resolved: sunrpc: fix uninitialized xprtcreateargs structure The xprtcreateargs structure is allocated on the stack without initialization in rpcsysfsxprtswitchaddxprtstore. While some fields are manually populated, critical fields like...

0.00198EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/15 5:53 a.m.22 views

CVE-2026-72150

The CVE-2026-72150 issue affects the Linux kernel sunrpc subsystem. The xprt_create_args structure was allocated on the stack without initialization in rpc_sysfs_xprt_switch_add_xprt_store(), leaving fields such as srcaddr, bc_xps, and flags with garbage data. This can cause kernel panic when xs_...

5.5AI score0.00198EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/15 5:53 a.m.11 views

CVE-2026-72150 sunrpc: fix uninitialized xprt_create_args structure

In the Linux kernel, the following vulnerability has been resolved: sunrpc: fix uninitialized xprtcreateargs structure The xprtcreateargs structure is allocated on the stack without initialization in rpcsysfsxprtswitchaddxprtstore. While some fields are manually populated, critical fields like...

5.6AI score
SaveExploits0References6
EUVD
EUVD
added 2026/08/15 5:53 a.m.8 views

EUVD-2026-58908

In the Linux kernel, the following vulnerability has been resolved: sunrpc: fix uninitialized xprtcreateargs structure The xprtcreateargs structure is allocated on the stack without initialization in rpcsysfsxprtswitchaddxprtstore. While some fields are manually populated, critical fields like...

5.5AI score0.00198EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/15 5:53 a.m.10 views

EUVD-2026-58904

In the Linux kernel, the following vulnerability has been resolved: dmaengine: sh: rz-dmac: Move interrupt request after everything is set up Once the interrupt is requested, the interrupt handler may run immediately. Since the IRQ handler can access channel-chbase, which is initialized only afte...

5.4AI score0.0018EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/15 5:53 a.m.7 views

CVE-2026-72133 spi: uniphier: Fix completion initialization order before devm_request_irq()

In the Linux kernel, the following vulnerability has been resolved: spi: uniphier: Fix completion initialization order before devmrequestirq The driver calls devmrequestirq before initializing the completion used by the interrupt handler. Because the interrupt may occur immediately after...

8.4CVSS5.6AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/08/15 5:53 a.m.5 views

CVE-2026-72128

In the Linux kernel, the following vulnerability has been resolved: nvmet: fix refcount leak in nvmetsqcreate In nvmetsqcreate, a reference on the ctrl is taken via krefgetunlesszero before calling nvmetchecksqid. If nvmetchecksqid fails, the function returns the error directly without releasing...

5.4AI score0.00198EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/15 5:52 a.m.5 views

EUVD-2026-59072

In the Linux kernel, the following vulnerability has been resolved: can: bcm: validate frame length in bcmrxsetup for RTR replies bcmtxsetup validates cf-len against the CAN/CAN FD DLC limits before installing frames for TXSETUP, but bcmrxsetup never did the same for the RTR-reply frame configure...

5.3AI score0.00164EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/15 5:52 a.m.7 views

CVE-2026-72101 dm-integrity: fix leaking uninitialized kernel memory

In the Linux kernel, the following vulnerability has been resolved: dm-integrity: fix leaking uninitialized kernel memory If hash size is less than device's tuple size, dm-integrity is supposed to zero the remaining space. There was a bug in the code that zeroing didn't work. This commit fixes it...

5.5AI score
SaveExploits0References7
CVE
CVE
added 2026/08/15 5:52 a.m.27 views

CVE-2026-72101

The CVE-2026-72101 involves the Linux kernel dm‑integrity module. A bug caused zeroing of the remaining space to fail when the hash size was smaller than the device tuple size, leading to leaking uninitialized kernel memory. The issue has been fixed by a commit that corrects the zeroing behavior....

5.4AI score0.002EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/15 5:52 a.m.24 views

CVE-2026-72101 dm-integrity: fix leaking uninitialized kernel memory

In the Linux kernel, the following vulnerability has been resolved: dm-integrity: fix leaking uninitialized kernel memory If hash size is less than device's tuple size, dm-integrity is supposed to zero the remaining space. There was a bug in the code that zeroing didn't work. This commit fixes it...

0.002EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/15 5:52 a.m.6 views

EUVD-2026-59059

In the Linux kernel, the following vulnerability has been resolved: dm-integrity: fix leaking uninitialized kernel memory If hash size is less than device's tuple size, dm-integrity is supposed to zero the remaining space. There was a bug in the code that zeroing didn't work. This commit fixes it...

5.4AI score0.002EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/15 5:52 a.m.20 views

CVE-2026-72095

The CVE-2026-72095 issue affects the Linux kernel dma_fence_dedup_array() function, which incorrectly returned 1 for a 0-length input, contradicting the documented contract. The bug could allow a zero local count path to reach a dedup call and dereference an uninitialized fence slot (notably in a...

7.8CVSS5.3AI score0.00161EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/15 5:52 a.m.6 views

CVE-2026-72095 dma-fence: Make dma_fence_dedup_array() robust against 0-count input

In the Linux kernel, the following vulnerability has been resolved: dma-fence: Make dmafencededuparray robust against 0-count input dmafencededuparray returns 1 when called with numfences == 0: the for-loop body never executes, j stays at 0, and the final return ++j yields 1. This contradicts bot...

7.8CVSS5.5AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/15 5:52 a.m.21 views

CVE-2026-72095 dma-fence: Make dma_fence_dedup_array() robust against 0-count input

In the Linux kernel, the following vulnerability has been resolved: dma-fence: Make dmafencededuparray robust against 0-count input dmafencededuparray returns 1 when called with numfences == 0: the for-loop body never executes, j stays at 0, and the final return ++j yields 1. This contradicts bot...

7.8CVSS0.00161EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/15 5:51 a.m.10 views

EUVD-2026-58978

In the Linux kernel, the following vulnerability has been resolved: ipvs: reset full ipvsseq structs in ipvsconnnew Commit 9a05475cebdd "ipvs: avoid kmemcachezalloc in ipvsconnnew" changed ipvsconnnew to allocate an ipvsconn object with kmemcachealloc. The function then initializes many fields...

5.4AI score0.00704EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:51 a.m.7 views

CVE-2026-72020 ipvs: reset full ip_vs_seq structs in ip_vs_conn_new

In the Linux kernel, the following vulnerability has been resolved: ipvs: reset full ipvsseq structs in ipvsconnnew Commit 9a05475cebdd "ipvs: avoid kmemcachezalloc in ipvsconnnew" changed ipvsconnnew to allocate an ipvsconn object with kmemcachealloc. The function then initializes many fields...

9.8CVSS5.5AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/08/15 5:51 a.m.19 views

CVE-2026-72020 ipvs: reset full ip_vs_seq structs in ip_vs_conn_new

In the Linux kernel, the following vulnerability has been resolved: ipvs: reset full ipvsseq structs in ipvsconnnew Commit 9a05475cebdd "ipvs: avoid kmemcachezalloc in ipvsconnnew" changed ipvsconnnew to allocate an ipvsconn object with kmemcachealloc. The function then initializes many fields...

9.8CVSS0.00704EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:51 a.m.30 views

CVE-2026-72020

CVE-2026-72020 affects the Linux kernel IP Virtual Server (IPVS) code. A bug in ip_vs_conn_new() caused only two ip_vs_seq members (in_seq and out_seq) to be reset, leaving init_seq and previous_delta uninitialized. For connections learned from a sync message, flags and data could be inconsistent...

9.8CVSS5.4AI score0.00704EPSS
SaveExploits0References8
Rows per page
Query Builder