Lucene search
+L

262 matches found

OSV
OSV
added 2024/02/27 7:15 a.m.9 views

CVE-2021-46914

In the Linux kernel, the following vulnerability has been resolved: ixgbe: fix unbalanced device enable/disable in suspend/resume pcidisabledevice called in ixgbeshutdown decreases dev-enablecnt by 1. pcienabledevicemem which increases dev-enablecnt by 1, was removed from ixgberesume in commit...

5.5CVSS7.4AI score
SaveExploits0References3
NVD
NVD
added 2024/02/27 7:15 a.m.30 views

CVE-2021-46914

In the Linux kernel, the following vulnerability has been resolved: ixgbe: fix unbalanced device enable/disable in suspend/resume pcidisabledevice called in ixgbeshutdown decreases dev-enablecnt by 1. pcienabledevicemem which increases dev-enablecnt by 1, was removed from ixgberesume in commit...

5.5CVSS5.3AI score0.00232EPSS
SaveExploits0References3
Prion
Prion
added 2024/02/27 7:15 a.m.25 views

Null pointer dereference

In the Linux kernel, the following vulnerability has been resolved: ixgbe: Fix NULL pointer dereference in ethtool loopback test The ixgbe driver currently generates a NULL pointer dereference when performing the ethtool loopback test. This is due to the fact that there isn't a qvector associated...

7.2AI score0.00193EPSS
SaveExploits0References2
Prion
Prion
added 2024/02/27 7:15 a.m.24 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: ixgbe: fix unbalanced device enable/disable in suspend/resume pcidisabledevice called in ixgbeshutdown decreases dev-enablecnt by 1. pcienabledevicemem which increases dev-enablecnt by 1, was removed from ixgberesume in commit...

7.1AI score0.00232EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/02/27 7:15 a.m.32 views

CVE-2021-46916

In the Linux kernel, the following vulnerability has been resolved: ixgbe: Fix NULL pointer dereference in ethtool loopback test The ixgbe driver currently generates a NULL pointer dereference when performing the ethtool loopback test. This is due to the fact that there isn't a qvector associated...

5.5CVSS5.8AI score0.00193EPSS
SaveExploits0References4
OSV
OSV
added 2024/02/27 7:15 a.m.12 views

UBUNTU-CVE-2021-46914

In the Linux kernel, the following vulnerability has been resolved: ixgbe: fix unbalanced device enable/disable in suspend/resume pcidisabledevice called in ixgbeshutdown decreases dev-enablecnt by 1. pcienabledevicemem which increases dev-enablecnt by 1, was removed from ixgberesume in commit...

5.5CVSS6.6AI score0.00232EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/02/27 7:15 a.m.22 views

CVE-2021-46914

In the Linux kernel, the following vulnerability has been resolved: ixgbe: fix unbalanced device enable/disable in suspend/resume pcidisabledevice called in ixgbeshutdown decreases dev-enablecnt by 1. pcienabledevicemem which increases dev-enablecnt by 1, was removed from ixgberesume in commit...

5.5CVSS6.4AI score0.00232EPSS
SaveExploits0References5
OSV
OSV
added 2024/02/27 7:15 a.m.52 views

UBUNTU-CVE-2021-46916

In the Linux kernel, the following vulnerability has been resolved: ixgbe: Fix NULL pointer dereference in ethtool loopback test The ixgbe driver currently generates a NULL pointer dereference when performing the ethtool loopback test. This is due to the fact that there isn't a qvector associated...

5.5CVSS5.8AI score0.00193EPSS
SaveExploits0References5
CVE
CVE
added 2024/02/27 6:53 a.m.459 views

CVE-2021-46916

CVE-2021-46916 affects the ixgbe driver in the Linux kernel, where a NULL pointer dereference can occur during the ethtool loopback test due to a missing q_vector for the test ring. The fix adds a check for a q_vector and, if absent, returns a napi_id value of 0. This resolves a potential crash/D...

5.5CVSS5.3AI score0.00193EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2024/02/27 6:53 a.m.78 views

CVE-2021-46916

