Lucene search
+L

427075 matches found

Debian CVE
Debian CVE
•added 2026/09/17 4:11 p.m.•16 views

CVE-2026-93140

In the Linux kernel, the following vulnerability has been resolved: udf: Mark LVID buffer as uptodate before marking it dirty When an I/O error occurs while writing the Logical Volume Integrity Descriptor LVID buffer to the block device, the block layer's completion handler endbufferwritesync...

6AI score0.0022EPSS
SaveExploits0
CVE
CVE
•added 2026/09/17 4:11 p.m.•15 views

CVE-2026-93141

CVE-2026-93141 is a double-free vulnerability in the Linux kernel's Renesas R8A66597 USB gadget driver (r8a66597). When usb_add_gadget_udc() fails during device probe, the ep0_req request structure is freed in the err_add_udc error path and then freed a second time in clean_up2, leading to a doub...

5.9AI score0.0022EPSS
SaveExploits0References8
Debian CVE
Debian CVE
•added 2026/09/17 4:11 p.m.•12 views

CVE-2026-93141

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: r8a66597: avoid double free of ep0req in probe error path If usbaddgadgetudc fails, r8a66597probe jumps to erraddudc and frees ep0req, then falls through to cleanup2 where ep0req is freed again when it is non-NULL...

6AI score0.0022EPSS
SaveExploits0
OSV
OSV
•added 2026/09/17 4:11 p.m.•6 views

CVE-2026-93141 usb: gadget: r8a66597: avoid double free of ep0_req in probe error path

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: r8a66597: avoid double free of ep0req in probe error path If usbaddgadgetudc fails, r8a66597probe jumps to erraddudc and frees ep0req, then falls through to cleanup2 where ep0req is freed again when it is non-NULL...

6AI score
SaveExploits0References11
EUVD
EUVD
•added 2026/09/17 4:11 p.m.•12 views

EUVD-2026-82249

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: r8a66597: avoid double free of ep0req in probe error path If usbaddgadgetudc fails, r8a66597probe jumps to erraddudc and frees ep0req, then falls through to cleanup2 where ep0req is freed again when it is non-NULL...

5.9AI score0.0022EPSS
SaveExploits0References8
OSV
OSV
•added 2026/09/17 4:11 p.m.•7 views

CVE-2026-93140 udf: Mark LVID buffer as uptodate before marking it dirty

In the Linux kernel, the following vulnerability has been resolved: udf: Mark LVID buffer as uptodate before marking it dirty When an I/O error occurs while writing the Logical Volume Integrity Descriptor LVID buffer to the block device, the block layer's completion handler endbufferwritesync...

6AI score
SaveExploits0References11
Cvelist
Cvelist
•added 2026/09/17 4:11 p.m.•33 views

CVE-2026-93141 usb: gadget: r8a66597: avoid double free of ep0_req in probe error path

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: r8a66597: avoid double free of ep0req in probe error path If usbaddgadgetudc fails, r8a66597probe jumps to erraddudc and frees ep0req, then falls through to cleanup2 where ep0req is freed again when it is non-NULL...

0.0022EPSS
SaveExploits0References8
CVE
CVE
•added 2026/09/17 4:11 p.m.•26 views

CVE-2026-93140

CVE-2026-93140 affects the Linux kernel's UDF filesystem . When an I/O error occurs while writing the Logical Volume Integrity Descriptor (LVID) buffer, the block layer clears the BH_Uptodate flag, even though the in-memory data remains valid. Subsequent calls to udf_open_lvid() or udf_sync_fs() ...

6AI score0.0022EPSS
SaveExploits0References8
Debian CVE
Debian CVE
•added 2026/09/17 4:11 p.m.•13 views

CVE-2026-93139

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/mes: Fix hungqueuedbarray loop limit for multi-XCC The loop iterated only AMDGPUMAXMESPIPES times, leaving entries uninitialized for multi-XCC GPUs. This causes null pointer dereferences when accessing arrays indexed b...

5.7AI score0.00198EPSS
SaveExploits0
Cvelist
Cvelist
•added 2026/09/17 4:11 p.m.•40 views

CVE-2026-93139 drm/amdgpu/mes: Fix hung_queue_db_array loop limit for multi-XCC

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/mes: Fix hungqueuedbarray loop limit for multi-XCC The loop iterated only AMDGPUMAXMESPIPES times, leaving entries uninitialized for multi-XCC GPUs. This causes null pointer dereferences when accessing arrays indexed b...

