Linux

Linux Kernel

14022 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 17.05.2024 15:15:19
  • Zuletzt bearbeitet 07.04.2025 19:05:23

In the Linux kernel, the following vulnerability has been resolved: firmware: qcom: qseecom: fix memory leaks in error paths Fix instances of returning error codes directly instead of jumping to the relevant labels where memory allocated for the SC...

  • EPSS 0.01%
  • Veröffentlicht 17.05.2024 15:15:19
  • Zuletzt bearbeitet 21.11.2024 08:40:21

In the Linux kernel, the following vulnerability has been resolved: powerpc/powernv: Add a null pointer check in opal_event_init() kasprintf() returns a pointer to dynamically allocated memory which can be NULL upon failure.

  • EPSS 0.02%
  • Veröffentlicht 17.05.2024 15:15:19
  • Zuletzt bearbeitet 25.09.2025 16:14:49

In the Linux kernel, the following vulnerability has been resolved: crypto: safexcel - Add error handling for dma_map_sg() calls Macro dma_map_sg() may return 0 on error. This patch enables checks in case of the macro failure and ensures unmapping ...

  • EPSS 0.02%
  • Veröffentlicht 17.05.2024 15:15:19
  • Zuletzt bearbeitet 19.09.2025 18:46:21

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix the error handler of rfkill config When the core rfkill config throws error, it should free the allocated resources. Currently it is not freeing the core pdev cre...

  • EPSS 0.01%
  • Veröffentlicht 17.05.2024 15:15:19
  • Zuletzt bearbeitet 25.09.2025 16:10:51

In the Linux kernel, the following vulnerability has been resolved: ALSA: scarlett2: Add missing mutex lock around get meter levels As scarlett2_meter_ctl_get() uses meter_level_map[], the data_mutex should be locked while accessing it.

  • EPSS 0.02%
  • Veröffentlicht 17.05.2024 15:15:18
  • Zuletzt bearbeitet 07.04.2025 19:05:31

In the Linux kernel, the following vulnerability has been resolved: ALSA: scarlett2: Add clamp() in scarlett2_mixer_ctl_put() Ensure the value passed to scarlett2_mixer_ctl_put() is between 0 and SCARLETT2_MIXER_MAX_VALUE so we don't attempt to acc...

  • EPSS 0.02%
  • Veröffentlicht 17.05.2024 15:15:18
  • Zuletzt bearbeitet 21.11.2024 08:40:20

In the Linux kernel, the following vulnerability has been resolved: powerpc/imc-pmu: Add a null pointer check in update_events_in_group() kasprintf() returns a pointer to dynamically allocated memory which can be NULL upon failure.

  • EPSS 0.01%
  • Veröffentlicht 17.05.2024 15:15:18
  • Zuletzt bearbeitet 25.09.2025 16:23:01

In the Linux kernel, the following vulnerability has been resolved: bpf: Guard stack limits against 32bit overflow This patch promotes the arithmetic around checking stack bounds to be done in the 64-bit domain, instead of the current 32bit. The ar...

  • EPSS 0.02%
  • Veröffentlicht 17.05.2024 15:15:18
  • Zuletzt bearbeitet 25.09.2025 16:18:59

In the Linux kernel, the following vulnerability has been resolved: riscv: Check if the code to patch lies in the exit section Otherwise we fall through to vmalloc_to_page() which panics since the address does not lie in the vmalloc region.

  • EPSS 0.03%
  • Veröffentlicht 17.05.2024 14:15:20
  • Zuletzt bearbeitet 19.09.2025 16:21:56

In the Linux kernel, the following vulnerability has been resolved: xsk: recycle buffer in case Rx queue was full Add missing xsk_buff_free() call when __xsk_rcv_zc() failed to produce descriptor to XSK Rx queue.