Lucene search
+L

603981 matches found

NVD
NVD
added 2026/09/17 5:18 p.m.2 views

CVE-2026-93155

In the Linux kernel, the following vulnerability has been resolved: crypto: keembay - Fix AEAD unregister count in error path registeraesalgs registers the AEAD algorithms before registering the skcipher algorithms. If skcipher registration fails, the function unwinds the earlier AEAD registratio...

0.002EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/17 5:18 p.m.7 views

DEBIAN-CVE-2026-93143

In the Linux kernel, the following vulnerability has been resolved: staging: media: ipu7: fix pmruntime refcount leak in ipu7resume ipu7resume calls pmruntimegetsync before resuming the device. If the runtime PM resume fails, the usage count remains incremented, but the error path returns without...

0.00173EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/17 5:18 p.m.5 views

DEBIAN-CVE-2026-93142

In the Linux kernel, the following vulnerability has been resolved: thermal/drivers/rcar: Fix error checking in probe This code accidentally calls thermalzonedeviceenable before checking whether thermalzonedeviceregisterwithtrips failed. Move the call until later to avoid an error pointer...

0.00215EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/17 5:18 p.m.3 views

CVE-2026-93143

In the Linux kernel, the following vulnerability has been resolved: staging: media: ipu7: fix pmruntime refcount leak in ipu7resume ipu7resume calls pmruntimegetsync before resuming the device. If the runtime PM resume fails, the usage count remains incremented, but the error path returns without...

0.00173EPSS
SaveExploits0References3
NVD
NVD
added 2026/09/17 5:18 p.m.4 views

CVE-2026-93142

In the Linux kernel, the following vulnerability has been resolved: thermal/drivers/rcar: Fix error checking in probe This code accidentally calls thermalzonedeviceenable before checking whether thermalzonedeviceregisterwithtrips failed. Move the call until later to avoid an error pointer...

0.00215EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/17 5:18 p.m.3 views

DEBIAN-CVE-2026-93134

In the Linux kernel, the following vulnerability has been resolved: printk: Fix possible console use-after-free When emitting a record via legacy printing, it is possible that a handover to another legacy printing context occurs. When a context has performed a handover, the console SRCU read lock...

0.002EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/17 5:18 p.m.5 views

DEBIAN-CVE-2026-93132

In the Linux kernel, the following vulnerability has been resolved: ACPI: RISC-V: Fix riscvacpiaddprtdep loop handling The loop in riscvacpiaddprtdep includes error conditions that are handled in a dubious - if not outright wrong - way, by continuining the loop which skips and misses the entry...

0.002EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/17 5:18 p.m.4 views

DEBIAN-CVE-2026-93135

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject programs with inlined helpers if JIT is not available When an architecture such as LoongArch, ARM64, and RISC-V implements bpfjitinlineshelpercall, the verifier skips rewriting the helper call offset insn-imm in...

0.00189EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/17 5:18 p.m.4 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...

0.00189EPSS
SaveExploits0References2
NVD
NVD
added 2026/09/17 5:18 p.m.4 views

CVE-2026-93132

In the Linux kernel, the following vulnerability has been resolved: ACPI: RISC-V: Fix riscvacpiaddprtdep loop handling The loop in riscvacpiaddprtdep includes error conditions that are handled in a dubious - if not outright wrong - way, by continuining the loop which skips and misses the entry...

0.002EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/17 5:18 p.m.4 views

DEBIAN-CVE-2026-93136

In the Linux kernel, the following vulnerability has been resolved: bus: mhi: ep: Fix device refcount leak in the error path of MHI device creation mhiepcreatedevice takes one device reference for the UL channel and another for the DL channel after allocating the transfer device. These references...

0.00215EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/17 5:18 p.m.5 views

CVE-2026-93135

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject programs with inlined helpers if JIT is not available When an architecture such as LoongArch, ARM64, and RISC-V implements bpfjitinlineshelpercall, the verifier skips rewriting the helper call offset insn-imm in...

0.00189EPSS
SaveExploits0References2
NVD
NVD
added 2026/09/17 5:18 p.m.2 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...

0.00205EPSS
SaveExploits0References6
NVD
NVD
added 2026/09/17 5:18 p.m.3 views

CVE-2026-93136

In the Linux kernel, the following vulnerability has been resolved: bus: mhi: ep: Fix device refcount leak in the error path of MHI device creation mhiepcreatedevice takes one device reference for the UL channel and another for the DL channel after allocating the transfer device. These references...

0.00215EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/17 5:18 p.m.8 views

DEBIAN-CVE-2026-93133

In the Linux kernel, the following vulnerability has been resolved: ACPI: RISC-V: Check acpigethandle status in riscvacpiaddprtdep In riscvacpiaddprtdep, the acpigethandle call can fail which would leave linkhandle uninitialized. Fix it by checking the acpigethandle return status and skip the ent...

0.002EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/17 5:18 p.m.7 views

DEBIAN-CVE-2026-93138

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

0.0022EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/17 5:18 p.m.5 views

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

0.00205EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/17 5:18 p.m.3 views

CVE-2026-93133

In the Linux kernel, the following vulnerability has been resolved: ACPI: RISC-V: Check acpigethandle status in riscvacpiaddprtdep In riscvacpiaddprtdep, the acpigethandle call can fail which would leave linkhandle uninitialized. Fix it by checking the acpigethandle return status and skip the ent...

0.002EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/17 5:18 p.m.5 views

CVE-2026-93138

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

0.0022EPSS
SaveExploits0References8
NVD
NVD
added 2026/09/17 5:18 p.m.5 views

CVE-2026-93134

In the Linux kernel, the following vulnerability has been resolved: printk: Fix possible console use-after-free When emitting a record via legacy printing, it is possible that a handover to another legacy printing context occurs. When a context has performed a handover, the console SRCU read lock...

0.002EPSS
SaveExploits0References4
Rows per page
Query Builder