Linux

Linux Kernel

16156 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.11%
  • Veröffentlicht 27.05.2026 12:17:45
  • Zuletzt bearbeitet 25.06.2026 12:41:36

In the Linux kernel, the following vulnerability has been resolved: rust: pwm: Fix potential memory leak on init error When initializing a PWM chip using pwmchip_alloc(), the allocated device owns an initial reference that must be released on all e...

  • EPSS 0.12%
  • Veröffentlicht 27.05.2026 12:17:43
  • Zuletzt bearbeitet 24.06.2026 17:21:38

In the Linux kernel, the following vulnerability has been resolved: ksmbd: call ksmbd_vfs_kern_path_end_removing() on some error paths There are two places where ksmbd_vfs_kern_path_end_removing() needs to be called in order to balance what the cor...

  • EPSS 0.16%
  • Veröffentlicht 27.05.2026 12:17:43
  • Zuletzt bearbeitet 25.06.2026 12:40:42

In the Linux kernel, the following vulnerability has been resolved: thermal/of: Fix reference leak in thermal_of_cm_lookup() In thermal_of_cm_lookup(), tr_np is obtained via of_parse_phandle(), but never released. Use the __free(device_node) clean...

  • EPSS 0.16%
  • Veröffentlicht 27.05.2026 12:17:42
  • Zuletzt bearbeitet 24.06.2026 17:21:45

In the Linux kernel, the following vulnerability has been resolved: net: usb: catc: enable basic endpoint checking catc_probe() fills three URBs with hardcoded endpoint pipes without verifying the endpoint descriptors: - usb_sndbulkpipe(usbdev, ...

  • EPSS 0.16%
  • Veröffentlicht 27.05.2026 12:17:41
  • Zuletzt bearbeitet 24.06.2026 17:21:55

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix memory leak in GET_DATA_DIRECT_SYSFS_PATH handler The UVERBS_HANDLER(MLX5_IB_METHOD_GET_DATA_DIRECT_SYSFS_PATH) function allocates memory for the device path using k...

  • EPSS 0.12%
  • Veröffentlicht 27.05.2026 12:17:40
  • Zuletzt bearbeitet 24.06.2026 17:22:07

In the Linux kernel, the following vulnerability has been resolved: mtd: parsers: Fix memory leak in mtd_parser_tplink_safeloader_parse() The function mtd_parser_tplink_safeloader_parse() allocates buf via mtd_parser_tplink_safeloader_read_table()....

  • EPSS 0.15%
  • Veröffentlicht 27.05.2026 12:17:38
  • Zuletzt bearbeitet 24.06.2026 17:22:20

In the Linux kernel, the following vulnerability has been resolved: ext4: fix dirtyclusters double decrement on fs shutdown fstests test generic/388 occasionally reproduces a warning in ext4_put_super() associated with the dirty clusters count: ...

  • EPSS 0.13%
  • Veröffentlicht 27.05.2026 12:17:37
  • Zuletzt bearbeitet 24.06.2026 17:22:38

In the Linux kernel, the following vulnerability has been resolved: sched/rt: Skip currently executing CPU in rto_next_cpu() CPU0 becomes overloaded when hosting a CPU-bound RT task, a non-CPU-bound RT task, and a CFS task stuck in kernel space. Wh...

  • EPSS 0.16%
  • Veröffentlicht 27.05.2026 12:17:34
  • Zuletzt bearbeitet 24.06.2026 17:22:46

In the Linux kernel, the following vulnerability has been resolved: ovpn: tcp - don't deref NULL sk_socket member after tcp_close() When deleting a peer in case of keepalive expiration, the peer is removed from the OpenVPN hashtable and is temporar...

  • EPSS 0.12%
  • Veröffentlicht 27.05.2026 12:17:33
  • Zuletzt bearbeitet 24.06.2026 17:23:08

In the Linux kernel, the following vulnerability has been resolved: ipvs: do not keep dest_dst if dev is going down There is race between the netdev notifier ip_vs_dst_event() and the code that caches dst with dev that is going down. As the FIB can...