Lucene search
+L

1637 matches found

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
NVD
NVD
added 2024/07/12 1:15 p.m.20 views

CVE-2024-40906

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Always stop health timer during driver removal Currently, if teardownhca fails to execute during driver removal, mlx5 does not stop the health timer. Afterwards, mlx5 continue with driver teardown. This may lead to a UA...

7.8CVSS0.00305EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/07/12 1:15 p.m.20 views

CVE-2024-40906

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Always stop health timer during driver removal Currently, if teardownhca fails to execute during driver removal, mlx5 does not stop the health timer. Afterwards, mlx5 continue with driver teardown. This may lead to a UA...

7.8CVSS6.8AI score0.00305EPSS
SaveExploits0References13
UbuntuCve
UbuntuCve
added 2024/07/12 1:15 p.m.22 views

CVE-2024-40959

In the Linux kernel, the following vulnerability has been resolved: xfrm6: check ip6dstidev return value in xfrm6getsaddr ip6dstidev can return NULL, xfrm6getsaddr must act accordingly. syzbot reported: Oops: general protection fault, probably for non-canonical address 0xdffffc0000000000: 0000 1...

5.5CVSS6.4AI score0.00276EPSS
SaveExploits0References33
Vulnrichment
Vulnrichment
added 2024/07/12 12:20 p.m.13 views

CVE-2024-40906 net/mlx5: Always stop health timer during driver removal

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Always stop health timer during driver removal Currently, if teardownhca fails to execute during driver removal, mlx5 does not stop the health timer. Afterwards, mlx5 continue with driver teardown. This may lead to a UA...

7AI score0.00305EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/25 7:49 p.m.22 views

CVE-2024-39296

In the Linux kernel, the following vulnerability has been resolved: bonding: fix oops during rmmod "rmmod bonding" causes an oops ever since commit cc317ea3d927 "bonding: remove redundant NULL check in debugfs function". Here are the relevant functions being called: bondingexit bonddestroydebugfs...

5.5CVSS7.3AI score0.00166EPSS
SaveExploits0References3
NVD
NVD
added 2024/06/25 3:15 p.m.24 views

CVE-2024-39296

In the Linux kernel, the following vulnerability has been resolved: bonding: fix oops during rmmod "rmmod bonding" causes an oops ever since commit cc317ea3d927 "bonding: remove redundant NULL check in debugfs function". Here are the relevant functions being called: bondingexit bonddestroydebugfs...

4.7CVSS0.00166EPSS
SaveExploits0References3
OSV
OSV
added 2024/06/25 3:15 p.m.3 views

DEBIAN-CVE-2024-39296

In the Linux kernel, the following vulnerability has been resolved: bonding: fix oops during rmmod "rmmod bonding" causes an oops ever since commit cc317ea3d927 "bonding: remove redundant NULL check in debugfs function". Here are the relevant functions being called: bondingexit bonddestroydebugfs...

4.7CVSS5.2AI score0.00166EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/06/25 3:15 p.m.19 views

CVE-2024-39296

In the Linux kernel, the following vulnerability has been resolved: bonding: fix oops during rmmod "rmmod bonding" causes an oops ever since commit cc317ea3d927 "bonding: remove redundant NULL check in debugfs function". Here are the relevant functions being called: bondingexit bonddestroydebugfs...

4.7CVSS5.9AI score0.00166EPSS
SaveExploits0References12
Vulnrichment
Vulnrichment
added 2024/06/25 2:22 p.m.17 views

CVE-2024-39296 bonding: fix oops during rmmod

In the Linux kernel, the following vulnerability has been resolved: bonding: fix oops during rmmod "rmmod bonding" causes an oops ever since commit cc317ea3d927 "bonding: remove redundant NULL check in debugfs function". Here are the relevant functions being called: bondingexit bonddestroydebugfs...

7.2AI score0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/06/25 2:22 p.m.44 views

CVE-2024-39296 bonding: fix oops during rmmod

