Linux

Linux Kernel

13989 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 27.02.2025 02:15:10
  • Zuletzt bearbeitet 01.10.2025 20:18:07

In the Linux kernel, the following vulnerability has been resolved: rtc: tps6594: Fix integer overflow on 32bit systems The problem is this multiply in tps6594_rtc_set_offset() tmp = offset * TICKS_PER_HOUR; The "tmp" variable is an s64 but "off...

  • EPSS 0.05%
  • Veröffentlicht 27.02.2025 02:15:10
  • Zuletzt bearbeitet 03.11.2025 20:16:55

In the Linux kernel, the following vulnerability has been resolved: rdma/cxgb4: Prevent potential integer overflow on 32bit The "gl->tot_len" variable is controlled by the user. It comes from process_responses(). On 32bit systems, the "gl->tot_le...

  • EPSS 0.02%
  • Veröffentlicht 27.02.2025 02:15:10
  • Zuletzt bearbeitet 23.10.2025 18:00:26

In the Linux kernel, the following vulnerability has been resolved: udp: Deal with race between UDP socket address change and rehash If a UDP socket changes its local address while it's receiving datagrams, as a result of connect(), there is a peri...

  • EPSS 0.03%
  • Veröffentlicht 27.02.2025 02:15:10
  • Zuletzt bearbeitet 23.10.2025 17:59:01

In the Linux kernel, the following vulnerability has been resolved: btrfs: do proper folio cleanup when run_delalloc_nocow() failed [BUG] With CONFIG_DEBUG_VM set, test case generic/476 has some chance to crash with the following VM_BUG_ON_FOLIO():...

  • EPSS 0.03%
  • Veröffentlicht 27.02.2025 02:15:10
  • Zuletzt bearbeitet 23.10.2025 17:58:15

In the Linux kernel, the following vulnerability has been resolved: btrfs: do proper folio cleanup when cow_file_range() failed [BUG] When testing with COW fixup marked as BUG_ON() (this is involved with the new pin_user_pages*() change, which shou...

  • EPSS 0.05%
  • Veröffentlicht 27.02.2025 02:15:10
  • Zuletzt bearbeitet 03.11.2025 20:16:55

In the Linux kernel, the following vulnerability has been resolved: memcg: fix soft lockup in the OOM process A soft lockup issue was found in the product with about 56,000 tasks were in the OOM cgroup, it was traversing them when the soft lockup w...

  • EPSS 0.05%
  • Veröffentlicht 27.02.2025 02:15:10
  • Zuletzt bearbeitet 03.11.2025 20:16:56

In the Linux kernel, the following vulnerability has been resolved: media: imx-jpeg: Fix potential error pointer dereference in detach_pm() The proble is on the first line: if (jpeg->pd_dev[i] && !pm_runtime_suspended(jpeg->pd_dev[i])) If jpeg->...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 15:15:17
  • Zuletzt bearbeitet 24.10.2025 18:48:17

In the Linux kernel, the following vulnerability has been resolved: sock: redo the psock vs ULP protection check Commit 8a59f9d1e3d4 ("sock: Introduce sk->sk_prot->psock_update_sk_prot()") has moved the inet_csk_has_ulp(sk) check from sk_psock_init...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:48
  • Zuletzt bearbeitet 24.10.2025 18:56:04

In the Linux kernel, the following vulnerability has been resolved: tty: goldfish: Fix free_irq() on remove Pass the correct dev_id to free_irq() to fix this splat when the driver is unbound: WARNING: CPU: 0 PID: 30 at kernel/irq/manage.c:1895 fr...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:48
  • Zuletzt bearbeitet 24.10.2025 18:53:12

In the Linux kernel, the following vulnerability has been resolved: i40e: Fix call trace in setup_tx_descriptors After PF reset and ethtool -t there was call trace in dmesg sometimes leading to panic. When there was some time, around 5 seconds, bet...