Lucene search
+L

9871 matches found

NVD
NVD
added 2026/08/15 6:22 a.m.7 views

CVE-2026-74410

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: fix OOB read from firmware RX descriptor exceeding DMA buffer In rtwpcirxnapi, newlen is computed as the sum of pktlen 14-bit descriptor field, max 16383 and pktoffset drvinfosz + shift, both firmware-controlled. The...

8.1CVSS0.00278EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/08/15 6:22 a.m.7 views

CVE-2026-74397

In the Linux kernel, the following vulnerability has been resolved: IB/mlx5: Fix transport-domain rollback and initialize lb mutex earlier mlx5iballoctransportdomain allocates a transport domain and then may fail in mlx5ibenablelb. In that case, the allocated TD is leaked. Fix this by deallocatin...

7.8CVSS5.5AI score0.00129EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/15 6:20 a.m.7 views

UBUNTU-CVE-2026-68477

In the Linux kernel, the following vulnerability has been resolved: ipvs: fix more places with wrong ipv6 transport offsets Sashiko reports for more incorrect IPv6 transport offsets. The app code for TCP was assuming IPv4 network header even after the ipvsh argument was provided. This can cause...

9.8CVSS5.5AI score0.00704EPSS
SaveExploits0References11
EUVD
EUVD
added 2026/08/15 5:59 a.m.6 views

EUVD-2026-59557

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: fix OOB read from firmware RX descriptor exceeding DMA buffer In rtwpcirxnapi, newlen is computed as the sum of pktlen 14-bit descriptor field, max 16383 and pktoffset drvinfosz + shift, both firmware-controlled. The...

5.6AI score0.00278EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:59 a.m.22 views

CVE-2026-74410