In the Linux kernel, the following vulnerability has been resolved: ixgbe: Fix NULL pointer dereference in ethtool loopback test The ixgbe driver currently generates a NULL pointer dereference when performing the ethtool loopback test. This is due to the fact that there isn't a qvector associated...

5.5CVSS4.8AI score0.00193EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/02/27 6:53 a.m.49 views

CVE-2021-46916 ixgbe: Fix NULL pointer dereference in ethtool loopback test

In the Linux kernel, the following vulnerability has been resolved: ixgbe: Fix NULL pointer dereference in ethtool loopback test The ixgbe driver currently generates a NULL pointer dereference when performing the ethtool loopback test. This is due to the fact that there isn't a qvector associated...

5.6AI score0.00193EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/02/27 6:53 a.m.24 views

CVE-2021-46914 ixgbe: fix unbalanced device enable/disable in suspend/resume

In the Linux kernel, the following vulnerability has been resolved: ixgbe: fix unbalanced device enable/disable in suspend/resume pcidisabledevice called in ixgbeshutdown decreases dev-enablecnt by 1. pcienabledevicemem which increases dev-enablecnt by 1, was removed from ixgberesume in commit...

6.8AI score0.00232EPSS
SaveExploits0References3
CVE
CVE
added 2024/02/27 6:53 a.m.454 views

CVE-2021-46914

CVE-2021-46914 concerns the Linux kernel ixgbe driver, where suspend/resume code caused an unbalanced device enable/disable sequence. The root cause was a removal of pci_enable_device_mem() from ixgbe_resume(), which in combination with pci_disable_device() in __ixgbe_shutdown() could over- or un...

5.5CVSS6AI score0.00232EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/02/27 6:53 a.m.46 views

CVE-2021-46914 ixgbe: fix unbalanced device enable/disable in suspend/resume

In the Linux kernel, the following vulnerability has been resolved: ixgbe: fix unbalanced device enable/disable in suspend/resume pcidisabledevice called in ixgbeshutdown decreases dev-enablecnt by 1. pcienabledevicemem which increases dev-enablecnt by 1, was removed from ixgberesume in commit...

5.9AI score0.00232EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2024/02/27 12:00 a.m.9 views

PT-2024-2976 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to a NULL pointer dereference in the ethtool loopback test of the ixgbe driver. This occurs because there isn't a q vector associated with the test ring when it is...

5.5CVSS6.6AI score0.00193EPSS
SaveExploits0References14
SUSE CVE
SUSE CVE
added 2023/02/15 5:09 a.m.9 views

SUSE CVE-2015-1142857

On multiple SR-IOV cars it is possible for VF's assigned to guests to send ethernet flow control pause frames via the PF. This includes Linux kernel ixgbe driver before commit f079fa005aae08ee0e1bc32699874ff4f02e11c1, the Linux Kernel i40e/i40evf driver before...

4.8CVSS8.1AI score0.02109EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
added 2023/02/15 3:40 a.m.8 views

SUSE CVE-2021-33098

Improper input validation in the IntelR Ethernet ixgbe driver for Linux before version 3.17.3 may allow an authenticated user to potentially enable denial of service via local access...

5.5CVSS6.3AI score0.00308EPSS
SaveExploits0References22
OSV
OSV
added 2023/02/13 5:56 p.m.9 views

GSD-2023-1002243 ixgbe: fix pci device refcount leak

ixgbe: fix pci device refcount leak This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.4.229 by commit 53cefa802f070d46c0c518f4865be2c749818a18,...

7.2AI score
SaveExploits0
OSV
OSV
added 2023/02/13 5:51 p.m.11 views

GSD-2023-1002192 ixgbe: fix pci device refcount leak

ixgbe: fix pci device refcount leak This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.10.164 by commit 112df4cd2b09acd64bcd18f5ef83ba5d07b34bf0...

7.2AI score
SaveExploits0
OSV
OSV
added 2023/02/13 5:44 p.m.9 views

GSD-2023-1002128 ixgbe: fix pci device refcount leak

ixgbe: fix pci device refcount leak This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.15.89 by commit 4c93422a54cd6a349988f42e1c6bf082cf4ea9d8,...

7.2AI score
SaveExploits0
Rows per page
Query Builder