Lucene search
+L

1687 matches found

CVE
CVE
added 2024/05/24 3:12 p.m.105 views

CVE-2021-47562

Summary (CVE-2021-47562) : In Linux kernel ice driver, a mismatch in XDP/Rx/Tx queue sizing caused by vsi->txq_map being sized to the doubled vsi->alloc_txq could trigger a kernel NULL pointer dereference when ethtool -L configures XDP rings and Rx/Tx counts differ. The root cause is the tx...

5.5CVSS6.3AI score0.0021EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/05/24 3:12 p.m.40 views

CVE-2021-47562 ice: fix vsi->txq_map sizing

In the Linux kernel, the following vulnerability has been resolved: ice: fix vsi-txqmap sizing The approach of having XDP queue per CPU regardless of user's setting exposed a hidden bug that could occur in case when Rx queue count differ from Tx queue count. Currently vsi-txqmap's size is equal t...

6.1AI score0.0021EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/05/23 3:39 p.m.7 views

SUSE CVE-2022-48709

In the Linux kernel, the following vulnerability has been resolved: ice: switch: fix potential memleak in iceaddadvrecipe When iceaddspecialwords fails, the 'rm' is not released, which will lead to a memory leak. Fix this up by going to 'errunroll' label. Compile tested only...

4.7CVSS6.5AI score0.00205EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2024/05/23 11:05 a.m.27 views

CVE-2021-47449

A vulnerability was found in the Linux kernel vulnerability that affects the ice driver, specifically related to the locking mechanism for the Transmission Tx timestamp tracking flush. The issue arose after the addition of a lock around the Tx timestamp tracker flow, which handles cleanup of...

4.4CVSS7.5AI score0.00199EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/05/23 2:57 a.m.5 views

SUSE CVE-2023-52743

In the Linux kernel, the following vulnerability has been resolved: ice: Do not use WQMEMRECLAIM flag for workqueue When both ice and the irdma driver are loaded, a warning in checkflushdependency is being triggered. This is due to ice driver workqueue being allocated with the WQMEMRECLAIM flag a...

4CVSS6.3AI score0.00239EPSS
SaveExploits0References11
RedHat Linux
RedHat Linux
added 2024/05/22 10:03 a.m.11 views

kernel: 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...

5.5CVSS6.8AI score0.00154EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/22 7:15 a.m.6 views

DEBIAN-CVE-2021-47449

In the Linux kernel, the following vulnerability has been resolved: ice: fix locking for Tx timestamp tracking flush Commit 4dd0d5c33c3e "ice: add lock around Tx timestamp tracker flush" added a lock around the Tx timestamp tracker flow which is used to cleanup any left over SKBs and prepare for...

7.1CVSS5.1AI score0.00199EPSS
SaveExploits0References1
NVD
NVD
added 2024/05/22 7:15 a.m.33 views

CVE-2021-47453

In the Linux kernel, the following vulnerability has been resolved: ice: Avoid crash from unnecessary IDA free In the remove path, there is an attempt to free the auxidx IDA whether it was allocated or not. This can potentially cause a crash when unloading the driver on systems that do not...

5.5CVSS6.5AI score0.00196EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/05/22 7:15 a.m.25 views

CVE-2021-47449

In the Linux kernel, the following vulnerability has been resolved: ice: fix locking for Tx timestamp tracking flush Commit 4dd0d5c33c3e "ice: add lock around Tx timestamp tracker flush" added a lock around the Tx timestamp tracker flow which is used to cleanup any left over SKBs and prepare for...

7.1CVSS6.2AI score0.00199EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/22 7:15 a.m.13 views

UBUNTU-CVE-2021-47449

In the Linux kernel, the following vulnerability has been resolved: ice: fix locking for Tx timestamp tracking flush Commit 4dd0d5c33c3e "ice: add lock around Tx timestamp tracker flush" added a lock around the Tx timestamp tracker flow which is used to cleanup any left over SKBs and prepare for...

7.1CVSS6.4AI score0.00199EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/05/22 6:19 a.m.23 views

CVE-2021-47453 ice: Avoid crash from unnecessary IDA free

