Linux

Linux Kernel

13303 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:09:58
  • Zuletzt bearbeitet 01.10.2025 17:15:33

In the Linux kernel, the following vulnerability has been resolved: can: dev: fix skb drop check In commit a6d190f8c767 ("can: skb: drop tx skb if in listen only mode") the priv->ctrlmode element is read even on virtual CAN interfaces that do not c...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:09:57
  • Zuletzt bearbeitet 01.10.2025 17:15:33

In the Linux kernel, the following vulnerability has been resolved: ASoC: core: Fix use-after-free in snd_soc_exit() KASAN reports a use-after-free: BUG: KASAN: use-after-free in device_del+0xb5b/0xc60 Read of size 8 at addr ffff888008655050 by ta...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:09:56
  • Zuletzt bearbeitet 01.10.2025 17:15:33

In the Linux kernel, the following vulnerability has been resolved: bpf, test_run: Fix alignment problem in bpf_prog_test_run_skb() We got a syzkaller problem because of aarch64 alignment fault if KFENCE enabled. When the size from user bpf program...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:09:56
  • Zuletzt bearbeitet 10.11.2025 21:14:12

In the Linux kernel, the following vulnerability has been resolved: serial: imx: Add missing .thaw_noirq hook The following warning is seen with non-console UART instance when system hibernates. [ 37.371969] ------------[ cut here ]------------ ...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2025 14:09:55
  • Zuletzt bearbeitet 01.10.2025 17:15:33

In the Linux kernel, the following vulnerability has been resolved: scsi: scsi_transport_sas: Fix error handling in sas_phy_add() If transport_add_device() fails in sas_phy_add(), the kernel will crash trying to delete the device in transport_remov...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2025 14:09:54
  • Zuletzt bearbeitet 01.10.2025 17:15:32

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix memory leaks in __check_func_call kmemleak reports this issue: unreferenced object 0xffff88817139d000 (size 2048): comm "test_progs", pid 33246, jiffies 4307381979 (age...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:09:54
  • Zuletzt bearbeitet 10.11.2025 21:13:37

In the Linux kernel, the following vulnerability has been resolved: sctp: clear out_curr if all frag chunks of current msg are pruned A crash was reported by Zhen Chen: list_del corruption, ffffa035ddf01c18->next is NULL WARNING: CPU: 1 PID: 2...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:09:53
  • Zuletzt bearbeitet 10.11.2025 21:13:15

In the Linux kernel, the following vulnerability has been resolved: siox: fix possible memory leak in siox_device_add() If device_register() returns error in siox_device_add(), the name allocated by dev_set_name() need be freed. As comment of devic...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2025 14:09:52
  • Zuletzt bearbeitet 10.11.2025 21:12:47

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix use-after-free bug of ns_writer on remount If a nilfs2 filesystem is downgraded to read-only due to metadata corruption on disk and is remounted read/write, or if emerg...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2025 14:09:52
  • Zuletzt bearbeitet 10.11.2025 21:12:55

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: fix potential memleak in 'add_widget_node' As 'kobject_add' may allocated memory for 'kobject->name' when return error. And in this function, if call 'kobject_add' faile...