Linux

Linux Kernel

12376 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Published 30.05.2024 16:15:18
  • Last modified 01.10.2025 14:08:58

In the Linux kernel, the following vulnerability has been resolved: thermal/debugfs: Free all thermal zone debug memory on zone removal Because thermal_debug_tz_remove() does not free all memory allocated for thermal zone diagnostics, some of that ...

  • EPSS 0.1%
  • Published 30.05.2024 16:15:18
  • Last modified 21.11.2024 09:22:54

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: avoid off-by-one read from userspace We try to access count + 1 byte from userspace with memdup_user(buffer, count + 1). However, the userspace only provides buffer o...

  • EPSS 0.05%
  • Published 30.05.2024 16:15:18
  • Last modified 01.10.2025 14:07:31

In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix nfsd4_encode_fattr4() crasher Ensure that args.acl is initialized early. It is used in an unconditional call to kfree() on the way out of nfsd4_encode_fattr4().

  • EPSS 0.03%
  • Published 30.05.2024 16:15:18
  • Last modified 14.01.2025 15:38:24

In the Linux kernel, the following vulnerability has been resolved: pinctrl: devicetree: fix refcount leak in pinctrl_dt_to_map() If we fail to allocate propname buffer, we need to drop the reference count we just took. Because the pinctrl_dt_free_...

  • EPSS 0.02%
  • Published 30.05.2024 16:15:17
  • Last modified 10.01.2025 18:29:29

In the Linux kernel, the following vulnerability has been resolved: pinctrl: core: delete incorrect free in pinctrl_enable() The "pctldev" struct is allocated in devm_pinctrl_register_and_init(). It's a devm_ managed pointer that is freed by devm_p...

  • EPSS 0.02%
  • Published 30.05.2024 16:15:17
  • Last modified 20.05.2025 15:16:04

In the Linux kernel, the following vulnerability has been resolved: wifi: nl80211: don't free NULL coalescing rule If the parsing fails, we can dereference a NULL pointer here.

  • EPSS 0.03%
  • Published 30.05.2024 16:15:17
  • Last modified 01.10.2025 14:01:41

In the Linux kernel, the following vulnerability has been resolved: fs/proc/task_mmu: fix loss of young/dirty bits during pagemap scan make_uffd_wp_pte() was previously doing: pte = ptep_get(ptep); ptep_modify_prot_start(ptep); pte = pte_mku...

  • EPSS 0.02%
  • Published 30.05.2024 16:15:17
  • Last modified 01.04.2025 18:35:48

In the Linux kernel, the following vulnerability has been resolved: Reapply "drm/qxl: simplify qxl_fence_wait" This reverts commit 07ed11afb68d94eadd4ffc082b97c2331307c5ea. Stephen Rostedt reports: "I went to run my tests on my VMs and the tests ...

  • EPSS 0.02%
  • Published 30.05.2024 16:15:17
  • Last modified 17.09.2025 22:20:22

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix neighbour and rtable leak in smc_ib_find_route() In smc_ib_find_route(), the neighbour found by neigh_lookup() and rtable resolved by ip_route_output_flow() are not re...

  • EPSS 0.13%
  • Published 30.05.2024 16:15:17
  • Last modified 21.11.2024 09:22:52

In the Linux kernel, the following vulnerability has been resolved: phonet: fix rtm_phonet_notify() skb allocation fill_route() stores three components in the skb: - struct rtmsg - RTA_DST (u8) - RTA_OIF (u32) Therefore, rtm_phonet_notify() shoul...