Linux

Linux

6267 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 08.12.2025 00:46:22
  • Zuletzt bearbeitet 08.12.2025 18:26:49

In the Linux kernel, the following vulnerability has been resolved: gve: Implement settime64 with -EOPNOTSUPP ptp_clock_settime() assumes every ptp_clock has implemented settime64(). Stub it with -EOPNOTSUPP to prevent a NULL dereference.

  • EPSS 0.02%
  • Veröffentlicht 08.12.2025 00:46:21
  • Zuletzt bearbeitet 08.12.2025 18:26:49

In the Linux kernel, the following vulnerability has been resolved: net: bridge: fix use-after-free due to MST port state bypass syzbot reported[1] a use-after-free when deleting an expired fdb. It is due to a race condition between learning still ...

  • EPSS 0.02%
  • Veröffentlicht 08.12.2025 00:46:20
  • Zuletzt bearbeitet 08.12.2025 18:26:49

In the Linux kernel, the following vulnerability has been resolved: platform/x86: int3472: Fix double free of GPIO device during unregister regulator_unregister() already frees the associated GPIO device. On ThinkPad X9 (Lunar Lake), this causes a ...

  • EPSS 0.02%
  • Veröffentlicht 08.12.2025 00:46:18
  • Zuletzt bearbeitet 08.12.2025 18:26:49

In the Linux kernel, the following vulnerability has been resolved: fscrypt: fix left shift underflow when inode->i_blkbits > PAGE_SHIFT When simulating an nvme device on qemu with both logical_block_size and physical_block_size set to 8 KiB, an er...

  • EPSS 0.02%
  • Veröffentlicht 08.12.2025 00:46:17
  • Zuletzt bearbeitet 08.12.2025 18:26:49

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Fix OOB access in parse_adv_monitor_pattern() In the parse_adv_monitor_pattern() function, the value of the 'length' variable is currently limited to HCI_MAX_EXT_A...

  • EPSS 0.02%
  • Veröffentlicht 08.12.2025 00:46:16
  • Zuletzt bearbeitet 08.12.2025 18:26:49

In the Linux kernel, the following vulnerability has been resolved: iommufd: Don't overflow during division for dirty tracking If pgshift is 63 then BITS_PER_TYPE(*bitmap->bitmap) * pgsize will overflow to 0 and this triggers divide by 0. In this ...

  • EPSS 0.02%
  • Veröffentlicht 08.12.2025 00:46:15
  • Zuletzt bearbeitet 08.12.2025 18:26:49

In the Linux kernel, the following vulnerability has been resolved: virtio-net: fix received length check in big packets Since commit 4959aebba8c0 ("virtio-net: use mtu size as buffer length for big packets"), when guest gso is off, the allocated s...

  • EPSS 0.02%
  • Veröffentlicht 08.12.2025 00:46:14
  • Zuletzt bearbeitet 08.12.2025 18:26:49

In the Linux kernel, the following vulnerability has been resolved: io_uring: fix regbuf vector size truncation There is a report of io_estimate_bvec_size() truncating the calculated number of segments that leads to corruption issues. Check it does...

  • EPSS 0.02%
  • Veröffentlicht 08.12.2025 00:09:08
  • Zuletzt bearbeitet 08.12.2025 18:26:49

In the Linux kernel, the following vulnerability has been resolved: xsk: avoid data corruption on cq descriptor number Since commit 30f241fcf52a ("xsk: Fix immature cq descriptor production"), the descriptor number is stored in skb control block an...

  • EPSS 0.02%
  • Veröffentlicht 06.12.2025 21:51:15
  • Zuletzt bearbeitet 08.12.2025 18:26:49

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: hide VRAM sysfs attributes on GPUs without VRAM Otherwise accessing them can cause a crash.