Lucene search
+L

536 matches found

NVD
NVD
added 2025/10/07 4:15 p.m.8 views

CVE-2023-53657

In the Linux kernel, the following vulnerability has been resolved: ice: Don't tx before switchdev is fully configured There is possibility that iceeswitchportstartxmit might be called while some resources are still not allocated which might cause NULL pointer dereference. Fix this by checking if...

5.5CVSS0.00143EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/07 3:21 p.m.5 views

CVE-2023-53657 ice: Don't tx before switchdev is fully configured

In the Linux kernel, the following vulnerability has been resolved: ice: Don't tx before switchdev is fully configured There is possibility that iceeswitchportstartxmit might be called while some resources are still not allocated which might cause NULL pointer dereference. Fix this by checking if...

6.5AI score
SaveExploits0References6
CVE
CVE
added 2025/10/07 3:21 p.m.23 views

CVE-2023-53657

CVE-2023-53657 affects the Linux kernel (ice subsystem) with a NULL dereference risk from ice_eswitch_port_start_xmit when switchdev configuration isn’t fully finished. The vulnerability is addressed by a fix that guards against proceeding before switchdev is configured. Multiple advisories note ...

5.5CVSS6.1AI score0.00143EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2025/10/07 3:21 p.m.8 views

EUVD-2025-32775

In the Linux kernel, the following vulnerability has been resolved: ice: Don't tx before switchdev is fully configured There is possibility that iceeswitchportstartxmit might be called while some resources are still not allocated which might cause NULL pointer dereference. Fix this by checking if...

6AI score0.00143EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/10/07 3:21 p.m.9 views

CVE-2023-53657

In the Linux kernel, the following vulnerability has been resolved: ice: Don't tx before switchdev is fully configured There is possibility that iceeswitchportstartxmit might be called while some resources are still not allocated which might cause NULL pointer dereference. Fix this by checking if...

5.5CVSS5.5AI score0.00143EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:00 a.m.7 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986812 advisory. In the Linux kernel, the following vulnerability has been resolved: ice: avoid bpfprog refcount underflow Ice driver has the routines for managing XDP resources that...

5.5CVSS6.1AI score0.0021EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:00 a.m.5 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986666 advisory. In the Linux kernel, the following vulnerability has been resolved: ice: fix concurrent reset and removal of VFs Commit c503e63200c6 ice: Stop processing VF messages...

8.8CVSS6.1AI score0.00173EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/10/05 2:52 a.m.10 views

SUSE CVE-2025-39948

In the Linux kernel, the following vulnerability has been resolved: ice: fix Rx page leak on multi-buffer frames The iceputrxmbuf function handles calling iceputrxbuf for each buffer in the current frame. This function was introduced as part of handling multi-buffer XDP support in the ice driver...

4.3CVSS6.3AI score0.00271EPSS
SaveExploits0References19
EUVD
EUVD
added 2025/10/04 9:30 a.m.8 views

EUVD-2025-32389

In the Linux kernel, the following vulnerability has been resolved: ice: fix Rx page leak on multi-buffer frames The iceputrxmbuf function handles calling iceputrxbuf for each buffer in the current frame. This function was introduced as part of handling multi-buffer XDP support in the ice driver...

5.8AI score0.00271EPSS
SaveExploits0References4
NVD
NVD
added 2025/10/04 8:15 a.m.10 views

CVE-2025-39948

In the Linux kernel, the following vulnerability has been resolved: ice: fix Rx page leak on multi-buffer frames The iceputrxmbuf function handles calling iceputrxbuf for each buffer in the current frame. This function was introduced as part of handling multi-buffer XDP support in the ice driver...

9.8CVSS0.00271EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/04 8:15 a.m.10 views

AZL-75296 CVE-2025-39948 affecting package kernel 6.6.126.1-1

In the Linux kernel, the following vulnerability has been resolved: ice: fix Rx page leak on multi-buffer frames The iceputrxmbuf function handles calling iceputrxbuf for each buffer in the current frame. This function was introduced as part of handling multi-buffer XDP support in the ice driver...

9.8CVSS5.8AI score0.00271EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/04 8:15 a.m.13 views

UBUNTU-CVE-2025-39948

In the Linux kernel, the following vulnerability has been resolved: ice: fix Rx page leak on multi-buffer frames The iceputrxmbuf function handles calling iceputrxbuf for each buffer in the current frame. This function was introduced as part of handling multi-buffer XDP support in the ice driver...

9.8CVSS6AI score0.00271EPSS
SaveExploits0References16
Cvelist
Cvelist
added 2025/10/04 7:31 a.m.23 views

CVE-2025-39948 ice: fix Rx page leak on multi-buffer frames

In the Linux kernel, the following vulnerability has been resolved: ice: fix Rx page leak on multi-buffer frames The iceputrxmbuf function handles calling iceputrxbuf for each buffer in the current frame. This function was introduced as part of handling multi-buffer XDP support in the ice driver...

9.8CVSS0.00271EPSS
SaveExploits0References3
CVE
CVE
added 2025/10/04 7:31 a.m.38 views

CVE-2025-39948

The CVE-2025-39948 entry concerns the Linux kernel ice driver. The root cause was a descriptor handling bug in ice_put_rx_mbuf() for multi-buffer/XDP frames: if a descriptor had size 0, those buffers were skipped, so ice_put_rx_buf() wasn’t called, leaving a stale page in the rx ring and potentia...

9.8CVSS5.9AI score0.00271EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/10/04 7:31 a.m.6 views

CVE-2025-39948 ice: fix Rx page leak on multi-buffer frames

In the Linux kernel, the following vulnerability has been resolved: ice: fix Rx page leak on multi-buffer frames The iceputrxmbuf function handles calling iceputrxbuf for each buffer in the current frame. This function was introduced as part of handling multi-buffer XDP support in the ice driver...

9.8CVSS6.3AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/10/04 12:00 a.m.6 views

PT-2025-40644

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel ice driver contains a flaw in the ice put rx mbuf function that can lead to a memory leak when handling multi-buffer frames. Specifically, if the hardware posts a...

5.5CVSS6.3AI score0.00271EPSS
SaveExploits0
EUVD
EUVD
added 2025/10/03 8:07 p.m.12 views

EUVD-2024-24116

Malicious code in bioql PyPI...

7.5CVSS6.9AI score0.00713EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/03 8:07 p.m.7 views

EUVD-2025-25537

Malicious code in bioql PyPI...

6.3AI score0.0017EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/10/03 8:07 p.m.16 views

EUVD-2025-30345

Malicious code in bioql PyPI...

6.3AI score0.00162EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/03 8:07 p.m.7 views

EUVD-2025-29600

Malicious code in bioql PyPI...

6.3AI score0.00127EPSS
SaveExploits0References3
Rows per page
Query Builder