Linux

Linux Kernel

12474 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.05%
  • Published 26.02.2025 07:00:46
  • Last modified 25.03.2025 16:21:12

In the Linux kernel, the following vulnerability has been resolved: rxrpc: fix a race in rxrpc_exit_net() Current code can lead to the following race: CPU0 CPU1 rxrpc_exit_net() ...

  • EPSS 0.03%
  • Published 26.02.2025 07:00:46
  • Last modified 23.09.2025 18:10:14

In the Linux kernel, the following vulnerability has been resolved: dpaa2-ptp: Fix refcount leak in dpaa2_ptp_probe This node pointer is returned by of_find_compatible_node() with refcount incremented. Calling of_node_put() to aovid the refcount le...

  • EPSS 0.02%
  • Published 26.02.2025 07:00:46
  • Last modified 23.09.2025 18:11:30

In the Linux kernel, the following vulnerability has been resolved: IB/rdmavt: add lock to call to rvt_error_qp to prevent a race condition The documentation of the function rvt_error_qp says both r_lock and s_lock need to be held when calling that...

  • EPSS 0.03%
  • Published 26.02.2025 07:00:46
  • Last modified 23.09.2025 18:12:21

In the Linux kernel, the following vulnerability has been resolved: arch/arm64: Fix topology initialization for core scheduling Arm64 systems rely on store_cpu_topology() to call update_siblings_masks() to transfer the toplogy to the various cpu ma...

  • EPSS 0.03%
  • Published 26.02.2025 07:00:46
  • Last modified 23.09.2025 16:40:23

In the Linux kernel, the following vulnerability has been resolved: drm/imx: Fix memory leak in imx_pd_connector_get_modes Avoid leaking the display mode variable if of_get_drm_display_mode fails. Addresses-Coverity-ID: 1443943 ("Resource leak")

  • EPSS 0.02%
  • Published 26.02.2025 07:00:46
  • Last modified 14.10.2025 20:22:25

In the Linux kernel, the following vulnerability has been resolved: net: ipv4: fix route with nexthop object delete warning FRR folks have hit a kernel warning[1] while deleting routes[2] which is caused by trying to delete a route pointing to a ne...

  • EPSS 0.04%
  • Published 26.02.2025 07:00:46
  • Last modified 25.03.2025 16:20:55

In the Linux kernel, the following vulnerability has been resolved: skbuff: fix coalescing for page_pool fragment recycling Fix a use-after-free when using page_pool with page fragments. We encountered this problem during normal RX in the hns3 driv...

  • EPSS 0.05%
  • Published 26.02.2025 07:00:46
  • Last modified 23.09.2025 16:41:29

In the Linux kernel, the following vulnerability has been resolved: net/tls: fix slab-out-of-bounds bug in decrypt_internal The memory size of tls_ctx->rx.iv for AES128-CCM is 12 setting in tls_set_sw_offload(). The return value of crypto_aead_ivsi...

  • EPSS 0.02%
  • Published 26.02.2025 07:00:46
  • Last modified 23.09.2025 16:41:38

In the Linux kernel, the following vulnerability has been resolved: scsi: zorro7xx: Fix a resource leak in zorro7xx_remove_one() The error handling path of the probe releases a resource that is not freed in the remove function. In some cases, a ior...

  • EPSS 0.05%
  • Published 26.02.2025 07:00:45
  • Last modified 14.10.2025 20:26:33

In the Linux kernel, the following vulnerability has been resolved: mmmremap.c: avoid pointless invalidate_range_start/end on mremap(old_size=0) If an mremap() syscall with old_size=0 ends up in move_page_tables(), it will call invalidate_range_sta...