Linux

Linux Kernel

12957 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 28.10.2025 11:48:39
  • Zuletzt bearbeitet 30.10.2025 15:05:32

In the Linux kernel, the following vulnerability has been resolved: fanotify: Validate the return value of mnt_ns_from_dentry() before dereferencing The function do_fanotify_mark() does not validate if mnt_ns_from_dentry() returns NULL before deref...

  • EPSS 0.03%
  • Veröffentlicht 28.10.2025 11:48:38
  • Zuletzt bearbeitet 30.10.2025 15:05:32

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix obj leak in VM_BIND error path If we fail a handle-lookup part way thru, we need to drop the already obtained obj references. Patchwork: https://patchwork.freedesktop...

  • EPSS 0.06%
  • Veröffentlicht 28.10.2025 11:48:38
  • Zuletzt bearbeitet 30.10.2025 15:05:32

In the Linux kernel, the following vulnerability has been resolved: pps: fix warning in pps_register_cdev when register device fail Similar to previous commit 2a934fdb01db ("media: v4l2-dev: fix error handling in __video_register_device()"), the re...

  • EPSS 0.03%
  • Veröffentlicht 28.10.2025 11:48:37
  • Zuletzt bearbeitet 30.10.2025 15:05:32

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: reject index allocation if $BITMAP is empty but blocks exist Index allocation requires at least one bit in the $BITMAP attribute to track usage of index entries. If the b...

  • EPSS 0.06%
  • Veröffentlicht 28.10.2025 11:48:37
  • Zuletzt bearbeitet 30.10.2025 15:05:32

In the Linux kernel, the following vulnerability has been resolved: fs: ntfs3: Fix integer overflow in run_unpack() The MFT record relative to the file being opened contains its runlist, an array containing information about the file's location on ...

  • EPSS 0.03%
  • Veröffentlicht 28.10.2025 11:48:36
  • Zuletzt bearbeitet 30.10.2025 15:05:32

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: Check phy before init msta_link in mt7996_mac_sta_add_links() In order to avoid a possible NULL pointer dereference in mt7996_mac_sta_init_link routine, move th...

  • EPSS 0.03%
  • Veröffentlicht 28.10.2025 11:48:35
  • Zuletzt bearbeitet 30.10.2025 15:05:32

In the Linux kernel, the following vulnerability has been resolved: smc: Fix use-after-free in __pnet_find_base_ndev(). syzbot reported use-after-free of net_device in __pnet_find_base_ndev(), which was called during connect(). [0] smc_pnet_find_i...

  • EPSS 0.03%
  • Veröffentlicht 28.10.2025 11:48:35
  • Zuletzt bearbeitet 30.10.2025 15:05:32

In the Linux kernel, the following vulnerability has been resolved: RISC-V: KVM: Write hgatp register with valid mode bits According to the RISC-V Privileged Architecture Spec, when MODE=Bare is selected,software must write zero to the remaining fi...

  • EPSS 0.03%
  • Veröffentlicht 28.10.2025 11:48:34
  • Zuletzt bearbeitet 30.10.2025 15:05:32

In the Linux kernel, the following vulnerability has been resolved: crypto: comp - Use same definition of context alloc and free ops In commit 42d9f6c77479 ("crypto: acomp - Move scomp stream allocation code into acomp"), the crypto_acomp_streams s...

  • EPSS 0.03%
  • Veröffentlicht 28.10.2025 11:48:33
  • Zuletzt bearbeitet 30.10.2025 15:05:32

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix race in do_task() when draining When do_task() exhausts its iteration budget (!ret), it sets the state to TASK_STATE_IDLE to reschedule, without a secondary check on ...