Lucene search
+L

4742 matches found

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

CVE-2026-90348

In the Linux kernel, the following vulnerability has been resolved: wifi: ath10k: snoc: use memcpyfromio for MSA ramdump On WCN3990/SNOC the MSA region is mapped with devmmemremapMEMREMAPWT. On arm64 such a mapping is not Normal-cacheable, so unaligned accesses to it are not permitted...

0.00211EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/17 5:17 p.m.4 views

DEBIAN-CVE-2026-90186

In the Linux kernel, the following vulnerability has been resolved: nullblk: reject per-device queue resize for shared tag set When sharedtags is enabled, nullsetuptagset makes the device use the global tagset, whose driverdata stays NULL. nullmapqueues therefore falls back to the module-wide...

5.8AI score0.00205EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/17 4:12 p.m.6 views

EUVD-2026-82291

In the Linux kernel, the following vulnerability has been resolved: drm/lima: call drmmminit with a valid allocation range limavmcreate is currently run before vastart and vaend are set up, meaning they are both 0. limavmcreate runs drmmminit with them as arguments for the allocator, and if...

5.8AI score0.00211EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/17 4:12 p.m.8 views

EUVD-2026-82288

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix NPD issue on partial unmap of an evicted BO This commit fixes the NULL pointer dereference issue that would have happened on the split of GPU mapping due to partial unmap of an evicted BO. There is a logic to...

5.6AI score0.0021EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/17 4:10 p.m.37 views

CVE-2026-93072 irqchip/renesas-irqc: Fix generic interrupt chip leak on remove

In the Linux kernel, the following vulnerability has been resolved: irqchip/renesas-irqc: Fix generic interrupt chip leak on remove The driver allocates domain generic chips probe. However, on driver removal, the generic chips are not automatically freed when the interrupt domain is removed becau...

0.002EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/17 4:10 p.m.8 views

EUVD-2026-82182

In the Linux kernel, the following vulnerability has been resolved: irqchip/renesas-irqc: Fix generic interrupt chip leak on remove The driver allocates domain generic chips probe. However, on driver removal, the generic chips are not automatically freed when the interrupt domain is removed becau...

6.1AI score0.002EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/17 4:10 p.m.7 views

CVE-2026-93072 irqchip/renesas-irqc: Fix generic interrupt chip leak on remove

In the Linux kernel, the following vulnerability has been resolved: irqchip/renesas-irqc: Fix generic interrupt chip leak on remove The driver allocates domain generic chips probe. However, on driver removal, the generic chips are not automatically freed when the interrupt domain is removed becau...

6.1AI score
SaveExploits0References8
CVE
CVE
added 2026/09/17 4:10 p.m.13 views

CVE-2026-93044

CVE-2026-93044 affects the Linux kernel BPF subsystem. The BPF interpreter does not support arena-related instructions (ST/LDX/STX). When a BPF program using an arena map falls back to the interpreter (via core.c::__bpf_prog_select_runtime()), execution hits a BUG_ON() at kernel/bpf/core.c:2349, ...

5.8AI score0.00155EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/17 4:10 p.m.5 views

CVE-2026-93044 bpf: Disallow interpreter fallback for arena-related insns

In the Linux kernel, the following vulnerability has been resolved: bpf: Disallow interpreter fallback for arena-related insns Since the interpreter does not support the arena-related insns, interpreter fallback should not be allowed for these insns in core.c::bpfprogselectruntime. Currently, whe...

5.8AI score
SaveExploits0References5
CVE
CVE
added 2026/09/17 4:10 p.m.10 views

CVE-2026-93043

CVE-2026-93043 affects the Linux kernel BPF subsystem . The BPF interpreter does not recognize the BPF_JMP|BPF_JA|BPF_X instruction (gotox), which is used when an insn_array map is referenced by a BPF program. At runtime, this causes a BUG_ON() crash in ___bpf_prog_run() (kernel/bpf/core.c:2349),...

5.8AI score0.00155EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/17 4:10 p.m.6 views

EUVD-2026-82153

