Lucene search
+L

194 matches found

CVE
CVE
added 2025/04/16 2:12 p.m.139 views

CVE-2025-22065

CVE-2025-22065 : Linux kernel idpf SR-IOV path could double-remove a VF during reboot, causing a NULL pointer dereference when the adapter is NULL on the first idpf_remove() call. Fixes replace idpf_remove() in idpf_shutdown() with idpf_vc_core_deinit() and idpf_deinit_dflt_mbx(), moving cleanup ...

5.5CVSS6.4AI score0.00254EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2025/04/16 2:12 p.m.5 views

CVE-2025-22065 idpf: fix adapter NULL pointer dereference on reboot

In the Linux kernel, the following vulnerability has been resolved: idpf: fix adapter NULL pointer dereference on reboot With SRIOV enabled, idpf ends up calling into idpfremove twice. First via idpfshutdown and then again when idpfremove calls into sriovdisable, because the VF devices use the id...

7AI score0.00254EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2025/04/16 12:00 a.m.7 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 the idpf driver not checking for registernetdev errors, which could lead to uninitialized resource access...

5.5CVSS6.5AI score0.00193EPSS
SaveExploits0References2
SUSE Linux
SUSE Linux
added 2025/04/10 1:48 p.m.28 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP4 kernel was updated to receive various security bugfixes. The following security bugs were fixed: CVE-2022-49053: scsi: target: tcmu: Fix possible page UAF bsc1237918. CVE-2022-49465: blk-throttle: Set BIOTHROTTLED when bio has been throttled bsc1238919...

8.5CVSS8AI score0.93838EPSS
SaveExploits17References276
SUSE CVE
SUSE CVE
added 2025/03/28 3:00 a.m.17 views

SUSE CVE-2025-21890

In the Linux kernel, the following vulnerability has been resolved: idpf: fix checksums set in idpfrxrsc idpfrxrsc uses skbtransportoffsetskb while the transport header is not set yet. This triggers the following warning for CONFIGDEBUGNET=y builds. DEBUGNETWARNONONCE!skbtransportheaderwassetskb...

5.5CVSS7.8AI score0.00374EPSS
SaveExploits0References15
OSV
OSV
added 2025/03/27 3:15 p.m.3 views

DEBIAN-CVE-2025-21890

In the Linux kernel, the following vulnerability has been resolved: idpf: fix checksums set in idpfrxrsc idpfrxrsc uses skbtransportoffsetskb while the transport header is not set yet. This triggers the following warning for CONFIGDEBUGNET=y builds. DEBUGNETWARNONONCE!skbtransportheaderwassetskb...

5.5CVSS5.6AI score0.00374EPSS
SaveExploits0References1
OSV
OSV
added 2025/03/27 3:15 p.m.23 views

UBUNTU-CVE-2025-21890

In the Linux kernel, the following vulnerability has been resolved: idpf: fix checksums set in idpfrxrsc idpfrxrsc uses skbtransportoffsetskb while the transport header is not set yet. This triggers the following warning for CONFIGDEBUGNET=y builds. DEBUGNETWARNONONCE!skbtransportheaderwassetskb...

8.2CVSS6.2AI score0.00374EPSS
SaveExploits0References23
Cvelist
Cvelist
added 2025/03/27 2:57 p.m.20 views

CVE-2025-21890 idpf: fix checksums set in idpf_rx_rsc()

In the Linux kernel, the following vulnerability has been resolved: idpf: fix checksums set in idpfrxrsc idpfrxrsc uses skbtransportoffsetskb while the transport header is not set yet. This triggers the following warning for CONFIGDEBUGNET=y builds. DEBUGNETWARNONONCE!skbtransportheaderwassetskb...

8.2CVSS0.00374EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/03/27 2:57 p.m.10 views

CVE-2025-21890

In the Linux kernel, the following vulnerability has been resolved: idpf: fix checksums set in idpfrxrsc idpfrxrsc uses skbtransportoffsetskb while the transport header is not set yet. This triggers the following warning for CONFIGDEBUGNET=y builds. DEBUGNETWARNONONCE!skbtransportheaderwassetskb...

8.2CVSS5.6AI score0.00374EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/03/07 2:39 a.m.6 views

SUSE CVE-2024-58057

