Linux

Linux Kernel

14198 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.04%
  • Veröffentlicht 16.12.2025 13:42:51
  • Zuletzt bearbeitet 18.12.2025 15:08:25

In the Linux kernel, the following vulnerability has been resolved: x86/fpu: Ensure XFD state on signal delivery Sean reported [1] the following splat when running KVM tests: WARNING: CPU: 232 PID: 15391 at xfd_validate_state+0x65/0x70 Call ...

  • EPSS 0.03%
  • Veröffentlicht 16.12.2025 13:42:50
  • Zuletzt bearbeitet 18.12.2025 15:08:25

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: Do not kfree() devres managed rdev Since the allocation of the drivers main structure was changed to devm_drm_dev_alloc() rdev is managed by devres and we shouldn't be ...

  • EPSS 0.03%
  • Veröffentlicht 16.12.2025 13:42:49
  • Zuletzt bearbeitet 18.12.2025 15:08:25

In the Linux kernel, the following vulnerability has been resolved: netpoll: Fix deadlock in memory allocation under spinlock Fix a AA deadlock in refill_skbs() where memory allocation while holding skb_pool->lock can trigger a recursive lock acqui...

  • EPSS 0.05%
  • Veröffentlicht 16.12.2025 13:42:48
  • Zuletzt bearbeitet 18.12.2025 15:08:25

In the Linux kernel, the following vulnerability has been resolved: jfs: fix uninitialized waitqueue in transaction manager The transaction manager initialization in txInit() was not properly initializing TxBlock[0].waitor waitqueue, causing a cras...

  • EPSS 0.03%
  • Veröffentlicht 16.12.2025 13:42:47
  • Zuletzt bearbeitet 18.12.2025 15:08:25

In the Linux kernel, the following vulnerability has been resolved: gpiolib: fix invalid pointer access in debugfs If the memory allocation in gpiolib_seq_start() fails, the s->private field remains uninitialized and is later dereferenced without c...

  • EPSS 0.05%
  • Veröffentlicht 16.12.2025 13:40:03
  • Zuletzt bearbeitet 18.12.2025 15:08:25

In the Linux kernel, the following vulnerability has been resolved: net: ipv6: fix field-spanning memcpy warning in AH output Fix field-spanning memcpy warnings in ah6_output() and ah6_output_done() where extension headers are copied to/from IPv6 a...

  • EPSS 0.15%
  • Veröffentlicht 16.12.2025 13:40:02
  • Zuletzt bearbeitet 18.12.2025 15:08:25

In the Linux kernel, the following vulnerability has been resolved: ceph: fix multifs mds auth caps issue The mds auth caps check should also validate the fsname along with the associated caps. Not doing so would result in applying the mds auth cap...

  • EPSS 0.02%
  • Veröffentlicht 16.12.2025 13:40:00
  • Zuletzt bearbeitet 09.01.2026 11:15:49

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.

  • EPSS 0.05%
  • Veröffentlicht 16.12.2025 13:39:59
  • Zuletzt bearbeitet 18.12.2025 15:08:25

In the Linux kernel, the following vulnerability has been resolved: drm/sysfb: Do not dereference NULL pointer in plane reset The plane state in __drm_gem_reset_shadow_plane() can be NULL. Do not deref that pointer, but forward NULL to the other pl...

  • EPSS 0.03%
  • Veröffentlicht 16.12.2025 13:39:58
  • Zuletzt bearbeitet 18.12.2025 15:08:25

In the Linux kernel, the following vulnerability has been resolved: perf/x86/intel: Fix KASAN global-out-of-bounds warning When running "perf mem record" command on CWF, the below KASAN global-out-of-bounds warning is seen. =====================...