Canonical

Ubuntu 26.04 LTS

1872 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.17%
  • Veröffentlicht 19.07.2026 14:56:09
  • Zuletzt bearbeitet 30.07.2026 14:51:11

In the Linux kernel, the following vulnerability has been resolved: bridge: Fix sleep in atomic context in sysfs path Since the start of the git history, brport_store() always acquired the bridge lock. Back then this decision made sense: The bridge...

  • EPSS 0.17%
  • Veröffentlicht 19.07.2026 14:56:08
  • Zuletzt bearbeitet 30.07.2026 14:51:11

In the Linux kernel, the following vulnerability has been resolved: ethtool: tsinfo: don't pass ERR_PTR to genlmsg_cancel on prepare failure The goto err label leads to: genlmsg_cancel(skb, ehdr); return ret; If ethnl_tsinfo_prepare_dump() fail...

  • EPSS 0.13%
  • Veröffentlicht 19.07.2026 14:56:08
  • Zuletzt bearbeitet 30.07.2026 14:51:11

In the Linux kernel, the following vulnerability has been resolved: ethtool: coalesce: cap profile updates at NET_DIM_PARAMS_NUM_PROFILES ethnl_update_profile() walks the ETHTOOL_A_PROFILE_IRQ_MODERATION nest list with an index 'i' and writes new_p...

  • EPSS 0.13%
  • Veröffentlicht 19.07.2026 14:56:07
  • Zuletzt bearbeitet 30.07.2026 14:51:11

In the Linux kernel, the following vulnerability has been resolved: ethtool: eeprom: add more safeties to EEPROM Netlink fallback The Netlink fallback path for reading module EEPROM (fallback_set_params()) validates that offset < eeprom_len, but do...

  • EPSS 0.17%
  • Veröffentlicht 19.07.2026 14:56:06
  • Zuletzt bearbeitet 30.07.2026 14:51:11

In the Linux kernel, the following vulnerability has been resolved: net/sched: fix packet loop on netem when duplicate is on When netem duplicates a packet it re-enqueues the copy at the root qdisc. If another netem sits in the tree the copy can be...

  • EPSS 0.51%
  • Veröffentlicht 19.07.2026 14:56:06
  • Zuletzt bearbeitet 30.07.2026 14:51:11

In the Linux kernel, the following vulnerability has been resolved: ipv6: rpl: fix hdrlen overflow in ipv6_rpl_srh_decompress() ipv6_rpl_srh_decompress() computes: outhdr->hdrlen = (((n + 1) * sizeof(struct in6_addr)) >> 3); hdrlen is __u8. F...

  • EPSS 0.2%
  • Veröffentlicht 19.07.2026 14:56:05
  • Zuletzt bearbeitet 30.07.2026 14:51:11

In the Linux kernel, the following vulnerability has been resolved: net/sched: Fix ethx:ingress -> ethy:egress -> ethx:ingress mirred loop When mirred redirects to ingress (from either ingress or egress) the loop state from sched_mirred_dev array d...

  • EPSS 0.19%
  • Veröffentlicht 19.07.2026 14:56:04
  • Zuletzt bearbeitet 30.07.2026 14:51:11

In the Linux kernel, the following vulnerability has been resolved: net/sched: act_mirred: Fix blockcast recursion bypass leading to stack overflow tcf_mirred_act() checks sched_mirred_nest against MIRRED_NEST_LIMIT (4) to prevent deep recursion. ...

  • EPSS 0.6%
  • Veröffentlicht 19.07.2026 14:56:03
  • Zuletzt bearbeitet 09.08.2026 19:17:01

In the Linux kernel, the following vulnerability has been resolved: net/handshake: hand off the pinned file reference to accept_doit handshake_req_next() removes the request from the per-net pending list and drops hn_lock before handshake_nl_accept...

  • EPSS 0.44%
  • Veröffentlicht 19.07.2026 14:56:03
  • Zuletzt bearbeitet 30.07.2026 14:51:11

In the Linux kernel, the following vulnerability has been resolved: net/handshake: Use spin_lock_bh for hn_lock nvmet_tcp_state_change(), a socket callback that runs in BH context, can reach handshake_req_cancel() via nvmet_tcp_schedule_release_que...