Lucene search
+L

714 matches found

Vulnrichment
Vulnrichment
added 2024/10/21 8:06 p.m.12 views

CVE-2022-48985 net: mana: Fix race on per-CQ variable napi work_done

In the Linux kernel, the following vulnerability has been resolved: net: mana: Fix race on per-CQ variable napi workdone After calling napicompletedone, the NAPIFSTATESCHED bit may be cleared, and another CPU can start napi thread and access per-CQ variable, cq-workdone. If the other thread for...

9.8CVSS6.9AI score0.0059EPSS
SaveExploits0References3
CVE
CVE
added 2024/10/21 8:06 p.m.114 views

CVE-2022-48985

CVE-2022-48985 : Linux kernel net: mana driver race on per-CQ variable napi_work_done. After napi_complete_done(), NAPI_F_STATE_SCHED may be cleared, letting another CPU run a napi thread and access cq->work_done; if that thread sets it to >= budget, it may continue to run and cause memory ...

9.8CVSS4.6AI score0.0059EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/10/21 8:06 p.m.39 views

CVE-2022-48985 net: mana: Fix race on per-CQ variable napi work_done

In the Linux kernel, the following vulnerability has been resolved: net: mana: Fix race on per-CQ variable napi workdone After calling napicompletedone, the NAPIFSTATESCHED bit may be cleared, and another CPU can start napi thread and access per-CQ variable, cq-workdone. If the other thread for...

9.8CVSS0.0059EPSS
SaveExploits0References3
OSV
OSV
added 2024/09/06 11:07 a.m.17 views

OESA-2024-2106 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: ibmvnic: don't release napi in ibmvnicopen If ibmvnicopen encounters an error such as when setting link state, it calls releaseresources which frees the napi...

7.8CVSS6.3AI score0.00885EPSS
SaveExploits0References36
OSV
OSV
added 2024/08/22 2:15 a.m.7 views

UBUNTU-CVE-2022-48905

In the Linux kernel, the following vulnerability has been resolved: ibmvnic: free reset-work-item when flushing Fix a tiny memory leak when flushing the reset work queue...

5.5CVSS6.1AI score0.0021EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2024/08/15 12:00 a.m.33 views

F5 Networks BIG-IP : BIG-IP TMM vulnerability (K000138833)

The version of F5 Networks BIG-IP installed on the remote host is prior to 16.1.5. It is, therefore, affected by a vulnerability as referenced in the K000138833 advisory. In BIG-IP tenants running on r2000 and r4000 series hardware, or BIG-IP Virtual Edition VEs using Intel E810 SR-IOV NIC,...

8.7CVSS5.6AI score0.00481EPSS
SaveExploits0References2
NVD
NVD
added 2024/08/14 3:15 p.m.36 views

CVE-2024-41727

In BIG-IP tenants running on r2000 and r4000 series hardware, or BIG-IP Virtual Edition VEs using Intel E810 SR-IOV NIC, undisclosed traffic can cause an increase in memory resource utilization. Note: Software versions which have reached End of Technical Support EoTS are not evaluated...

8.7CVSS0.00481EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/08/14 2:32 p.m.38 views

CVE-2024-41727 BIG-IP TMM vulnerability

In BIG-IP tenants running on r2000 and r4000 series hardware, or BIG-IP Virtual Edition VEs using Intel E810 SR-IOV NIC, undisclosed traffic can cause an increase in memory resource utilization. Note: Software versions which have reached End of Technical Support EoTS are not evaluated...

8.7CVSS0.00481EPSS
SaveExploits0References1
F5 Networks
F5 Networks
added 2024/08/14 1:12 p.m.52 views

K000138833: BIG-IP TMM vulnerability CVE-2024-41727

Security Advisory Description In BIG-IP tenants running on r2000 and r4000 series hardware, or BIG-IP Virtual Edition VEs using Intel E810 SR-IOV NIC, undisclosed traffic can cause an increase in memory resource utilization. CVE-2024-41727 Impact System performance can degrade until the Traffic...

8.7CVSS6.8AI score0.00481EPSS
SaveExploits0Affected Software12
Redos
Redos
added 2024/08/13 12:00 a.m.42 views

ROS-20240813-02

