Linux

Linux Kernel

12957 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 15.10.2025 07:58:23
  • Zuletzt bearbeitet 16.10.2025 15:28:59

In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix blk_mq_tags double free while nr_requests grown In the case user trigger tags grow by queue sysfs attribute nr_requests, hctx->sched_tags will be freed directly and rep...

  • EPSS 0.16%
  • Veröffentlicht 15.10.2025 07:58:22
  • Zuletzt bearbeitet 29.10.2025 14:15:52

In the Linux kernel, the following vulnerability has been resolved: scsi: target: target_core_configfs: Add length check to avoid buffer overflow A buffer overflow arises from the usage of snprintf to write into the buffer "buf" in target_lu_gp_mem...

  • EPSS 0.07%
  • Veröffentlicht 15.10.2025 07:58:21
  • Zuletzt bearbeitet 29.10.2025 14:15:52

In the Linux kernel, the following vulnerability has been resolved: media: b2c2: Fix use-after-free causing by irq_check_work in flexcop_pci_remove The original code uses cancel_delayed_work() in flexcop_pci_remove(), which does not guarantee that ...

  • EPSS 0.03%
  • Veröffentlicht 15.10.2025 07:58:21
  • Zuletzt bearbeitet 16.10.2025 15:28:59

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: fix race condition to UAF in snd_usbmidi_free The previous commit 0718a78f6a9f ("ALSA: usb-audio: Kill timer properly at removal") patched a UAF issue caused by th...

  • EPSS 0.07%
  • Veröffentlicht 15.10.2025 07:58:20
  • Zuletzt bearbeitet 29.10.2025 14:15:52

In the Linux kernel, the following vulnerability has been resolved: media: i2c: tc358743: Fix use-after-free bugs caused by orphan timer in probe The state->timer is a cyclic timer that schedules work_i2c_poll and delayed_work_enable_hotplug, while...

  • EPSS 0.07%
  • Veröffentlicht 15.10.2025 07:58:19
  • Zuletzt bearbeitet 29.10.2025 14:15:51

In the Linux kernel, the following vulnerability has been resolved: media: tuner: xc5000: Fix use-after-free in xc5000_release The original code uses cancel_delayed_work() in xc5000_release(), which does not guarantee that the delayed work item tim...

  • EPSS 0.07%
  • Veröffentlicht 15.10.2025 07:58:18
  • Zuletzt bearbeitet 29.10.2025 14:15:51

In the Linux kernel, the following vulnerability has been resolved: media: rc: fix races with imon_disconnect() Syzbot reports a KASAN issue as below: BUG: KASAN: use-after-free in __create_pipe include/linux/usb.h:1945 [inline] BUG: KASAN: use-aft...

  • EPSS 0.03%
  • Veröffentlicht 15.10.2025 07:58:17
  • Zuletzt bearbeitet 16.10.2025 15:28:59

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix NULL dereference in ath11k_qmi_m3_load() If ab->fw.m3_data points to data, then fw pointer remains null. Further, if m3_mem is not allocated, then fw is dereferen...

  • EPSS 0.03%
  • Veröffentlicht 15.10.2025 07:58:17
  • Zuletzt bearbeitet 16.10.2025 15:28:59

In the Linux kernel, the following vulnerability has been resolved: mm: swap: check for stable address space before operating on the VMA It is possible to hit a zero entry while traversing the vmas in unuse_mm() called from swapoff path and accessi...

  • EPSS 0.02%
  • Veröffentlicht 15.10.2025 07:56:07
  • Zuletzt bearbeitet 16.10.2025 15:28:59

In the Linux kernel, the following vulnerability has been resolved: bpf: Check the helper function is valid in get_helper_proto kernel test robot reported verifier bug [1] where the helper func pointer could be NULL due to disabled config option. ...