Linux

Linux Kernel

12474 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.04%
  • Veröffentlicht 21.10.2024 18:15:17
  • Zuletzt bearbeitet 07.11.2024 19:28:02

In the Linux kernel, the following vulnerability has been resolved: ext4: filesystems without casefold feature cannot be mounted with siphash When mounting the ext4 filesystem, if the default hash version is set to DX_HASH_SIPHASH but the casefold ...

  • EPSS 0.03%
  • Veröffentlicht 21.10.2024 18:15:17
  • Zuletzt bearbeitet 03.11.2025 23:16:35

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix index out of bounds in DCN30 color transformation This commit addresses a potential index out of bounds issue in the `cm3_helper_translate_curve_to_hw_format` ...

  • EPSS 0.03%
  • Veröffentlicht 21.10.2024 18:15:17
  • Zuletzt bearbeitet 29.10.2024 15:57:41

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Implement bounds check for stream encoder creation in DCN401 'stream_enc_regs' array is an array of dcn10_stream_enc_registers structures. The array is initialized...

  • EPSS 0.05%
  • Veröffentlicht 21.10.2024 18:15:16
  • Zuletzt bearbeitet 01.11.2024 14:52:59

In the Linux kernel, the following vulnerability has been resolved: net/ncsi: Disable the ncsi work before freeing the associated structure The work function can run after the ncsi device is freed, resulting in use-after-free bugs or kernel panic.

  • EPSS 0.05%
  • Veröffentlicht 21.10.2024 18:15:16
  • Zuletzt bearbeitet 03.11.2025 23:16:32

In the Linux kernel, the following vulnerability has been resolved: ppp: do not assume bh is held in ppp_channel_bridge_input() Networking receive path is usually handled from BH handler. However, some protocols need to acquire the socket lock, and...

  • EPSS 0.05%
  • Veröffentlicht 21.10.2024 18:15:16
  • Zuletzt bearbeitet 12.11.2024 21:25:21

In the Linux kernel, the following vulnerability has been resolved: net: test for not too small csum_start in virtio_net_hdr_to_skb() syzbot was able to trigger this warning [1], after injecting a malicious packet through af_packet, setting skb->cs...

  • EPSS 0.04%
  • Veröffentlicht 21.10.2024 18:15:16
  • Zuletzt bearbeitet 03.11.2025 23:16:33

In the Linux kernel, the following vulnerability has been resolved: net: add more sanity checks to qdisc_pkt_len_init() One path takes care of SKB_GSO_DODGY, assuming skb->len is bigger than hdr_len. virtio_net_hdr_to_skb() does not fully dissect ...

  • EPSS 0.04%
  • Veröffentlicht 21.10.2024 18:15:16
  • Zuletzt bearbeitet 03.11.2025 23:16:33

In the Linux kernel, the following vulnerability has been resolved: net: avoid potential underflow in qdisc_pkt_len_init() with UFO After commit 7c6d2ecbda83 ("net: be more gentle about silly gso requests coming from user") virtio_net_hdr_to_skb() ...

  • EPSS 0.05%
  • Veröffentlicht 21.10.2024 18:15:16
  • Zuletzt bearbeitet 03.11.2025 23:16:33

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix uaf in l2cap_connect [Syzbot reported] BUG: KASAN: slab-use-after-free in l2cap_connect.constprop.0+0x10d8/0x1270 net/bluetooth/l2cap_core.c:3949 Read of size...

  • EPSS 0.05%
  • Veröffentlicht 21.10.2024 18:15:16
  • Zuletzt bearbeitet 03.11.2025 21:16:39

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Fix possible crash on mgmt_index_removed If mgmt_index_removed is called while there are commands queued on cmd_sync it could lead to crashes like the bellow trace...