Vulnerability of nvmettcpbuildpduiovec function in drivers/nvme/target/tcp.c module of NVMe driver of Linux kernel is related to null pointer dereference. of Linux operating system is related to null pointer dereferencing. Exploitation of the vulnerability could allow an attacker to cause a denia...

9.8CVSS8.2AI score0.51248EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/08/01 6:08 p.m.16 views

CVE-2024-42162

An incorrect access flaw was found in the Linux kernel's Google Virtual NIC gVNIC driver. This issue could allow a local user to crash the system. Mitigation Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Security criteria...

4.7CVSS6.7AI score0.00208EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/07/30 8:15 a.m.12 views

CVE-2024-42162

In the Linux kernel, the following vulnerability has been resolved: gve: Account for stopped queues when reading NIC stats We now account for the fact that the NIC might send us stats for a subset of queues. Without this change, gvegetethtoolstats might make an invalid access on the...

7.8CVSS5.9AI score0.00208EPSS
SaveExploits0References4
CVE
CVE
added 2024/07/30 7:47 a.m.94 views

CVE-2024-42162

CVE-2024-42162 : In the Linux kernel gve driver, reading NIC statistics could access priv->stats_report->stats when the NIC reported stats for only a subset of queues. The fix adds accounting for stopped queues to prevent invalid access. This is a high‑severity (CVSS v3.1 base score 7.0) lo...

7.8CVSS6.6AI score0.00208EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/07/30 7:47 a.m.20 views

CVE-2024-42162 gve: Account for stopped queues when reading NIC stats

In the Linux kernel, the following vulnerability has been resolved: gve: Account for stopped queues when reading NIC stats We now account for the fact that the NIC might send us stats for a subset of queues. Without this change, gvegetethtoolstats might make an invalid access on the...

7.8CVSS6AI score
SaveExploits0References5
Cvelist
Cvelist
added 2024/07/30 7:47 a.m.37 views

CVE-2024-42162 gve: Account for stopped queues when reading NIC stats

In the Linux kernel, the following vulnerability has been resolved: gve: Account for stopped queues when reading NIC stats We now account for the fact that the NIC might send us stats for a subset of queues. Without this change, gvegetethtoolstats might make an invalid access on the...

7.8CVSS0.00208EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/07/30 7:47 a.m.67 views

CVE-2024-42162

In the Linux kernel, the following vulnerability has been resolved: gve: Account for stopped queues when reading NIC stats We now account for the fact that the NIC might send us stats for a subset of queues. Without this change, gvegetethtoolstats might make an invalid access on the...

7.8CVSS5.1AI score0.00208EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/07/30 7:47 a.m.14 views

CVE-2024-42162 gve: Account for stopped queues when reading NIC stats

In the Linux kernel, the following vulnerability has been resolved: gve: Account for stopped queues when reading NIC stats We now account for the fact that the NIC might send us stats for a subset of queues. Without this change, gvegetethtoolstats might make an invalid access on the...

6.9AI score0.00208EPSS
SaveExploits0References2
Citrix
Citrix
added 2024/07/13 12:00 a.m.10 views

How to Adjust the Bond Balance Interval in XenServer 6.x

XenServer 6.1.0 introduces a change to the NIC bonding load balancing algorithm for active-active bonds in the vSwitch network stack. In past releases, active-active bonds were set to rebalance load every 10 seconds. However, in XenServer 6.1.0 active-active bonds on the vSwitch rebalance load...

7.1AI score
SaveExploits0
Citrix
Citrix
added 2024/07/13 12:00 a.m.33 views

LACP Bonding in XenServer - Configuration and Troubleshooting

In XenServer 6.1, LACP link aggregation was added to existing bonding modes for vSwitch. This article describes dynamic link aggregation LACP between a XenServer host and a switch, giving a high-level overview of the 802.3ad protocol, explaining configuration and diagnosis tools. Background LACP...

6.7AI score
SaveExploits0
Citrix
Citrix
added 2024/07/13 12:00 a.m.16 views

How to change from NIC adapter e1000 to VMXNET3 for PVS streamed VMs

This article explains how to change from NIC adapter e1000 to VMXNET3 for PVS streamed VMs...

7.1AI score
SaveExploits0
Rows per page
Query Builder