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:06
  • Zuletzt bearbeitet 25.10.2024 20:11:45

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix u8 overflow By keep sending L2CAP_CONF_REQ packets, chan->num_conf_rsp increases multiple times and eventually it will wrap around the maximum number (i.e., 2...

  • EPSS 0.02%
  • Veröffentlicht 21.10.2024 20:15:06
  • Zuletzt bearbeitet 29.10.2024 16:34:03

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: Prevent buffer overflow in setup handler Setup function uvc_function_setup permits control transfer requests with up to 64 bytes of payload (UVC_MAX_REQUEST_SIZE)...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:06
  • Zuletzt bearbeitet 29.10.2024 16:32:41

In the Linux kernel, the following vulnerability has been resolved: igb: Initialize mailbox message for VF reset When a MAC address is not assigned to the VF, that portion of the message sent to the VF is not set. The memory, however, is allocated ...

  • EPSS 0.05%
  • Veröffentlicht 21.10.2024 20:15:06
  • Zuletzt bearbeitet 25.10.2024 20:02:03

In the Linux kernel, the following vulnerability has been resolved: perf: Fix perf_pending_task() UaF Per syzbot it is possible for perf_pending_task() to run after the event is free()'d. There are two related but distinct cases: - the task_work ...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:06
  • Zuletzt bearbeitet 25.10.2024 20:01:24

In the Linux kernel, the following vulnerability has been resolved: ASoC: ops: Check bounds for second channel in snd_soc_put_volsw_sx() The bounds checks in snd_soc_put_volsw_sx() are only being applied to the first channel, meaning it is possible...

  • EPSS 0.02%
  • Veröffentlicht 21.10.2024 20:15:06
  • Zuletzt bearbeitet 25.10.2024 20:09:39

In the Linux kernel, the following vulnerability has been resolved: PCI: mt7621: Add sentinel to quirks table Current driver is missing a sentinel in the struct soc_device_attribute array, which causes an oops when assessed by the soc_device_match(...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:06
  • Zuletzt bearbeitet 25.10.2024 20:07:48

In the Linux kernel, the following vulnerability has been resolved: rtc: cmos: Fix event handler registration ordering issue Because acpi_install_fixed_event_handler() enables the event automatically on success, it is incorrect to call it before th...

  • EPSS 0.02%
  • Veröffentlicht 21.10.2024 20:15:06
  • Zuletzt bearbeitet 24.10.2024 19:57:39

In the Linux kernel, the following vulnerability has been resolved: s390/qeth: fix use-after-free in hsci KASAN found that addr was dereferenced after br2dev_event_work was freed. ================================================================== ...

  • EPSS 0.02%
  • Veröffentlicht 21.10.2024 20:15:06
  • Zuletzt bearbeitet 24.10.2024 19:58:17

In the Linux kernel, the following vulnerability has been resolved: net: thunderbolt: fix memory leak in tbnet_open() When tb_ring_alloc_rx() failed in tbnet_open(), ida that allocated in tb_xdomain_alloc_out_hopid() is not released. Add tb_xdomain...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:06
  • Zuletzt bearbeitet 24.10.2024 19:59:47

In the Linux kernel, the following vulnerability has been resolved: ipv6: avoid use-after-free in ip6_fragment() Blamed commit claimed rcu_read_lock() was held by ip6_fragment() callers. It seems to not be always true, at least for UDP stack. syz...