Lucene search
+L

532238 matches found

CVE
CVE
•added 2026/09/25 10:24 a.m.•10 views

CVE-2026-98057

The Linux kernel contains a vulnerability in the ring-buffer component. The issue arises because the code utilized meta->nr_subbufs without verifying that it correctly matched nr_pages + 1, despite the system assuming these two values were identical. To resolve this, a check was added to the p...

6AI score
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/25 10:24 a.m.•20 views

CVE-2026-98056 nvme: remove stale namespaces by NSID range during scan

In the Linux kernel, the following vulnerability has been resolved: nvme: remove stale namespaces by NSID range during scan nvmescannslist drops the stale namespaces in each gap in the reported NSID list one NSID at a time. Every iteration calls nvmefindgetns to look the namespace up and removes ...

7.5CVSS
SaveExploits0References4
EUVD
EUVD
•added 2026/09/25 10:24 a.m.•5 views

EUVD-2026-86709

In the Linux kernel, the following vulnerability has been resolved: nvme: remove stale namespaces by NSID range during scan nvmescannslist drops the stale namespaces in each gap in the reported NSID list one NSID at a time. Every iteration calls nvmefindgetns to look the namespace up and removes ...

7.5CVSS5.8AI score
SaveExploits0References4
CVE
CVE
•added 2026/09/25 10:24 a.m.•5 views

CVE-2026-98055

The Linux kernel contains a vulnerability in the ASoC: Intel: avs component where the avs_pci_probe() function fails to properly handle return codes from snd_hdac_ext_bus_get_ml_capabilities() . Specifically, the error path for this function was not correctly accounted for. Additionally, the hlin...

5.8AI score
SaveExploits0References4
EUVD
EUVD
•added 2026/09/25 10:24 a.m.•2 views

EUVD-2026-86708

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Clean up the bus when fetching ML caps fails sndhdacextbusgetmlcapabilities may fail and its return code shall be checked and accounted for. Address the issue by updating the error-path for avspciprobe. At the...

5.8AI score
SaveExploits0References4
CVE
CVE
•added 2026/09/25 10:24 a.m.•10 views

CVE-2026-98056

The Linux kernel contains a vulnerability in the nvme driver where the nvme_scan_ns_list() function inefficiently processes stale namespaces. Specifically, it drops stale namespaces in gaps by iterating through every individual NSID one at a time. Because NSIDs are 32-bit, a sparse NSID space can...

7.5CVSS5.8AI score
SaveExploits0References4
CVE
CVE
•added 2026/09/25 10:24 a.m.•6 views

CVE-2026-98054

The Linux kernel contains a vulnerability within the ASoC: Intel: avs component. The root cause is an unbalanced module reference count in the strace_open() function. Specifically, while strace_open() successfully invokes try_module_get() to take a module reference, it fails to release that refer...

5.8AI score
SaveExploits0References4
CVE
CVE
•added 2026/09/25 10:24 a.m.•8 views

CVE-2026-98053

The Linux kernel contains an out-of-bounds access vulnerability within the ASoC: Intel: avs component. The flaw exists in the avs_path_module_send_init_configs() function, where the code accesses entries in the ->init_configs array using indexes from the ->config_ids array. Because these ar...

5.8AI score
SaveExploits0References3
EUVD
EUVD
•added 2026/09/25 10:24 a.m.•4 views

EUVD-2026-86706

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Refactor and fix initconfig access Existing code accesses enties found in -initconfigs array through indexes that are part of -configids array. Those two are limited by: -numinitconfigs and -numconfigids...

5.8AI score
SaveExploits0References3
EUVD
EUVD
•added 2026/09/25 10:24 a.m.•2 views

EUVD-2026-86707

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Fix unbalanced module reference count straceopen invokes trymoduleget which on success takes the module reference. If any follow up operation causes straceopen to fail, the refcount shall be put down...

5.8AI score
SaveExploits0References4
EUVD
EUVD
•added 2026/09/25 10:24 a.m.•2 views

EUVD-2026-86705

In the Linux kernel, the following vulnerability has been resolved: net: bcmasp: clear txcb-last before writing each descriptor bcmaspxmit only wrote txcb-last = true for the final fragment of an SKB; non-final fragments left the field untouched. If a descriptor slot was reused while it still hel...

