Linux

Linux

8660 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 01.05.2024 13:15:49
  • Zuletzt bearbeitet 08.04.2025 18:38:51

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix NULL checks for adev->dm.dc in amdgpu_dm_fini() Since 'adev->dm.dc' in amdgpu_dm_fini() might turn out to be NULL before the call to dc_enable_dmub_notificatio...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2024 13:15:48
  • Zuletzt bearbeitet 08.04.2025 18:42:41

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: Fix potential memleak in papr_get_attr() `buf` is allocated in papr_get_attr(), and krealloc() of `buf` could fail. We need to free the original `buf` in the case ...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2024 13:15:48
  • Zuletzt bearbeitet 18.09.2025 14:42:06

In the Linux kernel, the following vulnerability has been resolved: NTB: fix possible name leak in ntb_register_device() If device_register() fails in ntb_register_device(), the device name allocated by dev_set_name() should be freed. As per the co...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2024 13:15:48
  • Zuletzt bearbeitet 08.04.2025 18:42:28

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: fix a memleak in gss_import_v2_context The ctx->mech_used.data allocated by kmemdup is not freed in neither gss_import_v2_context nor it only caller gss_krb5_import_sec_con...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2024 13:15:48
  • Zuletzt bearbeitet 18.09.2025 14:38:05

In the Linux kernel, the following vulnerability has been resolved: md: Fix missing release of 'active_io' for flush submit_flushes atomic_set(&mddev->flush_pending, 1); rdev_for_each_rcu(rdev, mddev) atomic_inc(&mddev->flush_pending); bi->bi...

  • EPSS 0.04%
  • Veröffentlicht 01.05.2024 13:15:48
  • Zuletzt bearbeitet 18.09.2025 14:43:15

In the Linux kernel, the following vulnerability has been resolved: dpll: fix dpll_xa_ref_*_del() for multiple registrations Currently, if there are multiple registrations of the same pin on the same dpll device, following warnings are observed: WA...

  • EPSS 0.03%
  • Veröffentlicht 01.05.2024 06:15:19
  • Zuletzt bearbeitet 04.11.2025 18:16:10

In the Linux kernel, the following vulnerability has been resolved: thermal/debugfs: Add missing count increment to thermal_debug_tz_trip_up() The count field in struct trip_stats, representing the number of times the zone temperature was above the...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2024 06:15:19
  • Zuletzt bearbeitet 04.11.2025 18:16:10

In the Linux kernel, the following vulnerability has been resolved: userfaultfd: change src_folio after ensuring it's unpinned in UFFDIO_MOVE Commit d7a08838ab74 ("mm: userfaultfd: fix unexpected change to src_folio when UFFDIO_MOVE fails") moved t...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2024 06:15:19
  • Zuletzt bearbeitet 04.11.2025 18:16:10

In the Linux kernel, the following vulnerability has been resolved: s390/cio: fix race condition during online processing A race condition exists in ccw_device_set_online() that can cause the online process to fail, leaving the affected device in a...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2024 06:15:18
  • Zuletzt bearbeitet 23.12.2025 00:46:00

In the Linux kernel, the following vulnerability has been resolved: serial: mxs-auart: add spinlock around changing cts state The uart_handle_cts_change() function in serial_core expects the caller to hold uport->lock. For example, I have seen the ...