The CVE concerns the Linux kernel wireless driver stack for the rtw88 PCI path. A new_len calculation in rtw_pci_rx_napi() can exceed the pre-allocated DMA receive buffer when assembling data from firmware RX descriptors: new_len = pkt_len (14-bit, up to 16383) + pkt_offset (drv_info_sz + shift, ...

8.1CVSS5.5AI score0.00278EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:59 a.m.27 views

CVE-2026-74397

CVE-2026-74397 affects the Linux kernel mlx5 driver (IB/mlx5). The issue arises in mlx5_ib_alloc_transport_domain() which can leak a transport domain if mlx5_ib_enable_lb() fails; a fix deallocates the TD on error, returns 0 explicitly in the no-loopback-capability success branch, and moves dev-&...

7.8CVSS5.4AI score0.00129EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/15 5:59 a.m.7 views

CVE-2026-74397 IB/mlx5: Fix transport-domain rollback and initialize lb mutex earlier

In the Linux kernel, the following vulnerability has been resolved: IB/mlx5: Fix transport-domain rollback and initialize lb mutex earlier mlx5iballoctransportdomain allocates a transport domain and then may fail in mlx5ibenablelb. In that case, the allocated TD is leaked. Fix this by deallocatin...

7.8CVSS5.5AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:59 a.m.30 views

CVE-2026-74397 IB/mlx5: Fix transport-domain rollback and initialize lb mutex earlier

In the Linux kernel, the following vulnerability has been resolved: IB/mlx5: Fix transport-domain rollback and initialize lb mutex earlier mlx5iballoctransportdomain allocates a transport domain and then may fail in mlx5ibenablelb. In that case, the allocated TD is leaked. Fix this by deallocatin...

7.8CVSS0.00129EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/15 5:59 a.m.7 views

EUVD-2026-59544

In the Linux kernel, the following vulnerability has been resolved: IB/mlx5: Fix transport-domain rollback and initialize lb mutex earlier mlx5iballoctransportdomain allocates a transport domain and then may fail in mlx5ibenablelb. In that case, the allocated TD is leaked. Fix this by deallocatin...

5.4AI score0.00129EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/15 5:57 a.m.7 views

CVE-2026-72491 net/9p: fix race condition on rdma->state in trans_rdma.c

In the Linux kernel, the following vulnerability has been resolved: net/9p: fix race condition on rdma-state in transrdma.c The rdma-state field is modified without holding reqlock in both recvdone and p9cmeventhandler, while rdmarequest accesses the same field under the reqlock spinlock. This...

9.8CVSS5.7AI score
SaveExploits0References11
OSV
OSV
added 2026/08/15 5:57 a.m.8 views

CVE-2026-72473 xprtrdma: Decouple req recycling from RPC completion

In the Linux kernel, the following vulnerability has been resolved: xprtrdma: Decouple req recycling from RPC completion rlkref formerly served two distinct lifetimes through a single refcount: it gated when a Reply could wake its RPC task, and it gated when an rpcrdmareq could return to its free...

9.8CVSS5.7AI score
SaveExploits0References9
CVE
CVE
added 2026/08/15 5:51 a.m.27 views

CVE-2026-68477

CVE-2026-68477 relates to the Linux kernel IPVS handling of IPv6 transport offsets. The vulnerability stems from code paths that continued to assume an IPv4 network header after the ipv6 switch, causing incorrect IPv6 transport offset handling for TCP and related paths, and potentially impacting ...

9.8CVSS5.5AI score0.00704EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:51 a.m.11 views

CVE-2026-68477 ipvs: fix more places with wrong ipv6 transport offsets

In the Linux kernel, the following vulnerability has been resolved: ipvs: fix more places with wrong ipv6 transport offsets Sashiko reports for more incorrect IPv6 transport offsets. The app code for TCP was assuming IPv4 network header even after the ipvsh argument was provided. This can cause...

9.8CVSS5.7AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/08/15 5:51 a.m.18 views

CVE-2026-68477 ipvs: fix more places with wrong ipv6 transport offsets

In the Linux kernel, the following vulnerability has been resolved: ipvs: fix more places with wrong ipv6 transport offsets Sashiko reports for more incorrect IPv6 transport offsets. The app code for TCP was assuming IPv4 network header even after the ipvsh argument was provided. This can cause...

9.8CVSS0.00704EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:51 a.m.7 views

EUVD-2026-59099

In the Linux kernel, the following vulnerability has been resolved: ipvs: fix more places with wrong ipv6 transport offsets Sashiko reports for more incorrect IPv6 transport offsets. The app code for TCP was assuming IPv4 network header even after the ipvsh argument was provided. This can cause...

5.5AI score0.00704EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.14 views

PT-2026-72679

In the Linux kernel, the following vulnerability has been resolved: net/9p: fix race condition on rdma-state in trans rdma.c The rdma-state field is modified without holding req lock in both recv done and p9 cm event handler, while rdma request accesses the same field under the req lock spinlock...

5.5AI score0.00734EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.9 views

PT-2026-72833

In the Linux kernel, the following vulnerability has been resolved: IB/mlx5: Fix transport-domain rollback and initialize lb mutex earlier mlx5 ib alloc transport domain allocates a transport domain and then may fail in mlx5 ib enable lb. In that case, the allocated TD is leaked. Fix this by...

5.4AI score0.00129EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2026/08/15 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-74478

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - um: vector: fix use-after-free in vectormmsgrx When vectormmsgrx discards a packet whose overlay header fails verifyheader, it frees the skb and continues the...

9.8CVSS5.4AI score0.00573EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.8 views

PT-2026-72846

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: fix OOB read from firmware RX descriptor exceeding DMA buffer In rtw pci rx napi, new len is computed as the sum of pkt len 14-bit descriptor field, max 16383 and pkt offset drv info sz + shift, both...

5.5AI score0.00278EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.6 views

PT-2026-72189

In the Linux kernel, the following vulnerability has been resolved: ipvs: fix more places with wrong ipv6 transport offsets Sashiko reports for more incorrect IPv6 transport offsets. The app code for TCP was assuming IPv4 network header even after the ipvsh argument was provided. This can cause...

5.5AI score0.00704EPSS
SaveExploits0References9
Rows per page
Query Builder