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.12%
  • Veröffentlicht 26.02.2025 07:01:01
  • Zuletzt bearbeitet 22.09.2025 20:53:39

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: wc938x: fix accessing array out of bounds for enum type Accessing enums using integer would result in array out of bounds access on platforms like aarch64 where sizeo...

  • EPSS 0.14%
  • Veröffentlicht 26.02.2025 07:01:01
  • Zuletzt bearbeitet 22.09.2025 20:54:52

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: rx-macro: fix accessing compander for aux AUX interpolator does not have compander, so check before accessing compander data for this. Without this checkan array of ...

  • EPSS 0.05%
  • Veröffentlicht 26.02.2025 07:01:00
  • Zuletzt bearbeitet 01.10.2025 20:15:58

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix a NULL pointer dereference in amdgpu_dm_connector_add_common_modes() In amdgpu_dm_connector_add_common_modes(), amdgpu_dm_create_common_mode() is assigned to m...

  • EPSS 0.06%
  • Veröffentlicht 26.02.2025 07:01:00
  • Zuletzt bearbeitet 22.09.2025 21:03:34

In the Linux kernel, the following vulnerability has been resolved: net: dsa: Avoid cross-chip syncing of VLAN filtering Changes to VLAN filtering are not applicable to cross-chip notifications. On a system like this: .-----. .-----. .-----. ...

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:01:00
  • Zuletzt bearbeitet 01.10.2025 20:15:58

In the Linux kernel, the following vulnerability has been resolved: ath9k_htc: fix uninit value bugs Syzbot reported 2 KMSAN bugs in ath9k. All of them are caused by missing field initialization. In htc_connect_service() svc_meta_len and pad are n...

  • EPSS 0.1%
  • Veröffentlicht 26.02.2025 07:01:00
  • Zuletzt bearbeitet 25.03.2025 15:08:09

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix UAF due to race between btf_try_get_module and load_module While working on code to populate kfunc BTF ID sets for module BTF from its initcall, I noticed that by the time...

  • EPSS 0.08%
  • Veröffentlicht 26.02.2025 07:01:00
  • Zuletzt bearbeitet 01.10.2025 20:15:59

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: wcd934x: Add missing of_node_put() in wcd934x_codec_parse_data The device_node pointer is returned by of_parse_phandle() with refcount incremented. We should use of_...

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:00:59
  • Zuletzt bearbeitet 21.10.2025 11:52:10

In the Linux kernel, the following vulnerability has been resolved: dax: make sure inodes are flushed before destroy cache A bug can be triggered by following command $ modprobe nd_pmem && modprobe -r nd_pmem [ 10.060014] BUG dax_cache (Not tai...

  • EPSS 0.11%
  • Veröffentlicht 26.02.2025 07:00:59
  • Zuletzt bearbeitet 01.10.2025 20:15:57

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: populate connector of struct dp_panel DP CTS test case 4.2.2.6 has valid edid with bad checksum on purpose and expect DP source return correct checksum. During drm edid...

  • EPSS 0.14%
  • Veröffentlicht 26.02.2025 07:00:59
  • Zuletzt bearbeitet 22.09.2025 21:01:57

In the Linux kernel, the following vulnerability has been resolved: drm/bridge: anx7625: Fix overflow issue on reading EDID The length of EDID block can be longer than 256 bytes, so we should use `int` instead of `u8` for the `edid_pos` variable.