Canonical

Ubuntu Pro 14.04 LTS

5457 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.11%
  • Veröffentlicht 09.06.2026 12:25:57
  • Zuletzt bearbeitet 08.07.2026 16:16:52

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix rlimit for posix cpu timers Posix cpu timers requires an additional step beyond setting the rlimit. Refactor the code so its clear when what code is setting the limit...

  • EPSS 0.12%
  • Veröffentlicht 09.06.2026 12:25:54
  • Zuletzt bearbeitet 08.07.2026 20:02:54

In the Linux kernel, the following vulnerability has been resolved: dm: fix unlocked test for dm_suspended_md The function dm_blk_report_zones tests if the device is suspended with the "dm_suspended_md" call. However, this function is called withou...

  • EPSS 0.13%
  • Veröffentlicht 09.06.2026 12:25:53
  • Zuletzt bearbeitet 08.07.2026 15:53:41

In the Linux kernel, the following vulnerability has been resolved: iio: pressure: mprls0025pa: fix spi_transfer struct initialisation Make sure that the spi_transfer struct is zeroed out before use.

  • EPSS 0.35%
  • Veröffentlicht 09.06.2026 12:25:52
  • Zuletzt bearbeitet 08.07.2026 15:54:35

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix iova-to-va conversion for MR page sizes != PAGE_SIZE The current implementation incorrectly handles memory regions (MRs) with page sizes different from the system PAG...

  • EPSS 0.12%
  • Veröffentlicht 09.06.2026 12:11:16
  • Zuletzt bearbeitet 08.07.2026 16:01:14

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: use list_del_rcu for netlink hooks nft_netdev_unregister_hooks and __nft_unregister_flowtable_net_hooks need to use list_del_rcu(), this list can be walked by...

  • EPSS 0.14%
  • Veröffentlicht 09.06.2026 12:11:15
  • Zuletzt bearbeitet 08.07.2026 16:01:33

In the Linux kernel, the following vulnerability has been resolved: net: gro: don't merge zcopy skbs skb_gro_receive() can currently copy frags between the source and GRO skb, without checking the zerocopy status, and in particular the SKBFL_MANAGE...

  • EPSS 0.13%
  • Veröffentlicht 09.06.2026 12:11:14
  • Zuletzt bearbeitet 08.07.2026 16:07:40

In the Linux kernel, the following vulnerability has been resolved: tun: free page on build_skb failure in tun_xdp_one() When build_skb() fails in tun_xdp_one(), the function sets ret to -ENOMEM and jumps to the out label, which returns without fre...

  • EPSS 0.13%
  • Veröffentlicht 09.06.2026 12:11:13
  • Zuletzt bearbeitet 08.07.2026 16:23:55

In the Linux kernel, the following vulnerability has been resolved: tun: free page on short-frame rejection in tun_xdp_one() tun_xdp_one() returns -EINVAL on a frame shorter than ETH_HLEN without freeing the page that vhost_net_build_xdp() allocate...

  • EPSS 0.13%
  • Veröffentlicht 09.06.2026 12:11:12
  • Zuletzt bearbeitet 08.07.2026 21:32:40

In the Linux kernel, the following vulnerability has been resolved: net/sched: act_ct: Only release RCU read lock after ct_ft When looking up a flow table in act_ct in tcf_ct_flow_table_get(), rhashtable_lookup_fast() internally opens and closes an...

  • EPSS 0.24%
  • Veröffentlicht 09.06.2026 12:11:12
  • Zuletzt bearbeitet 08.07.2026 16:27:27

In the Linux kernel, the following vulnerability has been resolved: tap: free page on error paths in tap_get_user_xdp() tap_get_user_xdp() rejects a frame shorter than ETH_HLEN with -EINVAL, and returns -ENOMEM when build_skb() fails. Both paths ju...