Linux

Linux

7352 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS -
  • Veröffentlicht 04.02.2026 16:04:22
  • Zuletzt bearbeitet 04.02.2026 17:16:15

In the Linux kernel, the following vulnerability has been resolved: NFS: Fix a deadlock involving nfs_release_folio() Wang Zhaolong reports a deadlock involving NFSv4.1 state recovery waiting on kthreadd, which is attempting to reclaim memory by ca...

  • EPSS -
  • Veröffentlicht 04.02.2026 16:04:21
  • Zuletzt bearbeitet 04.02.2026 17:16:15

In the Linux kernel, the following vulnerability has been resolved: ftrace: Do not over-allocate ftrace memory The pg_remaining calculation in ftrace_process_locs() assumes that ENTRIES_PER_PAGE multiplied by 2^order equals the actual capacity of t...

  • EPSS -
  • Veröffentlicht 04.02.2026 16:04:20
  • Zuletzt bearbeitet 04.02.2026 17:16:15

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix drm panic null pointer when driver not support atomic When driver not support atomic, fb using plane->fb rather than plane->state->fb. (cherry picked from commit 2...

  • EPSS -
  • Veröffentlicht 04.02.2026 16:04:19
  • Zuletzt bearbeitet 04.02.2026 17:16:15

In the Linux kernel, the following vulnerability has been resolved: pNFS: Fix a deadlock when returning a delegation during open() Ben Coddington reports seeing a hang in the following stack trace: 0 [ffffd0b50e1774e0] __schedule at ffffffff9ca05...

  • EPSS -
  • Veröffentlicht 04.02.2026 16:04:18
  • Zuletzt bearbeitet 04.02.2026 17:16:15

In the Linux kernel, the following vulnerability has been resolved: drm/panel-simple: fix connector type for DataImage SCF0700C48GGU18 panel The connector type for the DataImage SCF0700C48GGU18 panel is missing and devm_drm_panel_bridge_add() requi...

  • EPSS -
  • Veröffentlicht 04.02.2026 16:04:17
  • Zuletzt bearbeitet 04.02.2026 17:16:11

In the Linux kernel, the following vulnerability has been resolved: phy: stm32-usphyc: Fix off by one in probe() The "index" variable is used as an index into the usbphyc->phys[] array which has usbphyc->nphys elements. So if it is equal to usbphy...

  • EPSS -
  • Veröffentlicht 04.02.2026 16:04:16
  • Zuletzt bearbeitet 04.02.2026 17:16:11

In the Linux kernel, the following vulnerability has been resolved: dmaengine: xilinx: xdma: Fix regmap max_register The max_register field is assigned the size of the register memory region instead of the offset of the last register. The result is...

  • EPSS -
  • Veröffentlicht 04.02.2026 16:04:15
  • Zuletzt bearbeitet 04.02.2026 17:16:11

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock in wait_current_trans() due to ignored transaction type When wait_current_trans() is called during start_transaction(), it currently waits for a blocked transac...

  • EPSS -
  • Veröffentlicht 04.02.2026 16:04:14
  • Zuletzt bearbeitet 04.02.2026 17:16:11

In the Linux kernel, the following vulnerability has been resolved: phy: qcom-qusb2: Fix NULL pointer dereference on early suspend Enabling runtime PM before attaching the QPHY instance as driver data can lead to a NULL pointer dereference in runti...

  • EPSS -
  • Veröffentlicht 04.02.2026 16:00:30
  • Zuletzt bearbeitet 04.02.2026 16:33:44

In the Linux kernel, the following vulnerability has been resolved: udp: call skb_orphan() before skb_attempt_defer_free() Standard UDP receive path does not use skb->destructor. But skmsg layer does use it, since it calls skb_set_owner_sk_safe() ...