Linux

Linux Kernel

13989 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:13
  • Zuletzt bearbeitet 24.10.2024 03:49:21

In the Linux kernel, the following vulnerability has been resolved: e100: Fix possible use after free in e100_xmit_prepare In e100_xmit_prepare(), if we can't map the skb, then return -ENOMEM, so e100_xmit_frame() will return NETDEV_TX_BUSY and the...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:13
  • Zuletzt bearbeitet 24.10.2024 03:48:53

In the Linux kernel, the following vulnerability has been resolved: iavf: Fix error handling in iavf_init_module() The iavf_init_module() won't destroy workqueue when pci_register_driver() failed. Call destroy_workqueue() when pci_register_driver()...

  • EPSS 0.02%
  • Veröffentlicht 21.10.2024 20:15:13
  • Zuletzt bearbeitet 24.10.2024 15:51:45

In the Linux kernel, the following vulnerability has been resolved: ixgbevf: Fix resource leak in ixgbevf_init_module() ixgbevf_init_module() won't destroy the workqueue created by create_singlethread_workqueue() when pci_register_driver() failed. ...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:13
  • Zuletzt bearbeitet 24.10.2024 15:59:48

In the Linux kernel, the following vulnerability has been resolved: hwmon: (ibmpex) Fix possible UAF when ibmpex_register_bmc() fails Smatch report warning as follows: drivers/hwmon/ibmpex.c:509 ibmpex_register_bmc() warn: '&data->list' not remo...

  • EPSS 0.02%
  • Veröffentlicht 21.10.2024 20:15:13
  • Zuletzt bearbeitet 24.10.2024 18:42:07

In the Linux kernel, the following vulnerability has been resolved: libbpf: Handle size overflow for ringbuf mmap The maximum size of ringbuf is 2GB on x86-64 host, so 2 * max_entries will overflow u32 when mapping producer page and data pages. Onl...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:13
  • Zuletzt bearbeitet 24.10.2024 16:03:12

In the Linux kernel, the following vulnerability has been resolved: iio: health: afe4403: Fix oob read in afe4403_read_raw KASAN report out-of-bounds read as follows: BUG: KASAN: global-out-of-bounds in afe4403_read_raw+0x42e/0x4c0 Read of size 4 ...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:13
  • Zuletzt bearbeitet 24.10.2024 16:04:49

In the Linux kernel, the following vulnerability has been resolved: iio: health: afe4404: Fix oob read in afe4404_[read|write]_raw KASAN report out-of-bounds read as follows: BUG: KASAN: global-out-of-bounds in afe4404_read_raw+0x2ce/0x380 Read of...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:13
  • Zuletzt bearbeitet 30.10.2024 21:50:50

In the Linux kernel, the following vulnerability has been resolved: btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit() Syzkaller reported BUG as follows: BUG: sleeping function called from invalid context at inclu...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:12
  • Zuletzt bearbeitet 25.10.2024 14:17:56

In the Linux kernel, the following vulnerability has been resolved: ASoC: ops: Fix bounds check for _sx controls For _sx controls the semantics of the max field is not the usual one, max is the number of steps rather than the maximum value. This me...

  • EPSS 0.02%
  • Veröffentlicht 21.10.2024 20:15:12
  • Zuletzt bearbeitet 04.11.2024 13:16:22

In the Linux kernel, the following vulnerability has been resolved: tracing: Free buffers when a used dynamic event is removed After 65536 dynamic events have been added and removed, the "type" field of the event then uses the first type number tha...