Lucene search
+L

115 matches found

SUSE CVE
SUSE CVE
added 2026/05/07 2:24 a.m.28 views

SUSE CVE-2025-71285

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: Drop the MHI autoqueue feature for IPCR DL channels MHI stack offers the 'autoqueue' feature, which allows the MHI stack to auto queue the buffers for the RX path DL channel. Though this feature simplifies the client...

5.5CVSS5.8AI score0.00126EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/05/07 2:18 a.m.17 views

SUSE CVE-2026-43092

In the Linux kernel, the following vulnerability has been resolved: xsk: validate MTU against usable frame size on bind AFXDP bind currently accepts zero-copy pool configurations without verifying that the device MTU fits into the usable frame space provided by the UMEM chunk. This becomes a...

5.5CVSS5.9AI score0.00122EPSS
SaveExploits0References16
NVD
NVD
added 2026/05/06 12:16 p.m.12 views

CVE-2025-71285

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: Drop the MHI autoqueue feature for IPCR DL channels MHI stack offers the 'autoqueue' feature, which allows the MHI stack to auto queue the buffers for the RX path DL channel. Though this feature simplifies the client...

5.5CVSS0.00126EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/05/06 12:00 a.m.20 views

PT-2026-37402

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description AF XDP bind accepts zero-copy pool configurations without verifying if the device Maximum Transmission Unit MTU—the largest size packet a network interface can handle—fits into the usabl...

5.5CVSS5.4AI score0.00122EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/02/13 12:00 a.m.16 views

PT-2026-37623

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the ec bhf ethernet driver where the dma free coherent function in the error path incorrectly uses priv-rx buf.alloc len as the DMA handle. This results in the imprope...

8.8CVSS5.4AI score0.0012EPSS
SaveExploits0
NVD
NVD
added 2026/01/13 4:16 p.m.14 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.1CVSS0.00254EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/01/13 12:00 a.m.8 views

PT-2026-2614

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the e1000 network driver, specifically in the e1000 tbi should accept function. This function improperly handles frame length validation,...

7.1CVSS5.4AI score0.00254EPSS
SaveExploits0
NVD
NVD
added 2026/01/05 10:15 a.m.11 views

CVE-2025-68759

In the Linux kernel, the following vulnerability has been resolved: wifi: rtl818x: Fix potential memory leaks in rtl8180initrxring In rtl8180initrxring, memory is allocated for skb packets and DMA allocations in a loop. When an allocation fails, the previously successful allocations are not freed...

0.00175EPSS
SaveExploits0References8
OSV
OSV
added 2026/01/05 10:15 a.m.11 views

UBUNTU-CVE-2025-68759

In the Linux kernel, the following vulnerability has been resolved: wifi: rtl818x: Fix potential memory leaks in rtl8180initrxring In rtl8180initrxring, memory is allocated for skb packets and DMA allocations in a loop. When an allocation fails, the previously successful allocations are not freed...

5.7AI score0.00175EPSS
SaveExploits0References37
EUVD
EUVD
added 2025/12/09 6:30 p.m.16 views

EUVD-2022-55726

In the Linux kernel, the following vulnerability has been resolved: i40e: Fix DMA mappings leak During reallocation of RX buffers, new DMA mappings are created for those buffers. steps for reproduction: while : do for i=0; i=8160; i=i+32 do ethtool -G enp130s0f0 rx $i tx $i sleep 0.5 ethtool -g...

6AI score0.00239EPSS
SaveExploits0References5
NVD
NVD
added 2025/12/09 4:17 p.m.11 views

CVE-2022-50679

In the Linux kernel, the following vulnerability has been resolved: i40e: Fix DMA mappings leak During reallocation of RX buffers, new DMA mappings are created for those buffers. steps for reproduction: while : do for i=0; i=8160; i=i+32 do ethtool -G enp130s0f0 rx $i tx $i sleep 0.5 ethtool -g...

0.00239EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/09 4:17 p.m.12 views

UBUNTU-CVE-2022-50679

In the Linux kernel, the following vulnerability has been resolved: i40e: Fix DMA mappings leak During reallocation of RX buffers, new DMA mappings are created for those buffers. steps for reproduction: while : do for i=0; i=8160; i=i+32 do ethtool -G enp130s0f0 rx $i tx $i sleep 0.5 ethtool -g...

5.7AI score0.00239EPSS
SaveExploits0References7
CVE
CVE
added 2025/12/09 1:29 a.m.19 views

CVE-2022-50679

CVE-2022-50679 concerns the Linux kernel i40e driver, where DMA mappings leak during RX buffer reallocation. The root cause is that new DMA mappings are created for buffers when reconfiguring RX rings, leading to leaks when old buffers are freed and DMA mappings are freed incorrectly. This can ca...

6AI score0.00239EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/09 1:29 a.m.12 views

CVE-2022-50679 i40e: Fix DMA mappings leak

In the Linux kernel, the following vulnerability has been resolved: i40e: Fix DMA mappings leak During reallocation of RX buffers, new DMA mappings are created for those buffers. steps for reproduction: while : do for i=0; i=8160; i=i+32 do ethtool -G enp130s0f0 rx $i tx $i sleep 0.5 ethtool -g...

6.3AI score
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2025/12/09 12:00 a.m.23 views

PT-2025-49710

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contained a flaw related to DMA mappings within the i40e network driver. Specifically, a memory leak occurred during the reallocation of RX receive buffers. This issue...

7.8CVSS7.2AI score0.00932EPSS
SaveExploits2References895
Tenable Nessus
Tenable Nessus
added 2025/12/09 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2022-50679

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - i40e: Fix DMA mappings leak During reallocation of RX buffers, new DMA mappings are created for those buffers. steps for reproduction: while : do for i=0; i=816...

5.6AI score0.00239EPSS
SaveExploits0References3
OSV
OSV
added 2025/11/26 5:39 a.m.10 views

CVE-2025-9558 Bluetooth: Mesh: Out-of-Bound Write in gen_prov_start

There is a potential OOB Write vulnerability in the genprovstart function in pbadv.c. The full length of the received data is copied into the link.rx.buf receiver buffer without any validation on the data size...

7.6CVSS6.1AI score
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:00 a.m.4 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-987147)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-987147 advisory. In the Linux kernel, the following vulnerability has been resolved: iavf: Fix handling of dummy receive descriptors Fix memory leak caused by not handling dummy...

5.5CVSS5.8AI score0.00263EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:07 p.m.8 views

EUVD-2023-32219

Malicious code in bioql PyPI...

7.8CVSS7.6AI score0.0011EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2025/09/16 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2022-50325

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Fix potential RX buffer overflow If an event caused firmware to return...

7.8CVSS5.8AI score0.00179EPSS
SaveExploits0References2
Rows per page
Query Builder