Lucene search
+L

523 matches found

Vulnrichment
Vulnrichment
added 2024/09/04 7:54 p.m.19 views

CVE-2024-44990 bonding: fix null pointer deref in bond_ipsec_offload_ok

In the Linux kernel, the following vulnerability has been resolved: bonding: fix null pointer deref in bondipsecoffloadok We must check if there is an active slave before dereferencing the pointer...

6.9AI score0.00241EPSS
SaveExploits0References6
OSV
OSV
added 2024/09/04 7:54 p.m.19 views

CVE-2024-44990 bonding: fix null pointer deref in bond_ipsec_offload_ok

In the Linux kernel, the following vulnerability has been resolved: bonding: fix null pointer deref in bondipsecoffloadok We must check if there is an active slave before dereferencing the pointer...

6.1AI score
SaveExploits0References14
CVE
CVE
added 2024/09/04 7:54 p.m.272 views

CVE-2024-44990

CVE-2024-44990 is a Linux kernel vulnerability fixed in the bonding subsystem: the function bond_ipsec_offload_ok dereferenced a pointer without validating an active slave, risking a NULL pointer dereference. The connected docs confirm the root cause (checking for an active slave before dereferen...

5.5CVSS6.2AI score0.00241EPSS
SaveExploits0References11Affected Software1
Vulnrichment
Vulnrichment
added 2024/09/04 7:54 p.m.25 views

CVE-2024-44989 bonding: fix xfrm real_dev null pointer dereference

In the Linux kernel, the following vulnerability has been resolved: bonding: fix xfrm realdev null pointer dereference We shouldn't set realdev to NULL because packets can be in transit and xfrm might call xdodevoffloadok in parallel. All callbacks assume realdev is set. Example trace: kernel: BU...

6.7AI score0.00241EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2024/08/08 4:44 a.m.16 views

kernel: bonding: stop the device in bond_setup_by_slave()

In the Linux kernel, the following vulnerability has been resolved: bonding: stop the device in bondsetupbyslave Commit 9eed321cde22 "net: lapbether: only support ethernet devices" has been able to keep syzbot away from net/lapb, until today. In the following splat 1, the issue is that a lapbethe...

5.5CVSS6.8AI score0.00242EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/07/16 11:43 a.m.24 views

CVE-2022-48808 net: dsa: fix panic when DSA master device unbinds on shutdown

In the Linux kernel, the following vulnerability has been resolved: net: dsa: fix panic when DSA master device unbinds on shutdown Rafael reports that on a system with LX2160A and Marvell DSA switches, if a reboot occurs while the DSA master dpaa2-eth is up, the following panic can be seen:...

6.6AI score0.00268EPSS
SaveExploits0References3
Citrix
Citrix
added 2024/07/13 12:0 a.m.12 views

Unable to Connect to High Availability Enabled XenSever Pool and All Servers in Pool are in Emergency Mode

This article provides resolution to connectivity issues to the pool in XenCenter. Following are some of the issues that you might experience: Cannot connect to the pool in XenCenter Cannot start or migrate the virtual machines, although the virtual machines are active and running. All the servers...

7.2AI score
SaveExploits0
Citrix
Citrix
added 2024/07/13 12:0 a.m.9 views

How to Remove a XenServer Slave when it No Longer Exists in the Pool

XenCenter shows the red icon of the XenServer Slave that no longer exists in the pool.You want to eliminate that XenServer Slave but you receive the following error message when you issue the command from XenServer Master xe host-forget of that Slave. "This host cannot be forgotten because there...

7AI score
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/06/21 3:37 a.m.11 views

SUSE CVE-2022-48723

In the Linux kernel, the following vulnerability has been resolved: spi: uniphier: fix reference count leak in uniphierspiprobe The issue happens in several error paths in uniphierspiprobe. When either dmagetslavecaps or devmspiregistermaster returns an error code, the function forgets to decreas...

4.7CVSS6.5AI score0.00222EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2024/05/22 10:3 a.m.18 views

kernel: bonding: restore bond's IFF_SLAVE flag if a non-eth dev enslave fails

In the Linux kernel, the following vulnerability has been resolved: bonding: restore bond's IFFSLAVE flag if a non-eth dev enslave fails syzbot reported a warning1 where the bond device itself is a slave and we try to enslave a non-ethernet device as the first slave which fails but then in the...

5.5CVSS6.4AI score0.00189EPSS
SaveExploits0References5
CVE
CVE
added 2024/05/22 6:19 a.m.94 views

CVE-2021-47439

The CVE-2021-47439 issue concerns the Linux kernel’s net: dsa: microchip ksz driver. Root cause: during rmmod, ksz_switch_remove unregisters a switch while a non-zero mib_interval can cause ksz_mac_link_down to reschedule mib_read_work, leading to a null pointer access to dp->slave after unreg...

5.5CVSS6.9AI score0.00225EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/04/28 1:15 p.m.3 views

DEBIAN-CVE-2022-48640

In the Linux kernel, the following vulnerability has been resolved: bonding: fix NULL deref in bondrrgenslaveid Fix a NULL dereference of the struct bonding.rrtxcounter member because if a bond is initially created with an initial mode != zero Round Robin the memory required for the counter is...

5.5CVSS5.2AI score0.00232EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/03/02 5:49 a.m.6 views

SUSE CVE-2021-47020

In the Linux kernel, the following vulnerability has been resolved: soundwire: stream: fix memory leak in stream config error path When stream config is failed, master runtime will release all slave runtime in the slavertlist, but slave runtime is not added to the list at this time. This patch...

3.3CVSS7.8AI score0.00226EPSS
SaveExploits0References6
OSV
OSV
added 2024/02/29 11:15 p.m.4 views

DEBIAN-CVE-2021-47020

In the Linux kernel, the following vulnerability has been resolved: soundwire: stream: fix memory leak in stream config error path When stream config is failed, master runtime will release all slave runtime in the slavertlist, but slave runtime is not added to the list at this time. This patch...

5.5CVSS5.4AI score0.00226EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/29 11:15 p.m.13 views

UBUNTU-CVE-2021-47020

In the Linux kernel, the following vulnerability has been resolved: soundwire: stream: fix memory leak in stream config error path When stream config is failed, master runtime will release all slave runtime in the slavertlist, but slave runtime is not added to the list at this time. This patch...

5.5CVSS6.6AI score0.00226EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2023/11/07 9:3 a.m.10 views

kernel: dmaengine: qcom-adm: fix wrong sizeof config in slave_config

A logic error was found in the Linux kernel Qualcomm ADM DMA engine driver's slave configuration handling. A local user with privileges to configure DMA operations can trigger DMA slave setup on Qualcomm ADM hardware, causing the driver to use an incorrect size comparison pointer size instead of...

5.5CVSS7.2AI score0.00143EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/07 9:3 a.m.11 views

kernel: bonding: restore bond's IFF_SLAVE flag if a non-eth dev enslave fails

In the Linux kernel, the following vulnerability has been resolved: bonding: restore bond's IFFSLAVE flag if a non-eth dev enslave fails syzbot reported a warning1 where the bond device itself is a slave and we try to enslave a non-ethernet device as the first slave which fails but then in the...

5.5CVSS6.3AI score0.00189EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/07 9:3 a.m.13 views

kernel: dmaengine: qcom-adm: fix wrong calling convention for prep_slave_sg

A flaw was found in the Linux kernel’s dmaengine qcom-adm implementation where the function prepslavesg did not adhere to the documented error return convention. On error, it returned an error pointer instead of NULL, which can cause consumers that check only for non-NULL to assume success and...

5.8AI score0.0021EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2023/11/07 12:0 a.m.16 views

PT-2025-18867

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability in the Linux kernel has been resolved, related to the bonding driver. When a non-ethernet device is enslaved to a bond device that is itself a slave, the bond device's IF...

7.8CVSS7.6AI score0.01328EPSS
SaveExploits1References374
OpenVAS
OpenVAS
added 2023/10/28 12:0 a.m.25 views

Fedora: Security Advisory for redis (FEDORA-2023-77ed1e26a4)

The remote host is missing an update for the SPDX-FileCopyrightText: 2023 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

3.6CVSS4.4AI score0.00444EPSS
SaveExploits0References2
Rows per page
Query Builder