Linux

Linux Kernel

12957 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 16:12:06
  • Zuletzt bearbeitet 10.12.2025 18:42:59

In the Linux kernel, the following vulnerability has been resolved: caif: fix memory leak in cfctrl_linkup_request() When linktype is unknown or kzalloc failed in cfctrl_linkup_request(), pkt is not released. Add release process to error path.

  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 16:12:06
  • Zuletzt bearbeitet 10.12.2025 18:43:07

In the Linux kernel, the following vulnerability has been resolved: pstore/ram: Check start of empty przs during init After commit 30696378f68a ("pstore/ram: Do not treat empty buffers as valid"), initialization would assume a prz was valid after s...

  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 16:12:05
  • Zuletzt bearbeitet 10.12.2025 18:42:53

In the Linux kernel, the following vulnerability has been resolved: workqueue: fix data race with the pwq->stats[] increment KCSAN has discovered a data race in kernel/workqueue.c:2598: [ 1863.554079] ==============================================...

  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 16:12:04
  • Zuletzt bearbeitet 10.12.2025 18:42:45

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Enhance sanity check while generating attr_list ni_create_attr_list uses WARN_ON to catch error cases while generating attribute list, which only prints out stack trace a...

  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 16:12:03
  • Zuletzt bearbeitet 10.12.2025 18:42:37

In the Linux kernel, the following vulnerability has been resolved: iommufd/selftest: Catch overflow of uptr and length syzkaller hits a WARN_ON when trying to have a uptr close to UINTPTR_MAX: WARNING: CPU: 1 PID: 393 at drivers/iommu/iommufd/s...

  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 16:12:01
  • Zuletzt bearbeitet 10.12.2025 18:42:22

In the Linux kernel, the following vulnerability has been resolved: powerpc: Don't try to copy PPR for task with NULL pt_regs powerpc sets up PF_KTHREAD and PF_IO_WORKER with a NULL pt_regs, which from my (arguably very short) checking is not commo...

  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 16:12:00
  • Zuletzt bearbeitet 10.12.2025 18:42:16

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: dp: Change logging to dev for mtk_dp_aux_transfer() Change logging from drm_{err,info}() to dev_{err,info}() in functions mtk_dp_aux_transfer() and mtk_dp_aux_do_tran...

  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 16:11:59
  • Zuletzt bearbeitet 10.12.2025 18:42:11

In the Linux kernel, the following vulnerability has been resolved: drm/msm/mdp5: Don't leak some plane state Apparently no one noticed that mdp5 plane states leak like a sieve ever since we introduced plane_state->commit refcount a few years ago i...

  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 16:11:58
  • Zuletzt bearbeitet 10.12.2025 18:29:26

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Wait for io return on terminate rport System crash due to use after free. Current code allows terminate_rport_io to exit before making sure all IOs has returned. For...

  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 16:11:58
  • Zuletzt bearbeitet 10.12.2025 18:41:56

In the Linux kernel, the following vulnerability has been resolved: ext2/dax: Fix ext2_setsize when len is page aligned PAGE_ALIGN(x) macro gives the next highest value which is multiple of pagesize. But if x is already page aligned then it simply ...