Lucene search
+L

599791 matches found

Debian CVE
Debian CVE
added 6 days ago5 views

CVE-2026-74349

In the Linux kernel, the following vulnerability has been resolved: ocfs2: reject FITRIM ranges shorter than a cluster ocfs2trimmainbm trims the global bitmap in cluster units, but its too-short range validation only checks sb-sblocksize. On filesystems with a cluster size larger than the block...

7.1CVSS5.3AI score0.00126EPSS
SaveExploits0
OSV
OSV
added 6 days ago10 views

CVE-2026-74336 wifi: mac80211: bound S1G TIM PVB walk to the TIM element

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: bound S1G TIM PVB walk to the TIM element ieee80211s1gchecktim parses the S1G Partial Virtual Bitmap PVB of a received TIM element. The TIM is handed in as the element payload: ieee80211parseelemsfull stores...

5.5AI score
SaveExploits0References5
CVE
CVE
added 6 days ago26 views

CVE-2026-74312

The CVE-2026-74312 entries describe a Linux kernel vulnerability in vhost/vdpa where mmap and fault paths use vma->vm_pgoff as a virtqueue index without proper bounds validation against v->nvqs. This allowed an out-of-range queue index to reach driver callbacks via get_vq_notification(), un...

7.8CVSS5.4AI score0.00129EPSS
SaveExploits0References8
EUVD
EUVD
added 6 days ago7 views

EUVD-2026-59459

In the Linux kernel, the following vulnerability has been resolved: vhost/vdpa: validate virtqueue index in mmap and fault paths vhostvdpammap and vhostvdpafault use vma-vmpgoff as a virtqueue index for getvqnotification, but they do not validate that the index is smaller than v-nvqs. The ioctl...

5.4AI score0.00129EPSS
SaveExploits0References8
EUVD
EUVD
added 6 days ago6 views

EUVD-2026-59452

In the Linux kernel, the following vulnerability has been resolved: bpf: Tighten cgroup storage cookie checks for prog arrays The fix in commit abad3d0bad72 "bpf: Fix oob access in cgroup local storage" is still incomplete. The prog-array compatibility check treats a program with no cgroup storag...

5.4AI score0.00129EPSS
SaveExploits0References7
CVE
CVE
added 6 days ago20 views

CVE-2026-74305

The provided CVE covers a Linux kernel bug in BPF cgroup storage checks for prog arrays. The underlying issue was an incomplete fix in the commit abad3d0bad72, where a program with no cgroup storage could be treated as compatible with any stored storage cookie, enabling a storage-less leaf to tai...

7.8CVSS5.4AI score0.00129EPSS
SaveExploits0References7
Cvelist
Cvelist
added 6 days ago36 views

CVE-2026-74292 ASoC: tegra: tegra210_ahub: Validate written enum value

In the Linux kernel, the following vulnerability has been resolved: ASoC: tegra: tegra210ahub: Validate written enum value tegraahubputvalueenum reads e-valuesitem0 before checking whether item0 is within the enum item range. The existing check therefore happens too late to prevent an out-of-rang...

7.1CVSS0.00126EPSS
SaveExploits0References8
OSV
OSV
added 6 days ago7 views

CVE-2026-74293 ASoC: fsl: fsl_audmix: Validate written enum values

In the Linux kernel, the following vulnerability has been resolved: ASoC: fsl: fslaudmix: Validate written enum values fslaudmixputmixclksrc and fslaudmixputoutsrc convert the user-provided enum item with sndsocenumitemtoval before checking whether the item is within the enum's item count. The...

7.8CVSS5.5AI score
SaveExploits0References11
Cvelist
Cvelist
added 6 days ago36 views

CVE-2026-74283 tipc: require net admin for TIPCv2 netlink mutators

In the Linux kernel, the following vulnerability has been resolved: tipc: require net admin for TIPCv2 netlink mutators TIPCv2 registers mutating generic-netlink operations without admin permission flags. Generic netlink only checks CAPNETADMIN when an operation sets GENLADMINPERM or...

7.8CVSS0.00164EPSS
SaveExploits0References8
EUVD
EUVD
added 6 days ago11 views

EUVD-2026-59430

In the Linux kernel, the following vulnerability has been resolved: tipc: require net admin for TIPCv2 netlink mutators TIPCv2 registers mutating generic-netlink operations without admin permission flags. Generic netlink only checks CAPNETADMIN when an operation sets GENLADMINPERM or...

5.4AI score0.00164EPSS
SaveExploits0References8
CVE
CVE
added 6 days ago16 views

CVE-2026-74275

