Linux

Linux Kernel

13989 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 27.12.2024 15:15:16
  • Zuletzt bearbeitet 03.11.2025 21:17:55

In the Linux kernel, the following vulnerability has been resolved: media: platform: allegro-dvt: Fix possible memory leak in allocate_buffers_internal() The buffer in the loop should be released under the exception path, otherwise there may be a m...

  • EPSS 0.06%
  • Veröffentlicht 27.12.2024 15:15:16
  • Zuletzt bearbeitet 07.10.2025 18:23:54

In the Linux kernel, the following vulnerability has been resolved: efi/libstub: Free correct pointer on failure cmdline_ptr is an out parameter, which is not allocated by the function itself, and likely points into the caller's stack. cmdline ref...

  • EPSS 0.01%
  • Veröffentlicht 27.12.2024 15:15:16
  • Zuletzt bearbeitet 03.11.2025 21:17:56

In the Linux kernel, the following vulnerability has been resolved: media: ts2020: fix null-ptr-deref in ts2020_probe() KASAN reported a null-ptr-deref issue when executing the following command: # echo ts2020 0x20 > /sys/bus/i2c/devices/i2c-0/n...

  • EPSS 0.01%
  • Veröffentlicht 27.12.2024 15:15:16
  • Zuletzt bearbeitet 03.11.2025 21:17:57

In the Linux kernel, the following vulnerability has been resolved: media: imx-jpeg: Ensure power suppliers be suspended before detach them The power suppliers are always requested to suspend asynchronously, dev_pm_domain_detach() requires the call...

  • EPSS 0.01%
  • Veröffentlicht 27.12.2024 15:15:16
  • Zuletzt bearbeitet 03.11.2025 21:17:58

In the Linux kernel, the following vulnerability has been resolved: media: i2c: tc358743: Fix crash in the probe error path when using polling If an error occurs in the probe() function, we should remove the polling timer that was alarmed earlier, ...

  • EPSS 0.01%
  • Veröffentlicht 27.12.2024 15:15:16
  • Zuletzt bearbeitet 01.10.2025 20:17:28

In the Linux kernel, the following vulnerability has been resolved: media: mtk-jpeg: Fix null-ptr-deref during unload module The workqueue should be destroyed in mtk_jpeg_core.c since commit 09aea13ecf6f ("media: mtk-jpeg: refactor some variables")...

  • EPSS 0.04%
  • Veröffentlicht 27.12.2024 15:15:16
  • Zuletzt bearbeitet 03.11.2025 21:17:58

In the Linux kernel, the following vulnerability has been resolved: media: imx-jpeg: Set video drvdata before register video device The video drvdata should be set before the video device is registered, otherwise video_drvdata() may return NULL in ...

  • EPSS 0.06%
  • Veröffentlicht 27.12.2024 15:15:16
  • Zuletzt bearbeitet 03.11.2025 21:17:58

In the Linux kernel, the following vulnerability has been resolved: media: amphion: Set video drvdata before register video device The video drvdata should be set before the video device is registered, otherwise video_drvdata() may return NULL in t...

  • EPSS 0.01%
  • Veröffentlicht 27.12.2024 15:15:15
  • Zuletzt bearbeitet 03.11.2025 21:17:54

In the Linux kernel, the following vulnerability has been resolved: i3c: master: Fix miss free init_dyn_addr at i3c_master_put_i3c_addrs() if (dev->boardinfo && dev->boardinfo->init_dyn_addr) ^^^ here check "in...

  • EPSS 0.04%
  • Veröffentlicht 27.12.2024 15:15:15
  • Zuletzt bearbeitet 23.09.2025 20:42:57

In the Linux kernel, the following vulnerability has been resolved: ceph: fix cred leak in ceph_mds_check_access() get_current_cred() increments the reference counter, but the put_cred() call was missing.