In the Linux kernel, the following vulnerability has been resolved: idpf: convert workqueues to unbound When a workqueue is created with WQUNBOUND, its work items are served by special worker-pools, whose host workers are not bound to any specific CPU. In the default configuration i.e. when...

5.5CVSS7.7AI score0.00178EPSS
SaveExploits0References15
Debian CVE
Debian CVE
added 2025/03/06 3:54 p.m.19 views

CVE-2024-58057

In the Linux kernel, the following vulnerability has been resolved: idpf: convert workqueues to unbound When a workqueue is created with WQUNBOUND, its work items are served by special worker-pools, whose host workers are not bound to any specific CPU. In the default configuration i.e. when...

5.5CVSS5.9AI score0.00178EPSS
SaveExploits0
OSV
OSV
added 2024/11/19 6:15 p.m.18 views

UBUNTU-CVE-2024-53064

In the Linux kernel, the following vulnerability has been resolved: idpf: fix idpfvccoreinit error path In an event where the platform running the device control plane is rebooted, reset is detected on the driver. It releases all the resources and waits for the reset to complete. Once the reset i...

5.5CVSS6.5AI score0.00201EPSS
SaveExploits0References12
SUSE CVE
SUSE CVE
added 2024/11/19 3:49 a.m.6 views

SUSE CVE-2024-50274

In the Linux kernel, the following vulnerability has been resolved: idpf: avoid vport access in idpfgetlinkksettings When the device control plane is removed or the platform running device control plane is rebooted, a reset is detected on the driver. On driver reset, it releases the resources and...

7.1CVSS7.7AI score0.00231EPSS
SaveExploits0References19
OSV
OSV
added 2024/11/19 2:16 a.m.11 views

DEBIAN-CVE-2024-50274

In the Linux kernel, the following vulnerability has been resolved: idpf: avoid vport access in idpfgetlinkksettings When the device control plane is removed or the platform running device control plane is rebooted, a reset is detected on the driver. On driver reset, it releases the resources and...

7.8CVSS6AI score0.00231EPSS
SaveExploits0References1
NVD
NVD
added 2024/11/19 2:16 a.m.24 views

CVE-2024-50274

In the Linux kernel, the following vulnerability has been resolved: idpf: avoid vport access in idpfgetlinkksettings When the device control plane is removed or the platform running device control plane is rebooted, a reset is detected on the driver. On driver reset, it releases the resources and...

7.8CVSS0.00231EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/11/19 1:30 a.m.4 views

CVE-2024-50274 idpf: avoid vport access in idpf_get_link_ksettings

In the Linux kernel, the following vulnerability has been resolved: idpf: avoid vport access in idpfgetlinkksettings When the device control plane is removed or the platform running device control plane is rebooted, a reset is detected on the driver. On driver reset, it releases the resources and...

7.6AI score0.00231EPSS
SaveExploits0References2
OSV
OSV
added 2024/11/19 1:30 a.m.25 views

CVE-2024-50274 idpf: avoid vport access in idpf_get_link_ksettings

In the Linux kernel, the following vulnerability has been resolved: idpf: avoid vport access in idpfgetlinkksettings When the device control plane is removed or the platform running device control plane is rebooted, a reset is detected on the driver. On driver reset, it releases the resources and...

7.8CVSS6.1AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/11/19 1:30 a.m.22 views

CVE-2024-50274

In the Linux kernel, the following vulnerability has been resolved: idpf: avoid vport access in idpfgetlinkksettings When the device control plane is removed or the platform running device control plane is rebooted, a reset is detected on the driver. On driver reset, it releases the resources and...

7.8CVSS6AI score0.00231EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/11/19 12:00 a.m.10 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 faulty vport access in idpfgetlinkksettings. No details of the vulnerability are provided at this time...

7.8CVSS6.5AI score0.00231EPSS
SaveExploits0References3
BDU FSTEC
BDU FSTEC
added 2024/10/24 12:00 a.m.10 views

The vulnerability of the idpf_vport_open function in the Linux operating system’s Intel network adapter driver allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the idpfvportopen function in the drivers/net/ethernet/intel/idpf/idpflib.c file of the Intel network adapter driver for the Linux operating system is related to the reutilization of previously freed memory and memory leaks. Exploiting this vulnerability could allow an attack...

7.8CVSS7AI score0.00227EPSS
SaveExploits0References8Affected Software2
Rows per page
Query Builder