Canonical

Ubuntu 22.04 LTS

7957 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 02.03.2024 22:15:49
  • Zuletzt bearbeitet 04.04.2025 14:46:52

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: fix memleak when more than 255 elements expired When more than 255 elements expired we're supposed to switch to a new gc container structure. This never happ...

  • EPSS 0.02%
  • Veröffentlicht 02.03.2024 22:15:49
  • Zuletzt bearbeitet 16.01.2025 17:33:18

In the Linux kernel, the following vulnerability has been resolved: netfs: Only call folio_start_fscache() one time for each folio If a network filesystem using netfs implements a clamp_length() function, it can set subrequest lengths smaller than ...

  • EPSS 0.02%
  • Veröffentlicht 02.03.2024 22:15:48
  • Zuletzt bearbeitet 13.01.2025 18:57:26

In the Linux kernel, the following vulnerability has been resolved: HID: intel-ish-hid: ipc: Disable and reenable ACPI GPE bit The EHL (Elkhart Lake) based platforms provide a OOB (Out of band) service, which allows to wakup device when the system ...

  • EPSS 0.02%
  • Veröffentlicht 02.03.2024 22:15:48
  • Zuletzt bearbeitet 11.12.2024 15:16:55

In the Linux kernel, the following vulnerability has been resolved: platform/x86: think-lmi: Fix reference leak If a duplicate attribute is found using kset_find_obj(), a reference to that attribute is returned which needs to be disposed accordingl...

  • EPSS 0.01%
  • Veröffentlicht 02.03.2024 22:15:48
  • Zuletzt bearbeitet 16.09.2025 16:25:47

In the Linux kernel, the following vulnerability has been resolved: net: fix possible store tearing in neigh_periodic_work() While looking at a related syzbot report involving neigh_periodic_work(), I found that I forgot to add an annotation when d...

  • EPSS 0.01%
  • Veröffentlicht 02.03.2024 22:15:48
  • Zuletzt bearbeitet 13.01.2025 19:57:06

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Reject sk_msg egress redirects to non-TCP sockets With a SOCKMAP/SOCKHASH map and an sk_msg program user can steer messages sent from one TCP socket (s1) to actually ...

  • EPSS 0.01%
  • Veröffentlicht 02.03.2024 22:15:48
  • Zuletzt bearbeitet 13.01.2025 20:00:51

In the Linux kernel, the following vulnerability has been resolved: net: nfc: llcp: Add lock when modifying device list The device list needs its associated lock held when modifying it, or the list could become corrupted, as syzbot discovered.

  • EPSS 0.01%
  • Veröffentlicht 02.03.2024 22:15:48
  • Zuletzt bearbeitet 13.01.2025 20:39:56

In the Linux kernel, the following vulnerability has been resolved: ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data() Including the transhdrlen in length is a problem when the packet is partially filled (e.g. something like send(MSG...

  • EPSS 0.01%
  • Veröffentlicht 02.03.2024 22:15:48
  • Zuletzt bearbeitet 11.12.2024 16:27:49

In the Linux kernel, the following vulnerability has been resolved: net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg syzbot reported the following uninit-value access issue: ===================================================== B...

  • EPSS 0.01%
  • Veröffentlicht 02.03.2024 22:15:48
  • Zuletzt bearbeitet 19.03.2025 16:25:37

In the Linux kernel, the following vulnerability has been resolved: HID: sony: Fix a potential memory leak in sony_probe() If an error occurs after a successful usb_alloc_urb() call, usb_free_urb() should be called.