Linux

Linux Kernel

12374 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Published 26.02.2024 16:28:00
  • Last modified 21.11.2024 09:02:38

In the Linux kernel, the following vulnerability has been resolved: Revert "kobject: Remove redundant checks for whether ktype is NULL" This reverts commit 1b28cb81dab7c1eedc6034206f4e8d644046ad31. It is reported to cause problems, so revert it fo...

  • EPSS 0.01%
  • Published 26.02.2024 16:28:00
  • Last modified 21.11.2024 09:02:38

In the Linux kernel, the following vulnerability has been resolved: PCI/ASPM: Fix deadlock when enabling ASPM A last minute revert in 6.7-final introduced a potential deadlock when enabling ASPM during probe of Qualcomm PCIe controllers as reported...

  • EPSS 0.02%
  • Published 26.02.2024 16:28:00
  • Last modified 21.11.2024 09:02:38

In the Linux kernel, the following vulnerability has been resolved: binder: signal epoll threads of self-work In (e)poll mode, threads often depend on I/O events to determine when data is ready for consumption. Within binder, a thread may initiate ...

  • EPSS 0.01%
  • Published 26.02.2024 16:27:59
  • Last modified 21.11.2024 09:02:37

In the Linux kernel, the following vulnerability has been resolved: phy: ti: phy-omap-usb2: Fix NULL pointer dereference for SRP If the external phy working together with phy-omap-usb2 does not implement send_srp(), we may still attempt to call it....

  • EPSS 0.01%
  • Published 26.02.2024 16:27:59
  • Last modified 21.11.2024 09:02:38

In the Linux kernel, the following vulnerability has been resolved: ext4: regenerate buddy after block freeing failed if under fc replay This mostly reverts commit 6bd97bf273bd ("ext4: remove redundant mb_regenerate_buddy()") and reintroduces mb_re...

  • EPSS 0.02%
  • Published 26.02.2024 16:27:48
  • Last modified 21.11.2024 08:39:50

In the Linux kernel, the following vulnerability has been resolved: power: supply: Fix null pointer dereference in smb2_probe devm_kasprintf and devm_kzalloc return a pointer to dynamically allocated memory which can be NULL upon failure.

  • EPSS 0.02%
  • Published 26.02.2024 16:27:48
  • Last modified 21.11.2024 08:39:50

In the Linux kernel, the following vulnerability has been resolved: mfd: syscon: Fix null pointer dereference in of_syscon_register() kasprintf() returns a pointer to dynamically allocated memory which can be NULL upon failure.

  • EPSS 0.02%
  • Published 26.02.2024 16:27:48
  • Last modified 21.11.2024 08:39:50

In the Linux kernel, the following vulnerability has been resolved: class: fix use-after-free in class_register() The lock_class_key is still registered and can be found in lock_keys_hash hlist after subsys_private is freed in error handler path.A ...

  • EPSS 0.01%
  • Published 26.02.2024 16:27:48
  • Last modified 21.11.2024 08:39:50

In the Linux kernel, the following vulnerability has been resolved: drivers/amd/pm: fix a use-after-free in kv_parse_power_table When ps allocated by kzalloc equals to NULL, kv_parse_power_table frees adev->pm.dpm.ps that allocated before. However,...

  • EPSS 0.01%
  • Published 26.02.2024 16:27:48
  • Last modified 21.11.2024 08:39:50

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: check the alloc_workqueue return value in radeon_crtc_init() check the alloc_workqueue return value in radeon_crtc_init() to avoid null-ptr-deref.