Canonical

Ubuntu 24.04 LTS

5749 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 19.08.2025 17:15:36
  • Zuletzt bearbeitet 07.01.2026 18:44:49

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent infinite loop in rt6_nlmsg_size() While testing prior patch, I was able to trigger an infinite loop in rt6_nlmsg_size() in the following place: list_for_each_entry_r...

  • EPSS 0.02%
  • Veröffentlicht 19.08.2025 17:15:36
  • Zuletzt bearbeitet 26.11.2025 17:58:27

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Remove skb secpath if xfrm state is not found Hardware returns a unique identifier for a decrypted packet's xfrm state, this state is looked up in an xarray. However, th...

  • EPSS 0.01%
  • Veröffentlicht 19.08.2025 17:15:36
  • Zuletzt bearbeitet 17.03.2026 16:09:47

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject narrower access to pointer ctx fields The following BPF program, simplified from a syzkaller repro, causes a kernel warning: r0 = *(u8 *)(r1 + 169); exit; Wit...

  • EPSS 0.03%
  • Veröffentlicht 19.08.2025 17:15:35
  • Zuletzt bearbeitet 09.01.2026 13:57:09

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix KMSAN uninit-value in extent_info usage KMSAN reported a use of uninitialized value in `__is_extent_mergeable()` and `__is_back_mergeable()` via the read extent tree pat...

  • EPSS 0.02%
  • Veröffentlicht 19.08.2025 17:15:35
  • Zuletzt bearbeitet 09.01.2026 13:55:19

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Fix crash when rebind ccp device for ccp.ko When CONFIG_CRYPTO_DEV_CCP_DEBUGFS is enabled, rebinding the ccp device causes the following crash: $ echo '0000:0a:00.2'...

  • EPSS 0.03%
  • Veröffentlicht 19.08.2025 17:15:35
  • Zuletzt bearbeitet 26.11.2025 19:58:53

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix double destruction of rsv_qp rsv_qp may be double destroyed in error flow, first in free_mr_init(), and then in hns_roce_exit(). Fix it by moving the free_mr_init() c...

  • EPSS 0.03%
  • Veröffentlicht 19.08.2025 17:15:35
  • Zuletzt bearbeitet 09.01.2026 13:53:54

In the Linux kernel, the following vulnerability has been resolved: clk: xilinx: vcu: unregister pll_post only if registered correctly If registration of pll_post is failed, it will be set to NULL or ERR, unregistering same will fail with following...

  • EPSS 0.03%
  • Veröffentlicht 19.08.2025 17:15:35
  • Zuletzt bearbeitet 17.05.2026 16:16:14

In the Linux kernel, the following vulnerability has been resolved: padata: Fix pd UAF once and for all There is a race condition/UAF in padata_reorder that goes back to the initial commit. A reference count is taken at the start of the process in...

  • EPSS 0.03%
  • Veröffentlicht 19.08.2025 17:15:35
  • Zuletzt bearbeitet 26.11.2025 17:57:33

In the Linux kernel, the following vulnerability has been resolved: staging: media: atomisp: Fix stack buffer overflow in gmin_get_var_int() When gmin_get_config_var() calls efi.get_variable() and the EFI variable is larger than the expected buffer...

  • EPSS 0.02%
  • Veröffentlicht 19.08.2025 17:15:34
  • Zuletzt bearbeitet 09.01.2026 13:53:12

In the Linux kernel, the following vulnerability has been resolved: ipv6: reject malicious packets in ipv6_gso_segment() syzbot was able to craft a packet with very long IPv6 extension headers leading to an overflow of skb->transport_header. This ...