Linux

Linux Kernel

12975 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 16.08.2025 13:25:50
  • Zuletzt bearbeitet 18.11.2025 17:59:02

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate command request size In commit 2b9b8f3b68ed ("ksmbd: validate command payload size"), except for SMB2_OPLOCK_BREAK_HE command, the request size of other commands is...

  • EPSS 0.05%
  • Veröffentlicht 16.08.2025 13:25:49
  • Zuletzt bearbeitet 18.11.2025 17:57:18

In the Linux kernel, the following vulnerability has been resolved: ksmbd: not allow guest user on multichannel This patch return STATUS_NOT_SUPPORTED if binding session is guest.

  • EPSS 0.08%
  • Veröffentlicht 16.08.2025 13:22:09
  • Zuletzt bearbeitet 18.11.2025 18:10:46

In the Linux kernel, the following vulnerability has been resolved: ksmbd: call rcu_barrier() in ksmbd_server_exit() racy issue is triggered the bug by racing between closing a connection and rmmod. In ksmbd, rcu_barrier() is not called at module u...

  • EPSS 0.07%
  • Veröffentlicht 16.08.2025 11:34:20
  • Zuletzt bearbeitet 03.11.2025 18:16:28

In the Linux kernel, the following vulnerability has been resolved: mptcp: plug races between subflow fail and subflow creation We have races similar to the one addressed by the previous patch between subflow failing and additional subflow creation...

  • EPSS 0.02%
  • Veröffentlicht 16.08.2025 11:34:19
  • Zuletzt bearbeitet 18.11.2025 18:10:27

In the Linux kernel, the following vulnerability has been resolved: virtio-net: fix recursived rtnl_lock() during probe() The deadlock appears in a stack trace like: virtnet_probe() rtnl_lock() virtio_config_changed_work() netdev_n...

  • EPSS 0.05%
  • Veröffentlicht 16.08.2025 11:34:18
  • Zuletzt bearbeitet 03.11.2025 18:16:28

In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: Delay put pmc->idev in mld_del_delrec() pmc->idev is still used in ip6_mc_clear_src(), so as mld_clear_delrec() does, the reference should be put after ip6_mc_clear_sr...

  • EPSS 0.02%
  • Veröffentlicht 16.08.2025 11:34:17
  • Zuletzt bearbeitet 18.11.2025 18:10:21

In the Linux kernel, the following vulnerability has been resolved: efivarfs: Fix memory leak of efivarfs_fs_info in fs_context error paths When processing mount options, efivarfs allocates efivarfs_fs_info (sfi) early in fs_context initialization....

  • EPSS 0.06%
  • Veröffentlicht 16.08.2025 11:34:16
  • Zuletzt bearbeitet 03.11.2025 18:16:28

In the Linux kernel, the following vulnerability has been resolved: hwmon: (corsair-cpro) Validate the size of the received input buffer Add buffer_recv_size to store the size of the received bytes. Validate buffer_recv_size in send_usb_cmd().

  • EPSS 0.02%
  • Veröffentlicht 16.08.2025 11:34:15
  • Zuletzt bearbeitet 18.11.2025 18:10:12

In the Linux kernel, the following vulnerability has been resolved: iio: adc: axp20x_adc: Add missing sentinel to AXP717 ADC channel maps The AXP717 ADC channel maps is missing a sentinel entry at the end. This causes a KASAN warning. Add the miss...

  • EPSS 0.06%
  • Veröffentlicht 16.08.2025 11:22:20
  • Zuletzt bearbeitet 03.11.2025 18:16:28

In the Linux kernel, the following vulnerability has been resolved: atm: clip: Fix memory leak of struct clip_vcc. ioctl(ATMARP_MKIP) allocates struct clip_vcc and set it to vcc->user_back. The code assumes that vcc_destroy_socket() passes NULL sk...