7.8CVSS5.8AI score
SaveExploits0References4
Cvelist
Cvelist
•added 2026/09/25 10:24 a.m.•20 views

CVE-2026-98052 net: bcmasp: clear txcb->last before writing each descriptor

In the Linux kernel, the following vulnerability has been resolved: net: bcmasp: clear txcb-last before writing each descriptor bcmaspxmit only wrote txcb-last = true for the final fragment of an SKB; non-final fragments left the field untouched. If a descriptor slot was reused while it still hel...

7.8CVSS
SaveExploits0References4
CVE
CVE
•added 2026/09/25 10:24 a.m.•11 views

CVE-2026-98052

A vulnerability exists in the Linux kernel 's bcmasp network driver. The bcmasp_xmit() function fails to clear the txcb->last field for non-final fragments of an SKB , leaving stale data in the descriptor slot. This can cause bcmasp_tx_reclaim() to incorrectly identify a mid-SKB fragment as th...

7.8CVSS5.8AI score
SaveExploits0References4
CVE
CVE
•added 2026/09/25 10:23 a.m.•8 views

CVE-2026-98050

The Linux kernel contains a vulnerability in the mlxsw: spectrum_ptp component where mlxsw_sp1_ptp_ht_gc_collect() calls napi_gro_receive() from a PTP garbage-collection workqueue instead of the NAPI poll context. This leads to a race condition because the call mutates the NAPI instance's GRO lis...

7.5CVSS5.6AI score
SaveExploits0References3
EUVD
EUVD
•added 2026/09/25 10:23 a.m.•4 views

EUVD-2026-86703

In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrumptp: Fix napigroreceive call from GC workqueue context Currently mlxswsp1ptphtgccollect is run from the PTP garbage-collection workqueue, rather than the NAPI poll context. For any unmatched PTP entries carrying an...

7.5CVSS5.6AI score
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/25 10:23 a.m.•20 views

CVE-2026-98050 mlxsw: spectrum_ptp: Fix napi_gro_receive() call from GC workqueue context

In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrumptp: Fix napigroreceive call from GC workqueue context Currently mlxswsp1ptphtgccollect is run from the PTP garbage-collection workqueue, rather than the NAPI poll context. For any unmatched PTP entries carrying an...

7.5CVSS
SaveExploits0References3
CVE
CVE
•added 2026/09/25 10:23 a.m.•8 views

CVE-2026-98051

The Linux kernel contains a vulnerability in the bcmasp networking component within the tx_spb_ring_full() function. The root cause is an improper loop initialization where next_index was reset on every iteration, causing the function to repeatedly test the same descriptor slot instead of checkin...

5.8AI score
SaveExploits0References4
EUVD
EUVD
•added 2026/09/25 10:23 a.m.•2 views

EUVD-2026-86704

In the Linux kernel, the following vulnerability has been resolved: net: bcmasp: fix txspbringfull checking same slot cnt times The loop initialised nextindex from intf-txspbindex on every iteration, so incrring always produced the same result and only one slot was ever tested. Move the...

5.8AI score
SaveExploits0References4
EUVD
EUVD
•added 2026/09/25 10:23 a.m.•2 views

EUVD-2026-86702

In the Linux kernel, the following vulnerability has been resolved: bpf: zero extend the result of an arena 32-bit cmpxchg bpfconvertctxaccesses rewrites an atomic on an arena pointer from BPFSTX | BPFATOMIC to BPFSTX | BPFPROBEATOMIC, and it runs before bpfoptsubregzextlo32rndhi32. That pass emi...

5.7AI score
SaveExploits0References2
CVE
CVE
•added 2026/09/25 10:23 a.m.•7 views

CVE-2026-98049

The Linux kernel contains a vulnerability where an arena 32-bit cmpxchg operation fails to perform a required zero extension. The root cause is that is_cmpxchg_insn() only matches BPF_ATOMIC, causing arena operations rewritten to BPF_PROBE_ATOMIC by bpf_convert_ctx_accesses() to miss the necessar...

5.7AI score
SaveExploits0References2
Rows per page
Query Builder