Linux

Linux Kernel

12443 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Published 17.08.2024 10:15:09
  • Last modified 03.11.2025 22:18:09

In the Linux kernel, the following vulnerability has been resolved: xdp: fix invalid wait context of page_pool_destroy() If the driver uses a page pool, it creates a page pool with page_pool_create(). The reference count of page pool is 1 as defaul...

  • EPSS 0.01%
  • Published 17.08.2024 10:15:09
  • Last modified 03.11.2025 22:18:09

In the Linux kernel, the following vulnerability has been resolved: virtio_net: Fix napi_skb_cache_put warning After the commit bdacf3e34945 ("net: Use nested-BH locking for napi_alloc_cache.") was merged, the following warning began to appear: ...

  • EPSS 0.03%
  • Published 17.08.2024 10:15:09
  • Last modified 22.08.2024 15:43:26

In the Linux kernel, the following vulnerability has been resolved: net: ethtool: pse-pd: Fix possible null-deref Fix a possible null dereference when a PSE supports both c33 and PoDL, but only one of the netlink attributes is specified. The c33 or...

  • EPSS 0.03%
  • Published 17.08.2024 10:15:09
  • Last modified 03.11.2025 22:18:09

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix null pointer dereference in resolve_prog_type() for BPF_PROG_TYPE_EXT When loading a EXT program without specifying `attr->attach_prog_fd`, the `prog->aux->dst_prog` will ...

  • EPSS 0.05%
  • Published 17.08.2024 10:15:09
  • Last modified 29.10.2024 16:24:43

In the Linux kernel, the following vulnerability has been resolved: bpf: fix overflow check in adjust_jmp_off() adjust_jmp_off() incorrectly used the insn->imm field for all overflow check, which is incorrect as that should only be done or the BPF_...

  • EPSS 0.02%
  • Published 17.08.2024 10:15:09
  • Last modified 03.11.2025 22:18:09

In the Linux kernel, the following vulnerability has been resolved: bna: adjust 'name' buf size of bna_tcb and bna_ccb structures To have enough space to write all possible sprintf() args. Currently 'name' size is 16, but the first '%s' specifier m...

  • EPSS 0.03%
  • Published 17.08.2024 10:15:09
  • Last modified 03.11.2025 20:16:29

In the Linux kernel, the following vulnerability has been resolved: bpf, arm64: Fix trampoline for BPF_TRAMP_F_CALL_ORIG When BPF_TRAMP_F_CALL_ORIG is set, the trampoline calls __bpf_tramp_enter() and __bpf_tramp_exit() functions, passing them the ...

  • EPSS 0.04%
  • Published 17.08.2024 10:15:09
  • Last modified 03.11.2025 22:18:10

In the Linux kernel, the following vulnerability has been resolved: wifi: virt_wifi: avoid reporting connection success with wrong SSID When user issues a connection with a different SSID than the one virt_wifi has advertised, the __cfg80211_connec...

  • EPSS 0.02%
  • Published 17.08.2024 10:15:09
  • Last modified 03.11.2025 22:18:10

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: Fix array index mistake in rtw89_sta_info_get_iter() In rtw89_sta_info_get_iter() 'status->he_gi' is compared to array size. But then 'rate->he_gi' is used as array in...

  • EPSS 0.05%
  • Published 17.08.2024 10:15:09
  • Last modified 29.10.2024 16:29:16

In the Linux kernel, the following vulnerability has been resolved: riscv, bpf: Fix out-of-bounds issue when preparing trampoline image We get the size of the trampoline image during the dry run phase and allocate memory based on that size. The all...