Lucene search
+L

599740 matches found

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
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
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
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
Cvelist
Cvelist
added 6 days ago28 views

CVE-2026-72480 iio: adc: xilinx-ams: fix out-of-bounds channel lookup in event handling

In the Linux kernel, the following vulnerability has been resolved: iio: adc: xilinx-ams: fix out-of-bounds channel lookup in event handling amseventtochannel may return a pointer past the end of dev-channels when no matching scanindex is found. This can lead to invalid memory access in...

7.8CVSS0.00138EPSS
SaveExploits0References6
OSV
OSV
added 6 days ago7 views

CVE-2026-72480 iio: adc: xilinx-ams: fix out-of-bounds channel lookup in event handling

In the Linux kernel, the following vulnerability has been resolved: iio: adc: xilinx-ams: fix out-of-bounds channel lookup in event handling amseventtochannel may return a pointer past the end of dev-channels when no matching scanindex is found. This can lead to invalid memory access in...

7.8CVSS5.5AI score
SaveExploits0References9
EUVD
EUVD
added 6 days ago7 views

EUVD-2026-59379

In the Linux kernel, the following vulnerability has been resolved: iio: adc: xilinx-ams: fix out-of-bounds channel lookup in event handling amseventtochannel may return a pointer past the end of dev-channels when no matching scanindex is found. This can lead to invalid memory access in...

5.4AI score0.00138EPSS
SaveExploits0References6
CVE
CVE
added 6 days ago19 views

CVE-2026-72480

CVE-2026-72480 : In the Linux kernel, the iio: adc: xilinx-ams component had an out-of-bounds channel lookup in event handling. The function ams_event_to_channel() could return a pointer past the end of dev->channels when no matching scan_index was found, risking invalid memory access in ams_h...

7.8CVSS5.3AI score0.00138EPSS
SaveExploits0References6
EUVD
EUVD
added 6 days ago10 views

EUVD-2026-59348

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix listdel corruption in kfdcriuresumesvm The cleanup tail of kfdcriuresumesvm walks svms-criusvmmetadatalist and kfrees each struct criusvmmetadata without removing it from the list. The list head is left pointing a...

5.5AI score0.00171EPSS
SaveExploits0References6
OSV
OSV
added 6 days ago16 views

CVE-2026-72449 drm/amdkfd: fix list_del corruption in kfd_criu_resume_svm

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix listdel corruption in kfdcriuresumesvm The cleanup tail of kfdcriuresumesvm walks svms-criusvmmetadatalist and kfrees each struct criusvmmetadata without removing it from the list. The list head is left pointing a...

7.8CVSS5.6AI score
SaveExploits0References9
CVE
CVE
added 6 days ago20 views

CVE-2026-72449

CVE-2026-72449 : A Linux kernel flaw in drm/amdkfd causing list_del corruption during kfd_criu_resume_svm cleanup, leaving freed objects on the criu_svm_metadata_list. An unprivileged render-group user could trigger a use-after-free/double-free path via /dev/kfd. The fix adds list_del() before kf...

7.8CVSS5.4AI score0.00171EPSS
SaveExploits0References6
CVE
CVE
added 6 days ago18 views

CVE-2026-72446

CVE-2026-72446 affects the Linux kernel ALSA: usb-audio on Qualcomm, where disable requests could dereference a negative info_idx on the disable path in handle_uaudio_stream_req(), causing memory corruption (read/write) when a stream was never enabled or when the interface doesn’t match. The vuln...

7.8CVSS5.4AI score0.00153EPSS
SaveExploits0References3
Cvelist
Cvelist
added 6 days ago31 views

CVE-2026-72446 ALSA: usb-audio: qcom: reject stream disable with no active interface

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: qcom: reject stream disable with no active interface handleuaudiostreamreq resolves an interface index with infoidxfromifnum, which returns -EINVAL when no interface matches. The enable branch and the response:...

7.8CVSS0.00153EPSS
SaveExploits0References3
Rows per page
Query Builder