Linux

Linux Kernel

13989 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:40
  • Zuletzt bearbeitet 01.10.2025 20:17:02

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: Fix refcount leak in ti_dra7_xbar_route_allocate of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need...

  • EPSS 0.06%
  • Veröffentlicht 26.02.2025 07:01:40
  • Zuletzt bearbeitet 01.10.2025 20:17:02

In the Linux kernel, the following vulnerability has been resolved: i2c: piix4: Fix a memory leak in the EFCH MMIO support The recently added support for EFCH MMIO regions introduced a memory leak in that code path. The leak is caused by the fact t...

  • EPSS 0.06%
  • Veröffentlicht 26.02.2025 07:01:40
  • Zuletzt bearbeitet 23.10.2025 12:10:32

In the Linux kernel, the following vulnerability has been resolved: net: dsa: qca8k: reset cpu port on MTU change It was discovered that the Documentation lacks of a fundamental detail on how to correctly change the MAX_FRAME_SIZE of the switch. I...

  • EPSS 0.02%
  • Veröffentlicht 26.02.2025 07:01:40
  • Zuletzt bearbeitet 23.10.2025 12:10:40

In the Linux kernel, the following vulnerability has been resolved: fscache: Fix invalidation/lookup race If an NFS file is opened for writing and closed, fscache_invalidate() will be asked to invalidate the file - however, if the cookie is in the ...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:40
  • Zuletzt bearbeitet 01.10.2025 20:17:02

In the Linux kernel, the following vulnerability has been resolved: ARM: meson: Fix refcount leak in meson_smp_prepare_cpus of_find_compatible_node() returns a node pointer with refcount incremented, we should use of_node_put() on it when done. Add...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:40
  • Zuletzt bearbeitet 01.10.2025 20:17:02

In the Linux kernel, the following vulnerability has been resolved: usbnet: fix memory leak in error case usbnet_write_cmd_async() mixed up which buffers need to be freed in which error case. v2: add Fixes tag v3: fix uninitialized buf pointer

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:40
  • Zuletzt bearbeitet 23.10.2025 12:10:50

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix insufficient bounds propagation from adjust_scalar_min_max_vals Kuee reported a corner case where the tnum becomes constant after the call to __reg_bound_offset(), but the...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:40
  • Zuletzt bearbeitet 22.10.2025 17:30:40

In the Linux kernel, the following vulnerability has been resolved: can: m_can: m_can_{read_fifo,echo_tx_event}(): shift timestamp to full 32 bits In commit 1be37d3b0414 ("can: m_can: fix periph RX path: use rx-offload to ensure skbs are sent from ...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:39
  • Zuletzt bearbeitet 01.10.2025 20:16:59

In the Linux kernel, the following vulnerability has been resolved: icmp: Fix data-races around sysctl. While reading icmp sysctl variables, they can be changed concurrently. So, we need to add READ_ONCE() to avoid data-races.

  • EPSS 0.02%
  • Veröffentlicht 26.02.2025 07:01:39
  • Zuletzt bearbeitet 01.10.2025 20:17:00

In the Linux kernel, the following vulnerability has been resolved: cipso: Fix data-races around sysctl. While reading cipso sysctl variables, they can be changed concurrently. So, we need to add READ_ONCE() to avoid data-races.