Linux

Linux Kernel

12162 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 15.09.2025 14:21:49
  • Zuletzt bearbeitet 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: media: az6007: Fix null-ptr-deref in az6007_i2c_xfer() In az6007_i2c_xfer, msg is controlled by user. When msg[i].buf is null and msg[i].len is zero, former checks on msg[i].buf wo...

  • EPSS 0.03%
  • Veröffentlicht 15.09.2025 14:21:47
  • Zuletzt bearbeitet 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: media: netup_unidvb: fix use-after-free at del_timer() When Universal DVB card is detaching, netup_unidvb_dma_fini() uses del_timer() to stop dma->timeout timer. But when timer han...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:21:45
  • Zuletzt bearbeitet 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Make it so that a waiting process can be aborted When sendmsg() creates an rxrpc call, it queues it to wait for a connection and channel to be assigned and then waits before...

  • EPSS 0.03%
  • Veröffentlicht 15.09.2025 14:21:44
  • Zuletzt bearbeitet 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: nubus: Partially revert proc_create_single_data() conversion The conversion to proc_create_single_data() introduced a regression whereby reading a file in /proc/bus/nubus results i...

  • EPSS 0.03%
  • Veröffentlicht 15.09.2025 14:21:43
  • Zuletzt bearbeitet 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: sched/fair: Don't balance task to its current running CPU We've run into the case that the balancer tries to balance a migration disabled task and trigger the warning in set_task_c...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:21:43
  • Zuletzt bearbeitet 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: arm64: efi: Make efi_rt_lock a raw_spinlock Running a rt-kernel base on 6.2.0-rc3-rt1 on an Ampere Altra outputs the following: BUG: sleeping function called from invalid context...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:21:42
  • Zuletzt bearbeitet 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid potential memory corruption in __update_iostat_latency() Add iotype sanity check to avoid potential memory corruption. This is to fix the compile error below: f...

  • EPSS 0.04%
  • Veröffentlicht 15.09.2025 14:21:41
  • Zuletzt bearbeitet 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies() Fix a slab-out-of-bounds read that occurs in kmemdup() called from brcmf_get_assoc_ies(). The bug could occur when ...

  • EPSS -
  • Veröffentlicht 15.09.2025 14:21:40
  • Zuletzt bearbeitet 15.09.2025 15:15:47

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:21:39
  • Zuletzt bearbeitet 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: driver core: location: Free struct acpi_pld_info *pld before return false struct acpi_pld_info *pld should be freed before the return of allocation failure, to prevent memory leak,...