Linux

Linux Kernel

12957 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 30.10.2025 09:47:58
  • Zuletzt bearbeitet 30.10.2025 15:03:13

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix recursive locking in RPC handle list access Since commit 305853cce3794 ("ksmbd: Fix race condition in RPC handle list access"), ksmbd_session_rpc_method() attempts to lo...

  • EPSS 0.06%
  • Veröffentlicht 30.10.2025 09:47:57
  • Zuletzt bearbeitet 30.10.2025 15:03:13

In the Linux kernel, the following vulnerability has been resolved: hfsplus: fix slab-out-of-bounds read in hfsplus_strcasecmp() The hfsplus_strcasecmp() logic can trigger the issue: [ 117.317703][ T9855] =========================================...

  • EPSS 0.03%
  • Veröffentlicht 30.10.2025 09:47:57
  • Zuletzt bearbeitet 30.10.2025 15:03:13

In the Linux kernel, the following vulnerability has been resolved: cxl/features: Add check for no entries in cxl_feature_info cxl EDAC calls cxl_feature_info() to get the feature information and if the hardware has no Features support, cxlfs may b...

  • EPSS 0.03%
  • Veröffentlicht 30.10.2025 09:47:56
  • Zuletzt bearbeitet 30.10.2025 15:03:13

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Don't allow evicting of BOs in same VM in array of VM binds An array of VM binds can potentially evict other buffer objects (BOs) within the same VM under certain condition...

  • EPSS 0.06%
  • Veröffentlicht 30.10.2025 09:47:56
  • Zuletzt bearbeitet 30.10.2025 15:03:13

In the Linux kernel, the following vulnerability has been resolved: NFSD: Define a proc_layoutcommit for the FlexFiles layout type Avoid a crash if a pNFS client should happen to send a LAYOUTCOMMIT operation on a FlexFiles layout.

  • EPSS 0.04%
  • Veröffentlicht 29.10.2025 13:46:14
  • Zuletzt bearbeitet 30.10.2025 15:03:13

In the Linux kernel, the following vulnerability has been resolved: scsi: ses: Fix possible addl_desc_ptr out-of-bounds accesses Sanitize possible addl_desc_ptr out-of-bounds accesses in ses_enclosure_data_process().

  • EPSS 0.06%
  • Veröffentlicht 29.10.2025 13:37:04
  • Zuletzt bearbeitet 30.10.2025 15:03:13

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix NULL pointer deference in try_to_register_card In try_to_register_card(), the return value of usb_ifnum_to_if() is passed directly to usb_interface_claimed() w...

  • EPSS 0.05%
  • Veröffentlicht 29.10.2025 13:37:03
  • Zuletzt bearbeitet 03.11.2025 01:15:43

In the Linux kernel, the following vulnerability has been resolved: ksmbd: transport_ipc: validate payload size before reading handle handle_response() dereferences the payload as a 4-byte handle without verifying that the declared payload size is ...

  • EPSS 0.06%
  • Veröffentlicht 29.10.2025 13:37:01
  • Zuletzt bearbeitet 06.12.2025 22:15:52

In the Linux kernel, the following vulnerability has been resolved: net/sched: sch_qfq: Fix null-deref in agg_dequeue To prevent a potential crash in agg_dequeue (net/sched/sch_qfq.c) when cl->qdisc->ops->peek(cl->qdisc) returns NULL, we check the ...

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

In the Linux kernel, the following vulnerability has been resolved: perf: arm_spe: Prevent overflow in PERF_IDX2OFF() Cast nr_pages to unsigned long to avoid overflow when handling large AUX buffer sizes (>= 2 GiB).