Linux

Linux Kernel

12374 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 03.05.2024 15:15:07
  • Zuletzt bearbeitet 21.11.2024 07:33:47

In the Linux kernel, the following vulnerability has been resolved: soc: brcmstb: pm-arm: Fix refcount leak and __iomem leak bugs In brcmstb_pm_probe(), there are two kinds of leak bugs: (1) we need to add of_node_put() when for_each__matching_nod...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2024 13:15:51
  • Zuletzt bearbeitet 10.07.2025 15:15:24

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid use-after-free issue in f2fs_filemap_fault syzbot reports a f2fs bug as below: BUG: KASAN: slab-use-after-free in f2fs_filemap_fault+0xd1/0x2c0 fs/f2fs/file.c:4...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2024 13:15:51
  • Zuletzt bearbeitet 23.12.2024 14:27:46

In the Linux kernel, the following vulnerability has been resolved: backlight: hx8357: Fix potential NULL pointer dereference The "im" pins are optional. Add missing check in the hx8357_probe().

  • EPSS 0.01%
  • Veröffentlicht 01.05.2024 13:15:51
  • Zuletzt bearbeitet 03.11.2025 22:16:48

In the Linux kernel, the following vulnerability has been resolved: media: usbtv: Remove useless locks in usbtv_video_free() Remove locks calls in usbtv_video_free() because are useless and may led to a deadlock as reported here: https://syzkaller....

  • EPSS 0.01%
  • Veröffentlicht 01.05.2024 13:15:51
  • Zuletzt bearbeitet 08.04.2025 18:54:36

In the Linux kernel, the following vulnerability has been resolved: media: ttpci: fix two memleaks in budget_av_attach When saa7146_register_device and saa7146_vv_init fails, budget_av_attach should free the resources it allocates, like the error-h...

  • 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.06%
  • Veröffentlicht 01.05.2024 13:15:51
  • Zuletzt bearbeitet 21.11.2024 09:03:48

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...