In the Linux kernel, the following vulnerability has been resolved: bpf: Disallow interpreter fallback for gotox insn The interpreter does not recognize the BPFJMP|BPFJA|BPFX insn, which is used for insnarray map. Thereafter, it would hit the BUGON in bpfprogrun at run time. 2.563726 BPF...

5.8AI score0.00155EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/17 4:10 p.m.38 views

CVE-2026-92493 cpufreq: amd-pstate-ut: Skip tests when amd-pstate driver is not active

In the Linux kernel, the following vulnerability has been resolved: cpufreq: amd-pstate-ut: Skip tests when amd-pstate driver is not active The crash issue may occur when modprobe amdpstateut on intel platform. amdpstateut: 1 amdpstateutacpicpcvalid success! amdpstateut: 2 amdpstateutcheckenabled...

0.00166EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/17 4:10 p.m.6 views

EUVD-2026-82114

In the Linux kernel, the following vulnerability has been resolved: cpufreq: amd-pstate-ut: Skip tests when amd-pstate driver is not active The crash issue may occur when modprobe amdpstateut on intel platform. amdpstateut: 1 amdpstateutacpicpcvalid success! amdpstateut: 2 amdpstateutcheckenabled...

5.6AI score0.00166EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/17 4:09 p.m.11 views

CVE-2026-90385

This Linux kernel vulnerability affects the md/raid1 module. When a new rdev is added to an existing RAID1 array with serialize_policy enabled, the condition in mddev_create_serial_pool() skips initialization of rdev->serial. The wait_for_serialization() function then dereferences an uninitial...

5.8AI score0.002EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/17 4:09 p.m.36 views

CVE-2026-90379 wifi: mt76: mt7921: Add PCIe AER handler support to prevent system crash

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921: Add PCIe AER handler support to prevent system crash When an AER error occurs and the bus is hung, the register reads return 0xFFFFFFFF, causing the DMA queue state to be corrupted and resulting in an invalid...

8.8CVSS0.00239EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/17 4:08 p.m.5 views

CVE-2026-90348 wifi: ath10k: snoc: use memcpy_fromio() for MSA ramdump

In the Linux kernel, the following vulnerability has been resolved: wifi: ath10k: snoc: use memcpyfromio for MSA ramdump On WCN3990/SNOC the MSA region is mapped with devmmemremapMEMREMAPWT. On arm64 such a mapping is not Normal-cacheable, so unaligned accesses to it are not permitted...

5.9AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/09/17 4:08 p.m.37 views

CVE-2026-90348 wifi: ath10k: snoc: use memcpy_fromio() for MSA ramdump

In the Linux kernel, the following vulnerability has been resolved: wifi: ath10k: snoc: use memcpyfromio for MSA ramdump On WCN3990/SNOC the MSA region is mapped with devmmemremapMEMREMAPWT. On arm64 such a mapping is not Normal-cacheable, so unaligned accesses to it are not permitted...

0.00211EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/17 4:08 p.m.14 views

CVE-2026-90348

CVE-2026-90348 affects the Linux kernel's ath10k WiFi driver in its SNOC variant on WCN3990 hardware. The MSA (Modem Software Area) region is mapped via devm_memremap(MEMREMAP_WT), which on arm64 is not Normal-cacheable and does not permit unaligned accesses. However, ath10k_msa_dump_memory() use...

5.9AI score0.00211EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/17 4:08 p.m.10 views

EUVD-2026-82009

In the Linux kernel, the following vulnerability has been resolved: wifi: ath10k: snoc: use memcpyfromio for MSA ramdump On WCN3990/SNOC the MSA region is mapped with devmmemremapMEMREMAPWT. On arm64 such a mapping is not Normal-cacheable, so unaligned accesses to it are not permitted...

5.9AI score0.00211EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/17 4:07 p.m.9 views

EUVD-2026-81800

In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: midi: Serialize input teardown with eventinput sndmidiinputevent must not be running while a rawmidi substream is closing, since this can lead to the trigger state becoming out-of-step through this sequence in...

5.6AI score0.00164EPSS
SaveExploits0References6
Rows per page
Query Builder