Canonical

Ubuntu Pro 20.04 LTS

3682 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 21.10.2024 20:15:06
  • Zuletzt bearbeitet 25.10.2024 20:09:39

In the Linux kernel, the following vulnerability has been resolved: PCI: mt7621: Add sentinel to quirks table Current driver is missing a sentinel in the struct soc_device_attribute array, which causes an oops when assessed by the soc_device_match(...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:06
  • Zuletzt bearbeitet 25.10.2024 20:07:48

In the Linux kernel, the following vulnerability has been resolved: rtc: cmos: Fix event handler registration ordering issue Because acpi_install_fixed_event_handler() enables the event automatically on success, it is incorrect to call it before th...

  • EPSS 0.03%
  • Veröffentlicht 21.10.2024 19:15:05
  • Zuletzt bearbeitet 17.02.2025 12:15:26

In the Linux kernel, the following vulnerability has been resolved: x86/mm/ident_map: Use gbpages only where full GB page should be mapped. When ident_pud_init() uses only GB pages to create identity maps, large ranges of addresses not actually req...

  • EPSS 0.03%
  • Veröffentlicht 21.10.2024 19:15:04
  • Zuletzt bearbeitet 03.11.2025 23:16:40

In the Linux kernel, the following vulnerability has been resolved: cpufreq: Avoid a bad reference count on CPU node In the parse_perf_domain function, if the call to of_parse_phandle_with_args returns an error, then the reference to the CPU device...

  • EPSS 0.05%
  • Veröffentlicht 21.10.2024 19:15:04
  • Zuletzt bearbeitet 05.01.2026 11:17:22

In the Linux kernel, the following vulnerability has been resolved: ext4: fix access to uninitialised lock in fc replay path The following kernel trace can be triggered with fstest generic/629 when executed against a filesystem with fast-commit fea...

  • EPSS 0.02%
  • Veröffentlicht 21.10.2024 19:15:04
  • Zuletzt bearbeitet 12.05.2026 13:16:15

In the Linux kernel, the following vulnerability has been resolved: ext4: dax: fix overflowing extents beyond inode size when partially writing The dax_iomap_rw() does two things in each iteration: map written blocks and copy user data to blocks. I...

  • EPSS 0.02%
  • Veröffentlicht 21.10.2024 18:15:19
  • Zuletzt bearbeitet 28.10.2024 16:23:44

In the Linux kernel, the following vulnerability has been resolved: bpftool: Fix undefined behavior in qsort(NULL, 0, ...) When netfilter has no entry to display, qsort is called with qsort(NULL, 0, ...). This results in undefined behavior, as UBSa...

  • EPSS 0.02%
  • Veröffentlicht 21.10.2024 18:15:19
  • Zuletzt bearbeitet 28.10.2024 16:38:50

In the Linux kernel, the following vulnerability has been resolved: ksmbd: add refcnt to ksmbd_conn struct When sending an oplock break request, opinfo->conn is used, But freed ->conn can be used on multichannel. This patch add a reference count to...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 18:15:19
  • Zuletzt bearbeitet 03.11.2025 20:16:34

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix double free issue during amdgpu module unload Flexible endpoints use DIGs from available inflexible endpoints, so only the encoders of inflexible links need to...

  • EPSS 0.03%
  • Veröffentlicht 21.10.2024 18:15:19
  • Zuletzt bearbeitet 28.10.2024 16:42:56

In the Linux kernel, the following vulnerability has been resolved: drm/xe/hdcp: Check GSC structure validity Sometimes xe_gsc is not initialized when checked at HDCP capability check. Add gsc structure check to avoid null pointer error.