Linux

Linux

5625 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Published 04.10.2025 15:16:39
  • Last modified 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.02%
  • Published 04.10.2025 15:16:39
  • Last modified 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.03%
  • Published 04.10.2025 15:16:38
  • Last modified 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.02%
  • Published 04.10.2025 15:16:37
  • Last modified 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.02%
  • Published 04.10.2025 15:16:36
  • Last modified 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...

  • EPSS 0.03%
  • Published 04.10.2025 15:16:36
  • Last modified 06.10.2025 14:56:47

In the Linux kernel, the following vulnerability has been resolved: ntb_netdev: Use dev_kfree_skb_any() in interrupt context TX/RX callback handlers (ntb_netdev_tx_handler(), ntb_netdev_rx_handler()) can be called in interrupt context via the DMA f...

  • EPSS 0.03%
  • Published 04.10.2025 15:16:35
  • Last modified 06.10.2025 14:56:47

In the Linux kernel, the following vulnerability has been resolved: macintosh: fix possible memory leak in macio_add_one_device() Afer commit 1fa5ae857bb1 ("driver core: get rid of struct device's bus_id string array"), the name of device is alloca...

  • EPSS 0.02%
  • Published 04.10.2025 15:16:34
  • Last modified 06.10.2025 14:56:47

In the Linux kernel, the following vulnerability has been resolved: IB/mad: Don't call to function that might sleep while in atomic context Tracepoints are not allowed to sleep, as such the following splat is generated due to call to ib_query_pkey(...

  • EPSS 0.02%
  • Published 04.10.2025 15:16:34
  • Last modified 06.10.2025 14:56:47

In the Linux kernel, the following vulnerability has been resolved: cpufreq: Init completion before kobject_init_and_add() In cpufreq_policy_alloc(), it will call uninitialed completion in cpufreq_sysfs_release() when kobject_init_and_add() fails. ...

  • EPSS 0.02%
  • Published 04.10.2025 15:16:33
  • Last modified 06.10.2025 14:56:47

In the Linux kernel, the following vulnerability has been resolved: xen/gntdev: Accommodate VMA splitting Prior to this commit, the gntdev driver code did not handle the following scenario correctly with paravirtualized (PV) Xen domains: * User pr...