Lucene search
+L

536 matches found

RedHat Linux
RedHat Linux
added 2025/06/30 8:58 a.m.11 views

kernel: ice: Fix deinitializing VF in error path

A use-after-free vulnerability was discovered in the Linux kernel's Ethernet Connection E800 Series driver, which is responsible for managing network connections. This issue occurs when an attacker with local privileges intentionally triggers this error path, causing an error to occur in the...

7.8CVSS6.9AI score0.00197EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/06/23 1:11 a.m.10 views

kernel: ice: Fix deinitializing VF in error path

A use-after-free vulnerability was discovered in the Linux kernel's Ethernet Connection E800 Series driver, which is responsible for managing network connections. This issue occurs when an attacker with local privileges intentionally triggers this error path, causing an error to occur in the...

7.8CVSS6.9AI score0.00197EPSS
SaveExploits0References5
BDU FSTEC
BDU FSTEC
added 2025/06/23 12:00 a.m.11 views

Vulnerability of the ice_set_ring_xdp() function in the drivers/net/ethernet/intel/ice/ice.h module – A driver for supporting Ethernet adapter cards in Linux kernels, which allows a hacker to cause a service failure.

Vulnerability of the icesetringxdp function in the drivers/net/ethernet/intel/ice/ice.h module – The driver for supporting Ethernet network adapters in Linux’s kernel is vulnerable due to a reliance on the NULL pointer pointer. Exploiting this vulnerability could allow an attacker to cause a syst...

5.5CVSS5.5AI score0.00196EPSS
SaveExploits0References8Affected Software1
SUSE CVE
SUSE CVE
added 2025/06/19 3:44 a.m.8 views

SUSE CVE-2022-50003

In the Linux kernel, the following vulnerability has been resolved: ice: xsk: prohibit usage of non-balanced queue id Fix the following scenario: 1. ethtool -L $IFACE rx 8 tx 96 2. xdpsock -q 10 -t -z Above refers to a case where user would like to attach XSK socket in txonly mode at a queue id...

5.5CVSS6AI score0.00165EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2025/06/19 3:43 a.m.7 views

SUSE CVE-2022-50041

In the Linux kernel, the following vulnerability has been resolved: ice: Fix call trace with null VSI during VF reset During stress test with attaching and detaching VF from KVM and simultaneously changing VFs spoofcheck and trust there was a call trace in iceresetvf that VF's VSI is null...

5.5CVSS6.3AI score0.00201EPSS
SaveExploits0References6
NVD
NVD
added 2025/06/18 11:15 a.m.17 views

CVE-2022-50041

In the Linux kernel, the following vulnerability has been resolved: ice: Fix call trace with null VSI during VF reset During stress test with attaching and detaching VF from KVM and simultaneously changing VFs spoofcheck and trust there was a call trace in iceresetvf that VF's VSI is null...

5.5CVSS0.00201EPSS
SaveExploits0References2
OSV
OSV
added 2025/06/18 11:15 a.m.9 views

DEBIAN-CVE-2022-50041

In the Linux kernel, the following vulnerability has been resolved: ice: Fix call trace with null VSI during VF reset During stress test with attaching and detaching VF from KVM and simultaneously changing VFs spoofcheck and trust there was a call trace in iceresetvf that VF's VSI is null...

5.5CVSS5.4AI score0.00201EPSS
SaveExploits0References1
OSV
OSV
added 2025/06/18 11:15 a.m.7 views

DEBIAN-CVE-2022-50003

In the Linux kernel, the following vulnerability has been resolved: ice: xsk: prohibit usage of non-balanced queue id Fix the following scenario: 1. ethtool -L $IFACE rx 8 tx 96 2. xdpsock -q 10 -t -z Above refers to a case where user would like to attach XSK socket in txonly mode at a queue id...

5.5CVSS5.4AI score0.00165EPSS
SaveExploits0References1
OSV
OSV
added 2025/06/18 11:15 a.m.7 views

UBUNTU-CVE-2022-50041

In the Linux kernel, the following vulnerability has been resolved: ice: Fix call trace with null VSI during VF reset During stress test with attaching and detaching VF from KVM and simultaneously changing VFs spoofcheck and trust there was a call trace in iceresetvf that VF's VSI is null...