In the Linux kernel, the following vulnerability has been resolved: ice: Avoid crash from unnecessary IDA free In the remove path, there is an attempt to free the auxidx IDA whether it was allocated or not. This can potentially cause a crash when unloading the driver on systems that do not...

6.9AI score0.00196EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/05/22 6:19 a.m.38 views

CVE-2021-47453 ice: Avoid crash from unnecessary IDA free

In the Linux kernel, the following vulnerability has been resolved: ice: Avoid crash from unnecessary IDA free In the remove path, there is an attempt to free the auxidx IDA whether it was allocated or not. This can potentially cause a crash when unloading the driver on systems that do not...

6.5AI score0.00196EPSS
SaveExploits0References2
CVE
CVE
added 2024/05/22 6:19 a.m.197 views

CVE-2021-47449

CVE-2021-47449 relates to the Linux kernel ice driver locking around the Tx timestamp tracker flush. The issue arises because a lock around the Tx timestamp tracker flow was introduced, and that lock is held during a call to ice_clear_phy_tstamp, which itself sends a PHY write command to firmware...

7.1CVSS7.8AI score0.00199EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/22 6:19 a.m.21 views

CVE-2021-47449 ice: fix locking for Tx timestamp tracking flush

In the Linux kernel, the following vulnerability has been resolved: ice: fix locking for Tx timestamp tracking flush Commit 4dd0d5c33c3e "ice: add lock around Tx timestamp tracker flush" added a lock around the Tx timestamp tracker flow which is used to cleanup any left over SKBs and prepare for...

6.8AI score0.00199EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/05/22 6:19 a.m.41 views

CVE-2021-47449 ice: fix locking for Tx timestamp tracking flush

In the Linux kernel, the following vulnerability has been resolved: ice: fix locking for Tx timestamp tracking flush Commit 4dd0d5c33c3e "ice: add lock around Tx timestamp tracker flush" added a lock around the Tx timestamp tracker flow which is used to cleanup any left over SKBs and prepare for...

6.4AI score0.00199EPSS
SaveExploits0References2
OSV
OSV
added 2024/05/21 4:15 p.m.2 views

DEBIAN-CVE-2023-52743

In the Linux kernel, the following vulnerability has been resolved: ice: Do not use WQMEMRECLAIM flag for workqueue When both ice and the irdma driver are loaded, a warning in checkflushdependency is being triggered. This is due to ice driver workqueue being allocated with the WQMEMRECLAIM flag a...

5.5CVSS5.3AI score0.00239EPSS
SaveExploits0References1
NVD
NVD
added 2024/05/21 4:15 p.m.27 views

CVE-2022-48709

In the Linux kernel, the following vulnerability has been resolved: ice: switch: fix potential memleak in iceaddadvrecipe When iceaddspecialwords fails, the 'rm' is not released, which will lead to a memory leak. Fix this up by going to 'errunroll' label. Compile tested only...

5.5CVSS6.4AI score0.00205EPSS
SaveExploits0References2
OSV
OSV
added 2024/05/21 4:15 p.m.15 views

DEBIAN-CVE-2022-48709

In the Linux kernel, the following vulnerability has been resolved: ice: switch: fix potential memleak in iceaddadvrecipe When iceaddspecialwords fails, the 'rm' is not released, which will lead to a memory leak. Fix this up by going to 'errunroll' label. Compile tested only...

5.5CVSS5.1AI score0.00205EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.m.33 views

CVE-2023-52743

In the Linux kernel, the following vulnerability has been resolved: ice: Do not use WQMEMRECLAIM flag for workqueue When both ice and the irdma driver are loaded, a warning in checkflushdependency is being triggered. This is due to ice driver workqueue being allocated with the WQMEMRECLAIM flag a...

5.5CVSS6.2AI score0.00239EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.m.27 views

CVE-2022-48709

In the Linux kernel, the following vulnerability has been resolved: ice: switch: fix potential memleak in iceaddadvrecipe When iceaddspecialwords fails, the 'rm' is not released, which will lead to a memory leak. Fix this up by going to 'errunroll' label. Compile tested only...

5.5CVSS5.8AI score0.00205EPSS
SaveExploits0References4
Rows per page
Query Builder