In the Linux kernel, the following vulnerability has been resolved: bonding: fix oops during rmmod "rmmod bonding" causes an oops ever since commit cc317ea3d927 "bonding: remove redundant NULL check in debugfs function". Here are the relevant functions being called: bondingexit bonddestroydebugfs...

0.00166EPSS
SaveExploits0References3
CVE
CVE
added 2024/06/25 2:22 p.m.98 views

CVE-2024-39296

CVE-2024-39296 affects the Linux kernel bonding subsystem. The issue is a race during module removal (rmmod bonding) caused by a removed NULL check in the bonding debugfs cleanup path, which can lead to an oops in bond_uninit()/bond_debug_unregister() via debugfs_remove or recursive removal. The ...

4.7CVSS7AI score0.00166EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/06/25 2:22 p.m.39 views

CVE-2024-39296

In the Linux kernel, the following vulnerability has been resolved: bonding: fix oops during rmmod "rmmod bonding" causes an oops ever since commit cc317ea3d927 "bonding: remove redundant NULL check in debugfs function". Here are the relevant functions being called: bondingexit bonddestroydebugfs...

4.7CVSS5.2AI score0.00166EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/06/22 3:34 a.m.3 views

SUSE CVE-2024-38608

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix netif state handling mlx5esuspend cleans resources only if netifdevicepresent returns true. However, mlx5eresume changes the state of netif, via mlx5enicenable, only if regstate == NETREGREGISTERED. In the below...

4.4CVSS6.3AI score0.00188EPSS
SaveExploits0References17
NVD
NVD
added 2024/06/21 11:15 a.m.23 views

CVE-2024-38633

In the Linux kernel, the following vulnerability has been resolved: serial: max3100: Update uartdriverregistered on driver removal The removal of the last MAX3100 device triggers the removal of the driver. However, code doesn't update the respective global variable and after insmod — rmmod — insm...

5.5CVSS0.00245EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2024/06/21 10:18 a.m.37 views

CVE-2024-38633 serial: max3100: Update uart_driver_registered on driver removal

In the Linux kernel, the following vulnerability has been resolved: serial: max3100: Update uartdriverregistered on driver removal The removal of the last MAX3100 device triggers the removal of the driver. However, code doesn't update the respective global variable and after insmod — rmmod — insm...

0.00245EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2024/06/20 2:29 p.m.24 views

CVE-2024-38608

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix netif state handling mlx5esuspend cleans resources only if netifdevicepresent returns true. However, mlx5eresume changes the state of netif, via mlx5enicenable, only if regstate == NETREGREGISTERED. In the below...

5.5CVSS6.7AI score0.00188EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/20 2:27 p.m.22 views

CVE-2022-48770

In the Linux kernel, the following vulnerability has been resolved: bpf: Guard against accessing NULL ptregs in bpfgettaskstack taskptregs can return NULL on powerpc for kernel threads. This is then used in bpfgetstack to check for user mode, resulting in a kernel oops. Guard against this by...

4.4CVSS6.7AI score0.00216EPSS
SaveExploits0References4
NVD
NVD
added 2024/06/20 12:15 p.m.29 views

CVE-2022-48770

In the Linux kernel, the following vulnerability has been resolved: bpf: Guard against accessing NULL ptregs in bpfgettaskstack taskptregs can return NULL on powerpc for kernel threads. This is then used in bpfgetstack to check for user mode, resulting in a kernel oops. Guard against this by...

5.5CVSS0.00216EPSS
SaveExploits0References4
OSV
OSV
added 2024/06/20 12:15 p.m.3 views

DEBIAN-CVE-2022-48770

In the Linux kernel, the following vulnerability has been resolved: bpf: Guard against accessing NULL ptregs in bpfgettaskstack taskptregs can return NULL on powerpc for kernel threads. This is then used in bpfgetstack to check for user mode, resulting in a kernel oops. Guard against this by...

5.5CVSS5.2AI score0.00216EPSS
SaveExploits0References1
Rows per page
Query Builder