Linux

Linux Kernel

14320 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 01.05.2024 13:15:51
  • Zuletzt bearbeitet 23.12.2024 14:31:11

In the Linux kernel, the following vulnerability has been resolved: media: go7007: fix a memleak in go7007_load_encoder In go7007_load_encoder, bounce(i.e. go->boot_fw), is allocated without a deallocation thereafter. After the following call chain...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2024 13:15:51
  • Zuletzt bearbeitet 23.12.2025 00:39:32

In the Linux kernel, the following vulnerability has been resolved: media: dvb-frontends: avoid stack overflow warnings with clang A previous patch worked around a KASAN issue in stv0367, now a similar problem showed up with clang: drivers/media/d...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2024 13:15:51
  • Zuletzt bearbeitet 23.12.2024 15:08:03

In the Linux kernel, the following vulnerability has been resolved: media: imx: csc/scaler: fix v4l2_ctrl_handler memory leak Free the memory allocated in v4l2_ctrl_handler_init on release.

  • EPSS 0.01%
  • Veröffentlicht 01.05.2024 13:15:51
  • Zuletzt bearbeitet 23.12.2024 14:38:37

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-mem2mem: fix a memleak in v4l2_m2m_register_entity The entity->name (i.e. name) is allocated in v4l2_m2m_register_entity but isn't freed in its following error-handling...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2024 13:15:51
  • Zuletzt bearbeitet 23.12.2024 14:34:14

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-tpg: fix some memleaks in tpg_alloc In tpg_alloc, resources should be deallocated in each and every error-handling paths, since they are allocated in for statements. Ot...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2024 13:15:51
  • Zuletzt bearbeitet 05.03.2025 15:11:27

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix NULL domain on device release In the kdump kernel, the IOMMU operates in deferred_attach mode. In this mode, info->domain may not yet be assigned by the time the re...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2024 13:15:51
  • Zuletzt bearbeitet 18.09.2025 16:15:27

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race when detecting delalloc ranges during fiemap For fiemap we recently stopped locking the target extent range for the whole duration of the fiemap call, in order to a...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2024 13:15:51
  • Zuletzt bearbeitet 14.01.2025 14:56:08

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: fix some memleaks in gssx_dec_option_array The creds and oa->data need to be freed in the error-handling paths after their allocation. So this patch add these deallocations...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2024 13:15:51
  • Zuletzt bearbeitet 18.09.2025 16:14:57

In the Linux kernel, the following vulnerability has been resolved: pstore: inode: Only d_invalidate() is needed Unloading a modular pstore backend with records in pstorefs would trigger the dput() double-drop warning: WARNING: CPU: 0 PID: 2569 ...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2024 13:15:51
  • Zuletzt bearbeitet 18.09.2025 16:06:53

In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: remove one synchronize_net() barrier in ipv6_mc_down() As discussed in the past (commit 2d3916f31891 ("ipv6: fix skb drops in igmp6_event_query() and igmp6_event_repor...