Lucene search
+L

261 matches found

SUSE CVE
SUSE CVE
added 2026/01/14 12:25 a.m.19 views

SUSE CVE-2025-71093

In the Linux kernel, the following vulnerability has been resolved: e1000: fix OOB in e1000tbishouldaccept In e1000tbishouldaccept we read the last byte of the frame via 'datalength - 1' to evaluate the TBI workaround. If the descriptor- reported length is zero or larger than the actual RX buffer...

5.3CVSS6.4AI score0.00254EPSS
SaveExploits0References21
UbuntuCve
UbuntuCve
added 2026/01/13 4:16 p.m.8 views

CVE-2025-71093

In the Linux kernel, the following vulnerability has been resolved: e1000: fix OOB in e1000tbishouldaccept In e1000tbishouldaccept we read the last byte of the frame via 'datalength - 1' to evaluate the TBI workaround. If the descriptor- reported length is zero or larger than the actual RX buffer...

9.1CVSS6.2AI score0.00254EPSS
SaveExploits0References37
OSV
OSV
added 2026/01/13 4:16 p.m.7 views

UBUNTU-CVE-2025-71093

In the Linux kernel, the following vulnerability has been resolved: e1000: fix OOB in e1000tbishouldaccept In e1000tbishouldaccept we read the last byte of the frame via 'datalength - 1' to evaluate the TBI workaround. If the descriptor- reported length is zero or larger than the actual RX buffer...

9.1CVSS5.8AI score0.00254EPSS
SaveExploits0References38
OSV
OSV
added 2026/01/13 3:34 p.m.11 views

CVE-2025-71093 e1000: fix OOB in e1000_tbi_should_accept()

In the Linux kernel, the following vulnerability has been resolved: e1000: fix OOB in e1000tbishouldaccept In e1000tbishouldaccept we read the last byte of the frame via 'datalength - 1' to evaluate the TBI workaround. If the descriptor- reported length is zero or larger than the actual RX buffer...

9.1CVSS6.3AI score
SaveExploits0References10
Cvelist
Cvelist
added 2026/01/13 3:34 p.m.33 views

CVE-2025-71093 e1000: fix OOB in e1000_tbi_should_accept()

In the Linux kernel, the following vulnerability has been resolved: e1000: fix OOB in e1000tbishouldaccept In e1000tbishouldaccept we read the last byte of the frame via 'datalength - 1' to evaluate the TBI workaround. If the descriptor- reported length is zero or larger than the actual RX buffer...

9.1CVSS0.00254EPSS
SaveExploits0References7
AstraLinux
AstraLinux
added 2026/01/13 2:1 p.m.2 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fixed the issue where XDP programs generate skb values based on non-linear xdpbuff structures during the RQ process. XDP programs can modify the layout of an xdpbuff using bpfxdpadjusttail and bpfxdpadjusthead...

9.8CVSS5.6AI score0.00535EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/01/01 12:0 a.m.17 views

PT-2026-4665

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contained an issue within the ip6 tunnel component where the code did not properly handle VLAN encapsulations. Specifically, the commit responsible did not account for...

7.5CVSS6.5AI score0.00468EPSS
SaveExploits1
RedhatCVE
RedhatCVE
added 2025/12/31 12:17 p.m.20 views

CVE-2023-54223

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: xsk: Fix invalid buffer access for legacy rq The below crash can be encountered when using xdpsock in rx mode for legacy rq: the buffer gets released in the XDPREDIRECT path, and then once again in the driver. This fix...

5.5CVSS5.9AI score0.00403EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/31 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2023-54223

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net/mlx5e: xsk: Fix invalid buffer access for legacy rq The below crash can be encountered when using xdpsock in rx mode for legacy rq: the buffer gets released...

9.8CVSS5.5AI score0.00403EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/30 3:30 p.m.8 views

EUVD-2023-60504

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: avoid referencing uninit memory in ath9kwmictrlrx For the reasons also described in commit b383e8abed41 "wifi: ath9k: avoid uninit memory read in ath9khtcrxmsg", ath9khtcrxmsg should validate pktlen before accessing...

6AI score0.00207EPSS
SaveExploits0References10
NVD
NVD
added 2025/12/30 1:16 p.m.9 views

CVE-2023-54223

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: xsk: Fix invalid buffer access for legacy rq The below crash can be encountered when using xdpsock in rx mode for legacy rq: the buffer gets released in the XDPREDIRECT path, and then once again in the driver. This fix...

9.8CVSS0.00403EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2025/12/25 12:55 a.m.16 views

SUSE CVE-2023-54106

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: fix potential memory leak in mlx5einitreprx The memory pointed to by the priv-rxres pointer is not freed in the error path of mlx5einitreprx, which can lead to a memory leak. Fix by freeing the memory in the error path,...

5.5CVSS6.4AI score0.00184EPSS
SaveExploits0References19
OSV
OSV
added 2025/12/24 1:6 p.m.5 views

CVE-2023-54106 net/mlx5: fix potential memory leak in mlx5e_init_rep_rx

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: fix potential memory leak in mlx5einitreprx The memory pointed to by the priv-rxres pointer is not freed in the error path of mlx5einitreprx, which can lead to a memory leak. Fix by freeing the memory in the error path,...

6.3AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/12/24 12:0 a.m.20 views

PT-2025-52939

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the ath9k module related to handling of packet lengths in the ath9k htc rx msg function. Specifically, the issue arises when the ath9k hif usb rx...

7.8CVSS6.5AI score0.0094EPSS
SaveExploits2References897
Microsoft CVE
Microsoft CVE
added 2025/12/18 9:3 a.m.9 views

net: atlantic: fix fragment overflow handling in RX path

...

9.8CVSS6.7AI score0.00456EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2025/12/17 3:4 p.m.19 views

kernel: scsi: lpfc: Fix buffer free/clear order in deferred receive path

A use-after-free vulnerability exists in the linux kernel such that the buffer release sequence in the deferred receive path. The code freed the RQ buffer first and only then cleared the context pointer under the lock...

9.8CVSS6AI score0.00438EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/12/17 7:48 a.m.6 views

kernel: scsi: lpfc: Fix buffer free/clear order in deferred receive path

A use-after-free vulnerability exists in the linux kernel such that the buffer release sequence in the deferred receive path. The code freed the RQ buffer first and only then cleared the context pointer under the lock...

9.8CVSS6AI score0.00438EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/12/16 6:31 p.m.6 views

EUVD-2025-203779

In the Linux kernel, the following vulnerability has been resolved: net: atlantic: fix fragment overflow handling in RX path The atlantic driver can receive packets with more than MAXSKBFRAGS 17 fragments when handling large multi-descriptor packets. This causes an out-of-bounds write in...

6.2AI score0.00456EPSS
SaveExploits0References8
NVD
NVD
added 2025/12/16 4:16 p.m.6 views

CVE-2025-68301

In the Linux kernel, the following vulnerability has been resolved: net: atlantic: fix fragment overflow handling in RX path The atlantic driver can receive packets with more than MAXSKBFRAGS 17 fragments when handling large multi-descriptor packets. This causes an out-of-bounds write in...

9.8CVSS0.00456EPSS
SaveExploits0References7
NVD
NVD
added 2025/12/16 4:16 p.m.9 views

CVE-2025-68304

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcicore: lookup hciconn on RX path on protocol side The hdev lock/lookup/unlock/use pattern in the packet RX path doesn't ensure hciconn is not concurrently modified/deleted. This locking appears to be leftover from...

8.8CVSS0.00227EPSS
SaveExploits0References2
Rows per page
Query Builder