Linux

Linux Kernel

13879 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.04%
  • Veröffentlicht 24.12.2025 10:32:39
  • Zuletzt bearbeitet 19.01.2026 13:16:10

In the Linux kernel, the following vulnerability has been resolved: ALSA: dice: fix buffer overflow in detect_stream_formats() The function detect_stream_formats() reads the stream_count value directly from a FireWire device without validating it. ...

  • EPSS 0.04%
  • Veröffentlicht 24.12.2025 10:32:39
  • Zuletzt bearbeitet 11.01.2026 17:15:55

In the Linux kernel, the following vulnerability has been resolved: ALSA: firewire-motu: fix buffer overflow in hwdep read for DSP events The DSP event handling code in hwdep_read() could write more bytes to the user buffer than requested, when a u...

  • EPSS 0.04%
  • Veröffentlicht 24.12.2025 10:32:38
  • Zuletzt bearbeitet 11.01.2026 17:15:55

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: cs35l41: Fix NULL pointer dereference in cs35l41_hda_read_acpi() The acpi_get_first_physical_node() function can return NULL, in which case the get_device() function als...

  • EPSS 0.04%
  • Veröffentlicht 24.12.2025 10:32:37
  • Zuletzt bearbeitet 19.01.2026 13:16:10

In the Linux kernel, the following vulnerability has been resolved: ALSA: wavefront: Fix integer overflow in sample size validation The wavefront_send_sample() function has an integer overflow issue when validating sample size. The header->size fie...

  • EPSS 0.03%
  • Veröffentlicht 23.12.2025 13:58:28
  • Zuletzt bearbeitet 23.12.2025 14:51:52

In the Linux kernel, the following vulnerability has been resolved: can: gs_usb: gs_usb_receive_bulk_callback(): check actual_length before accessing header The driver expects to receive a struct gs_host_frame in gs_usb_receive_bulk_callback(). Us...

  • EPSS 0.03%
  • Veröffentlicht 23.12.2025 13:58:27
  • Zuletzt bearbeitet 23.12.2025 14:51:52

In the Linux kernel, the following vulnerability has been resolved: can: gs_usb: gs_usb_receive_bulk_callback(): check actual_length before accessing data The URB received in gs_usb_receive_bulk_callback() contains a struct gs_host_frame. The lengt...

  • EPSS 0.02%
  • Veröffentlicht 23.12.2025 13:58:26
  • Zuletzt bearbeitet 23.12.2025 14:51:52

In the Linux kernel, the following vulnerability has been resolved: veth: reduce XDP no_direct return section to fix race As explain in commit fa349e396e48 ("veth: Fix race with AF_XDP exposing old or uninitialized descriptors") for veth there is a...

  • EPSS 0.02%
  • Veröffentlicht 23.12.2025 13:58:25
  • Zuletzt bearbeitet 23.12.2025 14:51:52

In the Linux kernel, the following vulnerability has been resolved: team: Move team device type change at the end of team_port_add Attempting to add a port device that is already up will expectedly fail, but not before modifying the team device hea...

  • EPSS 0.02%
  • Veröffentlicht 23.12.2025 13:58:24
  • Zuletzt bearbeitet 23.12.2025 14:51:52

In the Linux kernel, the following vulnerability has been resolved: net: dsa: microchip: Don't free uninitialized ksz_irq If something goes wrong at setup, ksz_irq_free() can be called on uninitialized ksz_irq (for example when ksz_ptp_irq_setup() ...

  • EPSS 0.04%
  • Veröffentlicht 23.12.2025 13:58:24
  • Zuletzt bearbeitet 23.12.2025 14:51:52

In the Linux kernel, the following vulnerability has been resolved: atm/fore200e: Fix possible data race in fore200e_open() Protect access to fore200e->available_cell_rate with rate_mtx lock in the error handling path of fore200e_open() to prevent ...