Linux

Linux Kernel

16922 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.18%
  • Veröffentlicht 27.02.2025 20:16:02
  • Zuletzt bearbeitet 30.10.2025 21:35:12

In the Linux kernel, the following vulnerability has been resolved: net: ravb: Fix missing rtnl lock in suspend/resume path Fix the suspend/resume path by ensuring the rtnl lock is held where required. Calls to ravb_open, ravb_close and wol operati...

  • EPSS 0.19%
  • Veröffentlicht 27.02.2025 20:16:02
  • Zuletzt bearbeitet 14.07.2026 13:17:24

In the Linux kernel, the following vulnerability has been resolved: net: hns3: fix oops when unload drivers paralleling When unload hclge driver, it tries to disable sriov first for each ae_dev node from hnae3_ae_dev_list. If user unloads hns3 driv...

  • EPSS 0.22%
  • Veröffentlicht 27.02.2025 20:16:02
  • Zuletzt bearbeitet 28.10.2025 02:59:36

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Fix warnings during S3 suspend The enable_gpe_wakeup() function calls acpi_enable_all_wakeup_gpes(), and the later one may call the preempt_schedule_common() function, r...

  • EPSS 0.21%
  • Veröffentlicht 27.02.2025 03:15:20
  • Zuletzt bearbeitet 03.11.2025 21:19:10

In the Linux kernel, the following vulnerability has been resolved: ax25: Fix refcount leak caused by setting SO_BINDTODEVICE sockopt If an AX25 device is bound to a socket by setting the SO_BINDTODEVICE socket option, a refcount leak will occur in...

  • EPSS 0.21%
  • Veröffentlicht 27.02.2025 03:15:20
  • Zuletzt bearbeitet 01.10.2025 20:18:26

In the Linux kernel, the following vulnerability has been resolved: spi: sn-f-ospi: Fix division by zero When there is no dummy cycle in the spi-nor commands, both dummy bus cycle bytes and width are zero. Because of the cpu's warning when divided ...

  • EPSS 0.22%
  • Veröffentlicht 27.02.2025 03:15:20
  • Zuletzt bearbeitet 03.11.2025 21:19:10

In the Linux kernel, the following vulnerability has been resolved: HID: hid-thrustmaster: fix stack-out-of-bounds read in usb_check_int_endpoints() Syzbot[1] has detected a stack-out-of-bounds read of the ep_addr array from hid-thrustmaster driver...

  • EPSS 0.22%
  • Veröffentlicht 27.02.2025 03:15:20
  • Zuletzt bearbeitet 14.07.2026 13:17:23

In the Linux kernel, the following vulnerability has been resolved: NFSD: fix hang in nfsd4_shutdown_callback If nfs4_client is in courtesy state then there is no point to send the callback. This causes nfsd4_shutdown_callback to hang since cl_cb_i...

  • EPSS 0.23%
  • Veröffentlicht 27.02.2025 03:15:20
  • Zuletzt bearbeitet 14.07.2026 13:17:23

In the Linux kernel, the following vulnerability has been resolved: nfsd: clear acl_access/acl_default after releasing them If getting acl_default fails, acl_access and acl_default will be released simultaneously. However, acl_access will still ret...

  • EPSS 0.21%
  • Veröffentlicht 27.02.2025 03:15:20
  • Zuletzt bearbeitet 13.03.2025 21:52:13

In the Linux kernel, the following vulnerability has been resolved: HID: corsair-void: Add missing delayed work cancel for headset status The cancel_delayed_work_sync() call was missed, causing a use-after-free in corsair_void_remove().

  • EPSS 0.24%
  • Veröffentlicht 27.02.2025 03:15:19
  • Zuletzt bearbeitet 03.11.2025 21:19:09

In the Linux kernel, the following vulnerability has been resolved: orangefs: fix a oob in orangefs_debug_write I got a syzbot report: slab-out-of-bounds Read in orangefs_debug_write... several people suggested fixes, I tested Al Viro's suggestion ...