Lucene search
+L

438 matches found

SUSE CVE
SUSE CVE
added 2024/08/06 1:59 a.m.6 views

SUSE CVE-2024-42128

In the Linux kernel, the following vulnerability has been resolved: leds: an30259a: Use devmmutexinit for mutex initialization In this driver LEDs are registered using devmledclassdevregister so they are automatically unregistered after module's remove is done. ledclassdevunregister calls module'...

5.5CVSS7.7AI score0.00225EPSS
SaveExploits0References3
OSV
OSV
added 2024/07/30 8:15 a.m.4 views

DEBIAN-CVE-2024-42128

In the Linux kernel, the following vulnerability has been resolved: leds: an30259a: Use devmmutexinit for mutex initialization In this driver LEDs are registered using devmledclassdevregister so they are automatically unregistered after module's remove is done. ledclassdevunregister calls module'...

5.5CVSS5.3AI score0.00225EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/30 8:15 a.m.6 views

DEBIAN-CVE-2024-42129

In the Linux kernel, the following vulnerability has been resolved: leds: mlxreg: Use devmmutexinit for mutex initialization In this driver LEDs are registered using devmledclassdevregister so they are automatically unregistered after module's remove is done. ledclassdevunregister calls module's...

5.5CVSS5.3AI score0.00227EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/29 3:15 p.m.17 views

UBUNTU-CVE-2024-41047

In the Linux kernel, the following vulnerability has been resolved: i40e: Fix XDP program unloading while removing the driver The commit 6533e558c650 "i40e: Fix reset path while removing the driver" introduced a new PF state "I40EINREMOVE" to block modifying the XDP program while the driver is...

5.5CVSS6.1AI score0.00273EPSS
SaveExploits0References24
RedHat Linux
RedHat Linux
added 2024/07/08 2:05 a.m.21 views

kernel: can: peak_pci: peak_pci_remove(): fix UAF

In the Linux kernel, the following vulnerability has been resolved: can: peakpci: peakpciremove: fix UAF When remove the module peekpci, referencing 'chan' again after releasing 'dev' will cause UAF. Fix this by releasing 'dev' later. The following log reveals it: 35.961814 BUG: KASAN:...

8.4CVSS6.4AI score0.00236EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/07/02 9:02 a.m.10 views

kernel: platform/x86: dell-smbios-wmi: Fix oops on rmmod dell_smbios

In the Linux kernel, the following vulnerability has been resolved: platform/x86: dell-smbios-wmi: Fix oops on rmmod dellsmbios initdellsmbioswmi only registers the dellsmbioswmidriver on systems where the Dell WMI interface is supported. While exitdellsmbioswmi unregisters it unconditionally, th...

5.5CVSS6.4AI score0.00241EPSS
SaveExploits0References5
OSV
OSV
added 2024/06/25 3:15 p.m.6 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.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.7CVSS5.9AI score0.00166EPSS
SaveExploits0References12
OSV
OSV
added 2024/06/25 3:15 p.m.13 views

UBUNTU-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.7AI score0.00166EPSS
SaveExploits0References13
CVE
CVE
added 2024/06/25 2:22 p.m.110 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
Cvelist
Cvelist
added 2024/06/25 2:22 p.m.55 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
Vulnrichment
Vulnrichment
added 2024/06/25 2:22 p.m.19 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
OSV
OSV
added 2024/06/21 11:15 a.m.3 views

DEBIAN-CVE-2024-38630

In the Linux kernel, the following vulnerability has been resolved: watchdog: cpu5wdt.c: Fix use-after-free bug caused by cpu5wdttrigger When the cpu5wdt module is removing, the origin code uses deltimer to de-activate the timer. If the timer handler is running, deltimer could not stop it and wil...

7.8CVSS6.3AI score0.00251EPSS
SaveExploits1References1
OSV
OSV
added 2024/06/21 11:15 a.m.8 views

UBUNTU-CVE-2024-38630

In the Linux kernel, the following vulnerability has been resolved: watchdog: cpu5wdt.c: Fix use-after-free bug caused by cpu5wdttrigger When the cpu5wdt module is removing, the origin code uses deltimer to de-activate the timer. If the timer handler is running, deltimer could not stop it and wil...

7.8CVSS6.5AI score0.00251EPSS
SaveExploits1References23
OSV
OSV
added 2024/06/19 2:15 p.m.28 views

UBUNTU-CVE-2024-38605

In the Linux kernel, the following vulnerability has been resolved: ALSA: core: Fix NULL module pointer assignment at card init The commit 81033c6b584b "ALSA: core: Warn on empty module" introduced a WARNON for a NULL module pointer passed at sndcard object creation, and it also wraps the code...

8.8CVSS6.6AI score0.00748EPSS
SaveExploits0References21
OSV
OSV
added 2024/05/24 3:15 p.m.8 views

DEBIAN-CVE-2021-47549

In the Linux kernel, the following vulnerability has been resolved: satafsl: fix UAF in satafslportstop when rmmod satafsl When the rmmod satafsl.ko command is executed in the PPC64 GNU/Linux, a bug is reported: ================================================================== BUG: Unable to...

7.8CVSS5.4AI score0.00235EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/05/23 3:05 a.m.10 views

SUSE CVE-2021-47283

In the Linux kernel, the following vulnerability has been resolved: net:sfc: fix non-freed irq in legacy irq mode SFC driver can be configured via modparam to work using MSI-X, MSI or legacy IRQ interrupts. In the last one, the interrupt was not properly released on module remove. It was not free...

5.5CVSS6.5AI score0.00222EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2024/05/22 10:03 a.m.14 views

kernel: Linux kernel igb driver: Denial of Service due to improper SR-IOV cleanup

A flaw was found in the Linux kernel's igb driver. When the igb module is loaded with Single Root I/O Virtualization SR-IOV enabled on certain network adapters, and the SR-IOV initialization subsequently fails, the driver does not properly clean up allocated resources. A local user can exploit th...

5.7AI score0.00181EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/22 7:15 a.m.16 views

UBUNTU-CVE-2021-47439

In the Linux kernel, the following vulnerability has been resolved: net: dsa: microchip: Added the condition for scheduling kszmibreadwork When the ksz module is installed and removed using rmmod, kernel crashes with null pointer dereferrence error. During rmmod, kszswitchremove function tries to...

5.5CVSS5.7AI score0.00225EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/21 3:15 p.m.2 views

DEBIAN-CVE-2021-47372

In the Linux kernel, the following vulnerability has been resolved: net: macb: fix use after free on rmmod platdev-dev-platformdata is released by platformdeviceunregister, use of pclk and hclk is a use-after-free. Since device unregister won't need a clk device we adjust the function call sequen...

7.8CVSS5.4AI score0.00242EPSS
SaveExploits0References1
Rows per page
Query Builder