Linux

Linux Kernel

13879 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 16.12.2025 14:21:20
  • Zuletzt bearbeitet 18.12.2025 15:08:06

In the Linux kernel, the following vulnerability has been resolved: NFS: Check the TLS certificate fields in nfs_match_client() If the TLS security policy is of type RPC_XPRTSEC_TLS_X509, then the cert_serial and privkey_serial fields need to match...

  • EPSS 0.02%
  • Veröffentlicht 16.12.2025 14:21:19
  • Zuletzt bearbeitet 18.12.2025 15:08:06

In the Linux kernel, the following vulnerability has been resolved: NFS: Fix LTP test failures when timestamps are delegated The utimes01 and utime06 tests fail when delegated timestamps are enabled, specifically in subtests that modify the atime a...

  • EPSS 0.06%
  • Veröffentlicht 16.12.2025 14:21:18
  • Zuletzt bearbeitet 18.12.2025 15:08:06

In the Linux kernel, the following vulnerability has been resolved: ipv4: route: Prevent rt_bind_exception() from rebinding stale fnhe The sit driver's packet transmission path calls: sit_tunnel_xmit() -> update_or_create_fnhe(), which lead to fnhe...

  • EPSS 0.02%
  • Veröffentlicht 16.12.2025 14:21:17
  • Zuletzt bearbeitet 18.12.2025 15:08:06

In the Linux kernel, the following vulnerability has been resolved: nilfs2: avoid having an active sc_timer before freeing sci Because kthread_stop did not stop sc_task properly and returned -EINTR, the sc_timer was not properly closed, ultimately ...

  • EPSS 0.03%
  • Veröffentlicht 16.12.2025 14:21:16
  • Zuletzt bearbeitet 18.12.2025 15:08:06

In the Linux kernel, the following vulnerability has been resolved: binfmt_misc: restore write access before closing files opened by open_exec() bm_register_write() opens an executable file using open_exec(), which internally calls do_open_execat()...

  • EPSS 0.03%
  • Veröffentlicht 16.12.2025 14:15:58
  • Zuletzt bearbeitet 18.12.2025 15:08:06

In the Linux kernel, the following vulnerability has been resolved: io_uring/cmd_net: fix wrong argument types for skb_queue_splice() If timestamp retriving needs to be retried and the local list of SKB's already has entries, then it's spliced back...

  • EPSS 0.03%
  • Veröffentlicht 16.12.2025 14:15:58
  • Zuletzt bearbeitet 18.12.2025 15:08:06

In the Linux kernel, the following vulnerability has been resolved: nouveau/firmware: Add missing kfree() of nvkm_falcon_fw::boot nvkm_falcon_fw::boot is allocated, but no one frees it. This causes a kmemleak warning. Make sure this data is deallo...

  • EPSS 0.03%
  • Veröffentlicht 16.12.2025 14:15:58
  • Zuletzt bearbeitet 18.12.2025 15:08:06

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: ufs-qcom: Fix UFS OCP issue during UFS power down (PC=3) According to UFS specifications, the power-off sequence for a UFS device includes: - Sending an SSU command wi...

  • EPSS 0.05%
  • Veröffentlicht 16.12.2025 14:15:58
  • Zuletzt bearbeitet 18.12.2025 15:08:06

In the Linux kernel, the following vulnerability has been resolved: mtdchar: fix integer overflow in read/write ioctls The "req.start" and "req.len" variables are u64 values that come from the user at the start of the function. We mask away the hi...

  • EPSS 0.06%
  • Veröffentlicht 16.12.2025 14:15:58
  • Zuletzt bearbeitet 18.12.2025 15:08:06

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: cadence: fix DMA device NULL pointer dereference The DMA device pointer `dma_dev` was being dereferenced before ensuring that `cdns_ctrl->dmac` is properly initialize...