5.5CVSS6.1AI score0.00201EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/06/18 11:01 a.m.29 views

CVE-2022-50041 ice: Fix call trace with null VSI during VF reset

In the Linux kernel, the following vulnerability has been resolved: ice: Fix call trace with null VSI during VF reset During stress test with attaching and detaching VF from KVM and simultaneously changing VFs spoofcheck and trust there was a call trace in iceresetvf that VF's VSI is null...

0.00201EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.5 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: ice: The VF VSI pointer value must be checked in icevcaddfdirfltr. As mentioned in the commit baeb705fd6a7 “ice: Always check the VF VSI pointer values”, we need to perform a null pointer check on the return value of icegetvfvsi...

5.5CVSS5.8AI score0.00189EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.3 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerabilities have been resolved: ice: Fixed the issue of deinitializing VFs in an erroneous path. If iceenavfs fails after calling icecreatevfEntries, it frees all VFs without removing them from the PF-VF mailbox list, resulting in list corruption. Reproducin...

7.8CVSS6.5AI score0.00197EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.7 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: ice: Fixed a memory leak in aRFS after reset. The memory leak in aRFS structures was fixed by adding a check to verify whether the aRFS memory has already been allocated during VSI configuration. aRFS objects are allocated in two...

5.5CVSS6.3AI score0.00186EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/05/21 12:47 a.m.16 views

SUSE CVE-2025-37912

In the Linux kernel, the following vulnerability has been resolved: ice: Check VF VSI Pointer Value in icevcaddfdirfltr As mentioned in the commit baeb705fd6a7 "ice: always check VF VSI pointer values", we need to perform a null pointer check on the return value of icegetvfvsi before using it...

5.5CVSS7.7AI score0.00189EPSS
SaveExploits0References16
OSV
OSV
added 2025/05/20 4:15 p.m.1 views

DEBIAN-CVE-2025-37912

In the Linux kernel, the following vulnerability has been resolved: ice: Check VF VSI Pointer Value in icevcaddfdirfltr As mentioned in the commit baeb705fd6a7 "ice: always check VF VSI pointer values", we need to perform a null pointer check on the return value of icegetvfvsi before using it...

5.5CVSS5.7AI score0.00189EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/20 4:15 p.m.10 views

UBUNTU-CVE-2025-37912

In the Linux kernel, the following vulnerability has been resolved: ice: Check VF VSI Pointer Value in icevcaddfdirfltr As mentioned in the commit baeb705fd6a7 "ice: always check VF VSI pointer values", we need to perform a null pointer check on the return value of icegetvfvsi before using it...

5.5CVSS6.2AI score0.00189EPSS
SaveExploits0References41
CNNVD
CNNVD
added 2025/05/20 12:00 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a failure to check for VF VSI pointers in the icevcaddfdirfltr function, which could result in a null pointe...

5.5CVSS6.9AI score0.00189EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2025/05/02 4:15 p.m.11 views

CVE-2023-53102

In the Linux kernel, the following vulnerability has been resolved: ice: xsk: disable txq irq before flushing hw iceqpdis intends to stop a given queue pair that is a target of xsk pool attach/detach. One of the steps is to disable interrupts on these queues. It currently is broken in a way that...

5.5CVSS6.1AI score0.00199EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/05/02 4:15 p.m.1 views

DEBIAN-CVE-2023-53064

In the Linux kernel, the following vulnerability has been resolved: iavf: fix hang on reboot with ice When a system with E810 with existing VFs gets rebooted the following hang may be observed. Pid 1 is hung in iavfremove, part of a network driver: PID: 1 TASK: ffff965400e5a340 CPU: 24 COMMAND:...

5.5CVSS5.3AI score0.00189EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/02 4:15 p.m.19 views

AZL-69763 CVE-2023-53064 affecting package kernel for versions less than 5.15.105.1-1

In the Linux kernel, the following vulnerability has been resolved: iavf: fix hang on reboot with ice When a system with E810 with existing VFs gets rebooted the following hang may be observed. Pid 1 is hung in iavfremove, part of a network driver: PID: 1 TASK: ffff965400e5a340 CPU: 24 COMMAND:...

5.5CVSS6.1AI score0.00189EPSS
SaveExploits0References1
Rows per page
Query Builder