Debian

Debian Linux

9979 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 01.05.2024 13:15:50
  • Zuletzt bearbeitet 12.05.2026 12:16:31

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: do not compare internal table flags on updates Restore skipping transaction if table update does not modify flags.

  • EPSS 0.18%
  • Veröffentlicht 01.05.2024 13:15:49
  • Zuletzt bearbeitet 08.04.2025 18:42:15

In the Linux kernel, the following vulnerability has been resolved: spi: spi-mt65xx: Fix NULL pointer access in interrupt handler The TX buffer in spi_transfer can be a NULL pointer, so the interrupt handler may end up writing to the invalid memory...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2024 13:15:49
  • Zuletzt bearbeitet 23.12.2024 19:33:10

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: Use separate handlers for interrupts For PF to AF interrupt vector and VF to AF vector same interrupt handler is registered which is causing race condition. When two ...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2024 13:15:49
  • Zuletzt bearbeitet 12.05.2026 12:16:30

In the Linux kernel, the following vulnerability has been resolved: clk: Fix clk_core_get NULL dereference It is possible for clk_core_get to dereference a NULL in the following sequence: clk_core_get() of_clk_get_hw_from_clkspec() __o...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2024 13:15:49
  • Zuletzt bearbeitet 23.12.2024 14:12:17

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential NULL pointer dereferences in 'dcn10_set_output_transfer_func()' The 'stream' pointer is used in dcn10_set_output_transfer_func() before the check if ...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2024 13:15:48
  • Zuletzt bearbeitet 23.12.2024 14:09:30

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: dsi: Add missing check for of_find_device_by_node Add check for the return value of of_find_device_by_node() and return the error if it fails in order to avoid NULL poin...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2024 13:15:48
  • Zuletzt bearbeitet 12.05.2026 12:16:30

In the Linux kernel, the following vulnerability has been resolved: net/rds: fix WARNING in rds_conn_connect_if_down If connection isn't established yet, get_mr() will fail, trigger connection after get_mr().

  • EPSS 0.01%
  • Veröffentlicht 01.05.2024 13:15:48
  • Zuletzt bearbeitet 12.05.2026 12:16:30

In the Linux kernel, the following vulnerability has been resolved: nbd: null check for nla_nest_start nla_nest_start() may fail and return NULL. Insert a check and set errno based on other call sites within the same source code.

  • EPSS 0.01%
  • Veröffentlicht 01.05.2024 06:15:19
  • Zuletzt bearbeitet 01.12.2025 15:17:23

In the Linux kernel, the following vulnerability has been resolved: drm: nv04: Fix out of bounds access When Output Resource (dcb->or) value is assigned in fabricate_dcb_output(), there may be out of bounds access to dac_users array in case dcb->or...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2024 06:15:18
  • Zuletzt bearbeitet 23.12.2025 00:46:00

In the Linux kernel, the following vulnerability has been resolved: serial: mxs-auart: add spinlock around changing cts state The uart_handle_cts_change() function in serial_core expects the caller to hold uport->lock. For example, I have seen the ...