Linux

Linux Kernel

16922 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.17%
  • Veröffentlicht 27.02.2025 20:16:04
  • Zuletzt bearbeitet 28.10.2025 02:51:39

In the Linux kernel, the following vulnerability has been resolved: ptp: vmclock: Set driver data before its usage If vmclock_ptp_register() fails during probing, vmclock_remove() is called to clean up the ptp clock and misc device. It uses dev_get...

  • EPSS 0.2%
  • Veröffentlicht 27.02.2025 20:16:04
  • Zuletzt bearbeitet 03.11.2025 21:19:12

In the Linux kernel, the following vulnerability has been resolved: batman-adv: Drop unmanaged ELP metric worker The ELP worker needs to calculate new metric values for all neighbors "reachable" over an interface. Some of the used metric sources re...

  • EPSS 0.19%
  • Veröffentlicht 27.02.2025 20:16:04
  • Zuletzt bearbeitet 01.10.2025 20:18:27

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix a use of uninitialized mutex commit c8347f915e67 ("gpu: host1x: Fix boot regression for Tegra") caused a use of uninitialized mutex leading to below warning when C...

  • EPSS 0.19%
  • Veröffentlicht 27.02.2025 20:16:03
  • Zuletzt bearbeitet 03.11.2025 21:19:11

In the Linux kernel, the following vulnerability has been resolved: PCI: rcar-ep: Fix incorrect variable used when calling devm_request_mem_region() The rcar_pcie_parse_outbound_ranges() uses the devm_request_mem_region() macro to request a needed ...

  • EPSS 0.18%
  • Veröffentlicht 27.02.2025 20:16:03
  • Zuletzt bearbeitet 28.10.2025 02:58:17

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs: Add missing deinit() call A warning is triggered when repeatedly connecting and disconnecting the rnbd: list_add corruption. prev->next should be next (ffff88800b13e480...

  • EPSS 0.19%
  • Veröffentlicht 27.02.2025 20:16:03
  • Zuletzt bearbeitet 12.05.2026 13:16:37

In the Linux kernel, the following vulnerability has been resolved: net: let net.core.dev_weight always be non-zero The following problem was encountered during stability test: (NULL net_device): NAPI poll function process_backlog+0x0/0x530 \ ret...

  • EPSS 0.14%
  • Veröffentlicht 27.02.2025 20:16:03
  • Zuletzt bearbeitet 18.07.2026 16:17:11

In the Linux kernel, the following vulnerability has been resolved: block: fix queue freeze vs limits lock order in sysfs store methods queue_attr_store() always freezes a device queue before calling the attribute store operation. For attributes th...

  • EPSS 0.18%
  • Veröffentlicht 27.02.2025 20:16:03
  • Zuletzt bearbeitet 28.10.2025 02:56:34

In the Linux kernel, the following vulnerability has been resolved: net: xdp: Disallow attaching device-bound programs in generic mode Device-bound programs are used to support RX metadata kfuncs. These kfuncs are driver-specific and rely on the dr...

  • EPSS 0.15%
  • Veröffentlicht 27.02.2025 20:16:03
  • Zuletzt bearbeitet 01.10.2025 20:18:27

In the Linux kernel, the following vulnerability has been resolved: rxrpc, afs: Fix peer hash locking vs RCU callback In its address list, afs now retains pointers to and refs on one or more rxrpc_peer objects. The address list is freed under RCU ...

  • EPSS 0.18%
  • Veröffentlicht 27.02.2025 20:16:03
  • Zuletzt bearbeitet 28.10.2025 02:55:12

In the Linux kernel, the following vulnerability has been resolved: driver core: class: Fix wild pointer dereferences in API class_dev_iter_next() There are a potential wild pointer dereferences issue regarding APIs class_dev_iter_(init|next|exit)(...