0.00198EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/09/17 4:11 p.m.•10 views

EUVD-2026-82247

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/mes: Fix hungqueuedbarray loop limit for multi-XCC The loop iterated only AMDGPUMAXMESPIPES times, leaving entries uninitialized for multi-XCC GPUs. This causes null pointer dereferences when accessing arrays indexed b...

5.7AI score0.00198EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/17 4:11 p.m.•8 views

CVE-2026-93139 drm/amdgpu/mes: Fix hung_queue_db_array loop limit for multi-XCC

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/mes: Fix hungqueuedbarray loop limit for multi-XCC The loop iterated only AMDGPUMAXMESPIPES times, leaving entries uninitialized for multi-XCC GPUs. This causes null pointer dereferences when accessing arrays indexed b...

5.7AI score
SaveExploits0References5
EUVD
EUVD
•added 2026/09/17 4:11 p.m.•10 views

EUVD-2026-82245

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix use-after-free on mmstruct in bpffindvma bpffindvma reads task-mm and calls mmapreadtrylockmm without holding a reference on the mm. On a foreign task, a concurrent exitmm can free the mmstruct between the lockless read...

6.5AI score0.00171EPSS
SaveExploits0References6
Debian CVE
Debian CVE
•added 2026/09/17 4:11 p.m.•15 views

CVE-2026-93137

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix use-after-free on mmstruct in bpffindvma bpffindvma reads task-mm and calls mmapreadtrylockmm without holding a reference on the mm. On a foreign task, a concurrent exitmm can free the mmstruct between the lockless read...

7.8CVSS6.5AI score0.00171EPSS
SaveExploits0
Cvelist
Cvelist
•added 2026/09/17 4:11 p.m.•36 views

CVE-2026-93138 bpf: Fix vmlinux BTF prep race in bpf_get_btf_vmlinux

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix vmlinux BTF prep race in bpfgetbtfvmlinux bpfgetbtfvmlinux lazily parses the vmlinux BTF under the bpfverifierlock, but publishes the result through a plain store and re-checks it through a plain lockless load. Nothing...

7.8CVSS0.00176EPSS
SaveExploits0References8
EUVD
EUVD
•added 2026/09/17 4:11 p.m.•10 views

EUVD-2026-82246

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix vmlinux BTF prep race in bpfgetbtfvmlinux bpfgetbtfvmlinux lazily parses the vmlinux BTF under the bpfverifierlock, but publishes the result through a plain store and re-checks it through a plain lockless load. Nothing...

5.7AI score0.00176EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/09/17 4:11 p.m.•38 views

CVE-2026-93137 bpf: Fix use-after-free on mm_struct in bpf_find_vma()

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix use-after-free on mmstruct in bpffindvma bpffindvma reads task-mm and calls mmapreadtrylockmm without holding a reference on the mm. On a foreign task, a concurrent exitmm can free the mmstruct between the lockless read...

7.8CVSS0.00171EPSS
SaveExploits0References6
CVE
CVE
•added 2026/09/17 4:11 p.m.•20 views

CVE-2026-93138

CVE-2026-93138 is a memory ordering race in the Linux kernel's BPF subsystem, specifically in bpf_get_btf_vmlinux(). The function lazily parses the vmlinux BTF under a mutex but publishes the resulting pointer via a plain store and reads it via a plain lockless load. On weakly-ordered architectur...

7.8CVSS5.7AI score0.00176EPSS
SaveExploits0References8
CVE
CVE
•added 2026/09/17 4:11 p.m.•24 views

CVE-2026-93137

CVE-2026-93137 is a use-after-free in the Linux kernel's BPF subsystem, specifically in bpf_find_vma(). The function reads task->mm and calls mmap_read_trylock(mm) without holding a reference on the mm_struct. When operating on a foreign task , a concurrent exit_mm() can free the mm_struct bet...

7.8CVSS6.5AI score0.00171EPSS
SaveExploits0References6
OSV
OSV
•added 2026/09/17 4:11 p.m.•9 views

CVE-2026-93137 bpf: Fix use-after-free on mm_struct in bpf_find_vma()

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix use-after-free on mmstruct in bpffindvma bpffindvma reads task-mm and calls mmapreadtrylockmm without holding a reference on the mm. On a foreign task, a concurrent exitmm can free the mmstruct between the lockless read...

7.8CVSS6.5AI score
SaveExploits0References9
Rows per page
Query Builder