Linux

Linux

7462 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.04%
  • Veröffentlicht 12.03.2025 09:42:09
  • Zuletzt bearbeitet 03.11.2025 20:17:22

In the Linux kernel, the following vulnerability has been resolved: ibmvnic: Don't reference skb after sending to VIOS Previously, after successfully flushing the xmit buffer to VIOS, the tx_bytes stat was incremented by the length of the skb. It ...

  • EPSS 0.04%
  • Veröffentlicht 12.03.2025 09:42:09
  • Zuletzt bearbeitet 01.10.2025 20:18:29

In the Linux kernel, the following vulnerability has been resolved: s390/ism: add release function for struct device According to device_release() in /drivers/base/core.c, a device without a release function is a broken device and must be fixed. T...

  • EPSS 0.04%
  • Veröffentlicht 12.03.2025 09:42:08
  • Zuletzt bearbeitet 01.10.2025 20:18:29

In the Linux kernel, the following vulnerability has been resolved: sockmap, vsock: For connectible sockets allow only connected sockmap expects all vsocks to have a transport assigned, which is expressed in vsock_proto::psock_update_sk_prot(). How...

  • EPSS 0.03%
  • Veröffentlicht 12.03.2025 09:42:07
  • Zuletzt bearbeitet 01.10.2025 20:18:29

In the Linux kernel, the following vulnerability has been resolved: net: Add rx_skb of kfree_skb to raw_tp_null_args[]. Yan Zhai reported a BPF prog could trigger a null-ptr-deref [0] in trace_kfree_skb if the prog does not check if rx_sk is NULL. ...

  • EPSS 0.07%
  • Veröffentlicht 12.03.2025 09:42:07
  • Zuletzt bearbeitet 03.11.2025 20:17:22

In the Linux kernel, the following vulnerability has been resolved: bpf: avoid holding freeze_mutex during mmap operation We use map->freeze_mutex to prevent races between map_freeze() and memory mapping BPF map contents with writable permissions. ...

  • EPSS 0.03%
  • Veröffentlicht 12.03.2025 09:42:06
  • Zuletzt bearbeitet 01.10.2025 20:18:29

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix softlockup in arena_map_free on 64k page kernel On an aarch64 kernel with CONFIG_PAGE_SIZE_64KB=y, arena_htab tests cause a segmentation fault and soft lockup. The same fa...

  • EPSS 0.02%
  • Veröffentlicht 12.03.2025 09:42:05
  • Zuletzt bearbeitet 01.10.2025 20:18:29

In the Linux kernel, the following vulnerability has been resolved: nvmet: Fix crash when a namespace is disabled The namespace percpu counter protects pending I/O, and we can only safely diable the namespace once the counter drop to zero. Otherwis...

  • EPSS 0.06%
  • Veröffentlicht 12.03.2025 09:42:04
  • Zuletzt bearbeitet 03.11.2025 20:17:22

In the Linux kernel, the following vulnerability has been resolved: nfp: bpf: Add check for nfp_app_ctrl_msg_alloc() Add check for the return value of nfp_app_ctrl_msg_alloc() in nfp_bpf_cmsg_alloc() to prevent null pointer dereference.

  • EPSS 0.03%
  • Veröffentlicht 12.03.2025 09:42:04
  • Zuletzt bearbeitet 01.10.2025 20:18:28

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gt: Use spin_lock_irqsave() in interruptible context spin_lock/unlock() functions used in interrupt contexts could result in a deadlock, as seen in GitLab issue #13399, wh...

  • EPSS 0.04%
  • Veröffentlicht 12.03.2025 09:42:03
  • Zuletzt bearbeitet 01.10.2025 20:18:28

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: stream-ipc: Check for cstream nullity in sof_ipc_msg_data() The nullity of sps->cstream should be checked similarly as it is done in sof_set_stream_data_offset() functio...