Lucene search
K

400 matches found

Debian CVE
Debian CVE
added 2024/08/21 6:10 a.m.16 views

CVE-2022-48870

In the Linux kernel, the following vulnerability has been resolved: tty: fix possible null-ptr-defer in spkttyiorelease Run the following tests on the qemu platform: syzkaller: modprobe speakupaudptr input: Speakup as /devices/virtual/input/input4 initialized device: /dev/synth, node MAJOR 10,...

5.5CVSS5.2AI score0.00015EPSS
Exploits0
BDU FSTEC
BDU FSTEC
added 2024/08/21 12:0 a.m.3 views

The vulnerability of the i40e component in the Linux operating system allows a hacker to trigger a service failure.

The vulnerability of the i40e component in the Linux operating system is related to the improper release of the client instance, followed by the removal of the i40e module. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.5AI score0.00014EPSS
Exploits0References15Affected Software2
SUSE CVE
SUSE CVE
added 2024/08/06 1:59 a.m.1 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.00026EPSS
Exploits0References3
OSV
OSV
added 2024/07/30 8:15 a.m.1 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.00016EPSS
Exploits0References1
OSV
OSV
added 2024/07/30 8:15 a.m.1 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.00026EPSS
Exploits0References1
OSV
OSV
added 2024/07/29 3:15 p.m.0 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.00007EPSS
Exploits0References24
RedHat Linux
RedHat Linux
added 2024/07/08 2:5 a.m.3 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.00028EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2024/07/02 9:2 a.m.1 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.00016EPSS
Exploits0References5
OSV
OSV
added 2024/06/25 3:15 p.m.1 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.00026EPSS
Exploits0References1
UbuntuCve
UbuntuCve
added 2024/06/25 3:15 p.m.15 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.00026EPSS
Exploits0References12
OSV
OSV
added 2024/06/25 3:15 p.m.1 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.00026EPSS
Exploits0References13
Cvelist
Cvelist
added 2024/06/25 2:22 p.m.30 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.00026EPSS
Exploits0References3
CVE
CVE
added 2024/06/25 2:22 p.m.89 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.00026EPSS
Exploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/06/25 2:22 p.m.16 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.00026EPSS
Exploits0References3
OSV
OSV
added 2024/06/21 11:15 a.m.0 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.00029EPSS
Exploits1References1
OSV
OSV
added 2024/06/21 11:15 a.m.0 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.00029EPSS
Exploits1References23
OSV
OSV
added 2024/06/19 2:15 p.m.0 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.00178EPSS
Exploits0References21
OSV
OSV
added 2024/05/24 3:15 p.m.1 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.00018EPSS
Exploits0References1
SUSE CVE
SUSE CVE
added 2024/05/23 3:5 a.m.3 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.00019EPSS
Exploits0References3
RedHat Linux
RedHat Linux
added 2024/05/22 10:3 a.m.1 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.00026EPSS
Exploits0References5
Rows per page
Query Builder