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 01.10.2025 12:15:57
  • Zuletzt bearbeitet 02.10.2025 19:11:46

In the Linux kernel, the following vulnerability has been resolved: RDMA/cma: Allow UD qp_type to join multicast only As for multicast: - The SIDR is the only mode that makes sense; - Besides PS_UDP, other port spaces like PS_IB is also allowed, as...

  • EPSS 0.03%
  • Veröffentlicht 01.10.2025 12:15:57
  • Zuletzt bearbeitet 02.10.2025 19:11:46

In the Linux kernel, the following vulnerability has been resolved: jbd2: check 'jh->b_transaction' before removing it from checkpoint Following process will corrupt ext4 image: Step 1: jbd2_journal_commit_transaction __jbd2_journal_insert_checkpo...

  • EPSS 0.03%
  • Veröffentlicht 01.10.2025 12:15:57
  • Zuletzt bearbeitet 02.10.2025 19:11:46

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Fix memory leak in tb_handle_dp_bandwidth_request() The memory allocated in tb_queue_dp_bandwidth_request() needs to be released once the request is handled to avoid l...

  • EPSS 0.03%
  • Veröffentlicht 01.10.2025 12:15:57
  • Zuletzt bearbeitet 02.10.2025 19:11:46

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix unsafe drain work queue code If create_qp does not fully succeed it is possible for qp cleanup code to attempt to drain the send or recv work queues before the queues...

  • EPSS 0.03%
  • Veröffentlicht 01.10.2025 12:15:57
  • Zuletzt bearbeitet 02.10.2025 19:11:46

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: Fix memory leak in rtw88_usb Kmemleak shows the following leak arising from routine in the usb probe routine: unreferenced object 0xffff895cb29bba00 (size 512): com...

  • EPSS 0.03%
  • Veröffentlicht 01.10.2025 12:15:57
  • Zuletzt bearbeitet 02.10.2025 19:11:46

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Use raw_smp_processor_id() instead of smp_processor_id() The following call trace was observed: localhost kernel: nvme nvme0: NVME-FC{0}: controller connect complet...

  • EPSS 0.03%
  • Veröffentlicht 01.10.2025 12:15:57
  • Zuletzt bearbeitet 02.10.2025 19:11:46

In the Linux kernel, the following vulnerability has been resolved: null_blk: fix poll request timeout handling When doing io_uring benchmark on /dev/nullb0, it's easy to crash the kernel if poll requests timeout triggered, as reported by David. [1...

  • EPSS 0.03%
  • Veröffentlicht 01.10.2025 12:15:57
  • Zuletzt bearbeitet 02.10.2025 19:11:46

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix deinitialization of firmware resources Currently, in ath11k_ahb_fw_resources_init(), iommu domain mapping is done only for the chipsets having fixed firmware memo...

  • EPSS 0.05%
  • Veröffentlicht 01.10.2025 12:15:56
  • Zuletzt bearbeitet 02.10.2025 19:11:46

In the Linux kernel, the following vulnerability has been resolved: PM / devfreq: Fix leak in devfreq_dev_release() srcu_init_notifier_head() allocates resources that need to be released with a srcu_cleanup_notifier_head() call. Reported by kmemle...

  • EPSS 0.04%
  • Veröffentlicht 01.10.2025 12:15:56
  • Zuletzt bearbeitet 02.10.2025 19:11:46

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-mem2mem: add lock to protect parameter num_rdy Getting below error when using KCSAN to check the driver. Adding lock to protect parameter num_rdy when getting the value...