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 19.05.2024 11:15:49
  • Zuletzt bearbeitet 12.05.2026 12:16:42

In the Linux kernel, the following vulnerability has been resolved: pstore/zone: Add a null pointer check to the psz_kmsg_read kasprintf() returns a pointer to dynamically allocated memory which can be NULL upon failure. Ensure the allocation was s...

  • EPSS 0.03%
  • Veröffentlicht 19.05.2024 11:15:49
  • Zuletzt bearbeitet 24.09.2025 18:57:58

In the Linux kernel, the following vulnerability has been resolved: pmdomain: imx8mp-blk-ctrl: imx8mp_blk: Add fdcc clock to hdmimix domain According to i.MX8MP RM and HDMI ADD, the fdcc clock is part of hdmi rx verification IP that should not enab...

  • EPSS 0.02%
  • Veröffentlicht 19.05.2024 11:15:49
  • Zuletzt bearbeitet 03.11.2025 22:16:56

In the Linux kernel, the following vulnerability has been resolved: pmdomain: ti: Add a null pointer check to the omap_prm_domain_init devm_kasprintf() returns a pointer to dynamically allocated memory which can be NULL upon failure. Ensure the all...

  • EPSS 0.04%
  • Veröffentlicht 19.05.2024 11:15:48
  • Zuletzt bearbeitet 25.05.2024 14:15:53

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.

  • EPSS 0.02%
  • Veröffentlicht 19.05.2024 11:15:48
  • Zuletzt bearbeitet 24.09.2025 18:47:47

In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: Limit read size on v1.2 Between UCSI 1.2 and UCSI 2.0, the size of the MESSAGE_IN region was increased from 16 to 256. In order to avoid overflowing reads for old...

  • EPSS 0.03%
  • Veröffentlicht 19.05.2024 11:15:48
  • Zuletzt bearbeitet 23.09.2025 15:31:48

In the Linux kernel, the following vulnerability has been resolved: crypto: iaa - Fix async_disable descriptor leak The disable_async paths of iaa_compress/decompress() don't free idxd descriptors in the async_disable case. Currently this only happ...

  • EPSS 0.01%
  • Veröffentlicht 19.05.2024 11:15:48
  • Zuletzt bearbeitet 24.09.2025 18:38:59

In the Linux kernel, the following vulnerability has been resolved: drm: Check output polling initialized before disabling In drm_kms_helper_poll_disable() check if output polling support is initialized before disabling polling. If not flag this as...

  • EPSS 0.04%
  • Veröffentlicht 19.05.2024 11:15:48
  • Zuletzt bearbeitet 19.12.2024 12:15:06

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.

  • EPSS 0.04%
  • Veröffentlicht 19.05.2024 09:15:09
  • Zuletzt bearbeitet 07.04.2025 18:57:06

In the Linux kernel, the following vulnerability has been resolved: of: module: prevent NULL pointer dereference in vsnprintf() In of_modalias(), we can get passed the str and len parameters which would cause a kernel oops in vsnprintf() since it o...

  • EPSS 0.01%
  • Veröffentlicht 19.05.2024 09:15:08
  • Zuletzt bearbeitet 07.04.2025 18:57:42

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential UAF in smb2_is_valid_oplock_break() Skip sessions that are being teared down (status == SES_EXITING) to avoid UAF.