Linux

Linux Kernel

12152 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 01.10.2025 12:15:54
  • Zuletzt bearbeitet 02.10.2025 19:11:46

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Unregister devlink params in case interface is down Currently, in case an interface is down, mlx5 driver doesn't unregister its devlink params, which leads to this WARN[1...

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

In the Linux kernel, the following vulnerability has been resolved: ublk: fail to start device if queue setup is interrupted In ublk_ctrl_start_dev(), if wait_for_completion_interruptible() is interrupted by signal, queues aren't setup successfully...

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

In the Linux kernel, the following vulnerability has been resolved: qed: allow sleep in qed_mcp_trace_dump() By default, qed_mcp_cmd_and_union() delays 10us at a time in a loop that can run 500K times, so calls to qed_mcp_nvm_rd_cmd() may block the...

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

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix handling of lrbp->cmd ufshcd_queuecommand() may be called two times in a row for a SCSI command before it is completed. Hence make the following changes: - I...

  • EPSS 0.02%
  • Veröffentlicht 01.10.2025 12:15:53
  • Zuletzt bearbeitet 02.10.2025 19:12:17

In the Linux kernel, the following vulnerability has been resolved: media: vsp1: Replace vb2_is_streaming() with vb2_start_streaming_called() The vsp1 driver uses the vb2_is_streaming() function in its .buf_queue() handler to check if the .start_st...

  • EPSS 0.02%
  • Veröffentlicht 01.10.2025 12:15:53
  • Zuletzt bearbeitet 02.10.2025 19:12:17

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential null dereference The adev->dm.dc pointer can be NULL and dereferenced in amdgpu_dm_fini() without checking. Add a NULL pointer check before calling ...

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

In the Linux kernel, the following vulnerability has been resolved: virtio_net: Fix error unwinding of XDP initialization When initializing XDP in virtnet_open(), some rq xdp initialization may hit an error causing net device open failed. However, ...

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

In the Linux kernel, the following vulnerability has been resolved: xfrm: fix slab-use-after-free in decode_session6 When the xfrm device is set to the qdisc of the sfb type, the cb field of the sent skb may be modified during enqueuing. Then, slab...

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

In the Linux kernel, the following vulnerability has been resolved: iommu/amd/iommu_v2: Fix pasid_state refcount dec hit 0 warning on pasid unbind When unbinding pasid - a race condition exists vs outstanding page faults. To prevent this, the pasi...

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

In the Linux kernel, the following vulnerability has been resolved: ext4: allow ext4_get_group_info() to fail Previously, ext4_get_group_info() would treat an invalid group number as BUG(), since in theory it should never happen. However, if a mal...