Linux

Linux Kernel

12957 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.05%
  • Veröffentlicht 04.10.2025 15:16:43
  • Zuletzt bearbeitet 06.10.2025 14:56:47

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: Fix return type of netcp_ndo_start_xmit() With clang's kernel control flow integrity (kCFI, CONFIG_CFI_CLANG), indirect call targets are validated against the ex...

  • EPSS 0.05%
  • Veröffentlicht 04.10.2025 15:16:42
  • Zuletzt bearbeitet 06.10.2025 14:56:47

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix potential memory leaks When the driver hits -ENOMEM at allocating a URB or a buffer, it aborts and goes to the error path that releases the all previously allo...

  • EPSS 0.04%
  • Veröffentlicht 04.10.2025 15:16:41
  • Zuletzt bearbeitet 06.10.2025 14:56:47

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Clean up si_domain in the init_dmars() error path A splat from kmem_cache_destroy() was seen with a kernel prior to commit ee2653bbe89d ("iommu/vt-d: Remove domain and ...

  • EPSS 0.03%
  • Veröffentlicht 04.10.2025 15:16:41
  • Zuletzt bearbeitet 06.10.2025 14:56:47

In the Linux kernel, the following vulnerability has been resolved: net: enetc: avoid buffer leaks on xdp_do_redirect() failure Before enetc_clean_rx_ring_xdp() calls xdp_do_redirect(), each software BD in the RX ring between index orig_i and i can...

  • EPSS 0.05%
  • Veröffentlicht 04.10.2025 15:16:40
  • Zuletzt bearbeitet 06.10.2025 14:56:47

In the Linux kernel, the following vulnerability has been resolved: cxl: fix possible null-ptr-deref in cxl_guest_init_afu|adapter() If device_register() fails in cxl_register_afu|adapter(), the device is not added, device_unregister() can not be c...

  • EPSS 0.03%
  • Veröffentlicht 04.10.2025 15:16:39
  • Zuletzt bearbeitet 06.10.2025 14:56:47

In the Linux kernel, the following vulnerability has been resolved: drm/amd: fix potential memory leak This patch fix potential memory leak (clk_src) when function run into last return NULL. s/free/kfree/ - Alex

  • EPSS 0.04%
  • Veröffentlicht 04.10.2025 15:16:39
  • Zuletzt bearbeitet 06.10.2025 14:56:47

In the Linux kernel, the following vulnerability has been resolved: memory: pl353-smc: Fix refcount leak bug in pl353_smc_probe() The break of for_each_available_child_of_node() needs a corresponding of_node_put() when the reference 'child' is not ...

  • EPSS 0.05%
  • Veröffentlicht 04.10.2025 15:16:38
  • Zuletzt bearbeitet 06.10.2025 14:56:47

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix shift-out-of-bounds/overflow in nilfs_sb2_bad_offset() Patch series "nilfs2: fix UBSAN shift-out-of-bounds warnings on mount time". The first patch fixes a bug reporte...

  • EPSS 0.03%
  • Veröffentlicht 04.10.2025 15:16:37
  • Zuletzt bearbeitet 06.10.2025 14:56:47

In the Linux kernel, the following vulnerability has been resolved: rtc: class: Fix potential memleak in devm_rtc_allocate_device() devm_rtc_allocate_device() will alloc a rtc_device first, and then run dev_set_name(). If dev_set_name() failed, the...

  • EPSS 0.03%
  • Veröffentlicht 04.10.2025 15:16:36
  • Zuletzt bearbeitet 06.10.2025 14:56:47

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Make sure "ib_port" is valid when access sysfs node The "ib_port" structure must be set before adding the sysfs kobject, and reset after removing it, otherwise it may cr...