Linux

Linux Kernel

12376 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 19.06.2024 14:15:17
  • Zuletzt bearbeitet 03.11.2025 22:17:02

In the Linux kernel, the following vulnerability has been resolved: rcu-tasks: Fix show_rcu_tasks_trace_gp_kthread buffer overflow There is a possibility of buffer overflow in show_rcu_tasks_trace_gp_kthread() if counters, passed to sprintf() are h...

  • EPSS 0.01%
  • Veröffentlicht 19.06.2024 14:15:17
  • Zuletzt bearbeitet 04.11.2025 18:16:26

In the Linux kernel, the following vulnerability has been resolved: ecryptfs: Fix buffer size for tag 66 packet The 'TAG 66 Packet Format' description is missing the cipher code and checksum fields that are packed into the message packet. As a resu...

  • EPSS 0.01%
  • Veröffentlicht 19.06.2024 14:15:17
  • Zuletzt bearbeitet 04.11.2025 18:16:27

In the Linux kernel, the following vulnerability has been resolved: crypto: bcm - Fix pointer arithmetic In spu2_dump_omd() value of ptr is increased by ciph_key_len instead of hash_iv_len which could lead to going beyond the buffer boundaries. Fix...

  • EPSS 0.01%
  • Veröffentlicht 19.06.2024 14:15:16
  • Zuletzt bearbeitet 04.11.2025 18:16:26

In the Linux kernel, the following vulnerability has been resolved: scsi: qedf: Ensure the copied buf is NUL terminated Currently, we allocate a count-sized kernel buffer and copy count from userspace to that buffer. Later, we use kstrtouint on thi...

  • EPSS 0.01%
  • Veröffentlicht 19.06.2024 14:15:16
  • Zuletzt bearbeitet 04.11.2025 18:16:26

In the Linux kernel, the following vulnerability has been resolved: scsi: bfa: Ensure the copied buf is NUL terminated Currently, we allocate a nbytes-sized kernel buffer and copy nbytes from userspace to that buffer. Later, we use sscanf on this b...

  • EPSS 0.05%
  • Veröffentlicht 19.06.2024 14:15:16
  • Zuletzt bearbeitet 21.11.2024 09:26:21

In the Linux kernel, the following vulnerability has been resolved: kunit: Fix kthread reference There is a race condition when a kthread finishes after the deadline and before the call to kthread_stop(), which may lead to use after free.

  • EPSS 0.01%
  • Veröffentlicht 19.06.2024 14:15:16
  • Zuletzt bearbeitet 21.11.2024 09:26:21

In the Linux kernel, the following vulnerability has been resolved: wifi: nl80211: Avoid address calculations via out of bounds array indexing Before request->channels[] can be used, request->n_channels must be set. Additionally, address calculatio...

  • EPSS 0.02%
  • Veröffentlicht 19.06.2024 14:15:16
  • Zuletzt bearbeitet 21.11.2024 09:26:21

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: fix potential memory leakage when reading chip temperature Without this commit, reading chip temperature will cause memory leakage.

  • EPSS 0.01%
  • Veröffentlicht 19.06.2024 14:15:16
  • Zuletzt bearbeitet 20.10.2025 22:04:02

In the Linux kernel, the following vulnerability has been resolved: bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATE bpf_prog_attach uses attach_type_to_prog_type to enforce proper attach type for BPF_PROG_TYPE_CGROUP_SK...

  • EPSS 0.02%
  • Veröffentlicht 19.06.2024 14:15:16
  • Zuletzt bearbeitet 04.11.2025 18:16:26

In the Linux kernel, the following vulnerability has been resolved: wifi: ar5523: enable proper endpoint verification Syzkaller reports [1] hitting a warning about an endpoint in use not having an expected type to it. Fix the issue by checking for...