Linux

Linux Kernel

13989 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 09.11.2024 11:15:08
  • Zuletzt bearbeitet 03.11.2025 23:17:03

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix kernel bug due to missing clearing of checked flag Syzbot reported that in directory operations after nilfs2 detects filesystem corruption and degrades to read-only, __...

  • EPSS 0.03%
  • Veröffentlicht 09.11.2024 11:15:07
  • Zuletzt bearbeitet 11.04.2025 01:15:52

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix use-after-free of block device file in __btrfs_free_extra_devids() Mounting btrfs from two images (which have the same one fsid and two different dev_uuids) in certain e...

  • EPSS 0.01%
  • Veröffentlicht 09.11.2024 11:15:07
  • Zuletzt bearbeitet 03.11.2025 23:17:03

In the Linux kernel, the following vulnerability has been resolved: ocfs2: pass u64 to ocfs2_truncate_inline maybe overflow Syzbot reported a kernel BUG in ocfs2_truncate_inline. There are two reasons for this: first, the parameter value passed is...

  • EPSS 0.01%
  • Veröffentlicht 09.11.2024 11:15:07
  • Zuletzt bearbeitet 26.09.2025 16:05:17

In the Linux kernel, the following vulnerability has been resolved: fork: do not invoke uffd on fork if error occurs Patch series "fork: do not expose incomplete mm on fork". During fork we may place the virtual memory address space into an incons...

  • EPSS 0.03%
  • Veröffentlicht 09.11.2024 11:15:07
  • Zuletzt bearbeitet 11.12.2024 16:15:12

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Vangogh: Fix kernel memory out of bounds write KASAN reports that the GPU metrics table allocated in vangogh_tables_init() is not large enough for the memset done in sm...

  • EPSS 0.03%
  • Veröffentlicht 09.11.2024 11:15:07
  • Zuletzt bearbeitet 01.10.2025 21:16:07

In the Linux kernel, the following vulnerability has been resolved: iov_iter: fix copy_page_from_iter_atomic() if KMAP_LOCAL_FORCE_MAP generic/077 on x86_32 CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAP=y with highmem, on huge=always tmpfs, issues a warning an...

  • EPSS 0.01%
  • Veröffentlicht 09.11.2024 11:15:07
  • Zuletzt bearbeitet 01.10.2025 21:16:07

In the Linux kernel, the following vulnerability has been resolved: sched/numa: Fix the potential null pointer dereference in task_numa_work() When running stress-ng-vm-segv test, we found a null pointer dereference error in task_numa_work(). Here ...

  • EPSS 0.02%
  • Veröffentlicht 09.11.2024 11:15:07
  • Zuletzt bearbeitet 01.10.2025 21:16:07

In the Linux kernel, the following vulnerability has been resolved: spi: spi-fsl-dspi: Fix crash when not using GPIO chip select Add check for the return value of spi_get_csgpiod() to avoid passing a NULL pointer to gpiod_direction_output(), preven...

  • EPSS 0.02%
  • Veröffentlicht 09.11.2024 11:15:07
  • Zuletzt bearbeitet 01.10.2025 21:16:07

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix error propagation of split bios The purpose of btrfs_bbio_propagate_error() shall be propagating an error of split bio to its original btrfs_bio, and tell the error to t...

  • EPSS 0.04%
  • Veröffentlicht 09.11.2024 11:15:06
  • Zuletzt bearbeitet 01.10.2025 21:16:06

In the Linux kernel, the following vulnerability has been resolved: drm/tests: hdmi: Fix memory leaks in drm_display_mode_from_cea_vic() modprobe drm_hdmi_state_helper_test and then rmmod it, the following memory leak occurs. The `mode` allocated ...