The CVE-2026-74275 entry is about the Linux kernel driver cxl/region where cxl_cancel_auto_attach() can access p->targets[] using a potentially negative index cxled->pos. The root cause is that cxled->pos may be set to a negative errno in cxl_region_sort_targets() if cxl_calc_interleave_...

8.4CVSS5.3AI score0.00131EPSS
SaveExploits0References2
OSV
OSV
added 6 days ago7 views

CVE-2026-74275 cxl/region: Fix out-of-bounds access in cxl_cancel_auto_attach()

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Fix out-of-bounds access in cxlcancelautoattach In cxlcancelautoattach, it assumes cxled-pos is a valid index for accessing p-targets. However, cxled-pos can be set to negative errno in cxlregionsorttargets if...

8.4CVSS5.5AI score
SaveExploits0References5
Cvelist
Cvelist
added 6 days ago33 views

CVE-2026-74267 net/sched: sch_codel: Do not call qdisc_tree_reduce_backlog during peek before restoring qlen

In the Linux kernel, the following vulnerability has been resolved: net/sched: schcodel: Do not call qdisctreereducebacklog during peek before restoring qlen Whenever codel drops packets during peek, it calls qdisctreereducebacklog. An issue arises because it calls qdisctreereducebacklog before i...

9.8CVSS0.00704EPSS
SaveExploits0References8
EUVD
EUVD
added 6 days ago8 views

EUVD-2026-59414

In the Linux kernel, the following vulnerability has been resolved: net/sched: schcodel: Do not call qdisctreereducebacklog during peek before restoring qlen Whenever codel drops packets during peek, it calls qdisctreereducebacklog. An issue arises because it calls qdisctreereducebacklog before i...

5.4AI score0.00704EPSS
SaveExploits0References8
CVE
CVE
added 6 days ago25 views

CVE-2026-74267

The CVE concerns the Linux kernel’s traffic scheduler (net/sched sch_codel). During a peek when codel drops packets, qdisc_tree_reduce_backlog is called before the qlen is re-incremented, potentially deactivating the parent class while 1 packet remains, risking a wild memory access in certain qdi...

9.8CVSS5.4AI score0.00704EPSS
SaveExploits0References8
EUVD
EUVD
added 6 days ago7 views

EUVD-2026-59387

In the Linux kernel, the following vulnerability has been resolved: soundwire: fix bug in sdwaddelementgroupcount found by syzkaller The original implementation caused an out-of-bounds memory access in the sdwaddelementgroupcount for-loop when i == num. for i = 0; i ratesi && lane == group-lanesi...

5.4AI score0.00162EPSS
SaveExploits0References3
OSV
OSV
added 6 days ago5 views

CVE-2026-72488 soundwire: fix bug in sdw_add_element_group_count found by syzkaller

In the Linux kernel, the following vulnerability has been resolved: soundwire: fix bug in sdwaddelementgroupcount found by syzkaller The original implementation caused an out-of-bounds memory access in the sdwaddelementgroupcount for-loop when i == num. for i = 0; i ratesi && lane == group-lanesi...

7.8CVSS5.5AI score
SaveExploits0References6
CVE
CVE
added 6 days ago22 views

CVE-2026-72488

In the Linux kernel, the soundwire subsystem fixed an out-of-bounds memory access in the sdw_add_element_group_count loop when i == num. The vulnerable code used for (i = 0; i rates[i]/group->lanes[i]. The patch adds a pre-check to verify existing rate/lane entries in the target group before i...

7.8CVSS5.3AI score0.00162EPSS
SaveExploits0References3
Cvelist
Cvelist
added 6 days ago32 views

CVE-2026-72488 soundwire: fix bug in sdw_add_element_group_count found by syzkaller

In the Linux kernel, the following vulnerability has been resolved: soundwire: fix bug in sdwaddelementgroupcount found by syzkaller The original implementation caused an out-of-bounds memory access in the sdwaddelementgroupcount for-loop when i == num. for i = 0; i ratesi && lane == group-lanesi...

7.8CVSS0.00162EPSS
SaveExploits0References3
OSV
OSV
added 6 days ago9 views

CVE-2026-72487 PCI: Check ROM header and data structure addr before accessing

In the Linux kernel, the following vulnerability has been resolved: PCI: Check ROM header and data structure addr before accessing We meet a crash when running stress-ng on x8664 machine: BUG: unable to handle page fault for address: ffa0000007f40000 RIP: 0010:pcigetromsize+0x52/0x220 Call Trace:...

7.7CVSS5.6AI score
SaveExploits0References9
Rows per page
Query Builder