Canonical

Ubuntu 24.04 LTS

6644 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.17%
  • Veröffentlicht 06.03.2025 17:15:21
  • Zuletzt bearbeitet 31.10.2025 16:29:41

In the Linux kernel, the following vulnerability has been resolved: media: nuvoton: Fix an error check in npcm_video_ece_init() When function of_find_device_by_node() fails, it returns NULL instead of an error code. So the corresponding error check...

  • EPSS 0.21%
  • Veröffentlicht 06.03.2025 17:15:21
  • Zuletzt bearbeitet 03.11.2025 20:17:02

In the Linux kernel, the following vulnerability has been resolved: KVM: Explicitly verify target vCPU is online in kvm_get_vcpu() Explicitly verify the target vCPU is fully online _prior_ to clamping the index in kvm_get_vcpu(). If the index is "...

  • EPSS 0.18%
  • Veröffentlicht 06.03.2025 17:15:21
  • Zuletzt bearbeitet 12.05.2026 13:16:27

In the Linux kernel, the following vulnerability has been resolved: tomoyo: don't emit warning in tomoyo_write_control() syzbot is reporting too large allocation warning at tomoyo_write_control(), for one can write a very very long line without new...

  • EPSS 0.17%
  • Veröffentlicht 06.03.2025 17:15:20
  • Zuletzt bearbeitet 03.11.2025 20:17:01

In the Linux kernel, the following vulnerability has been resolved: clk: qcom: gcc-sm6350: Add missing parent_map for two clocks If a clk_rcg2 has a parent, it should also have parent_map defined, otherwise we'll get a NULL pointer dereference when...

  • EPSS 0.17%
  • Veröffentlicht 06.03.2025 16:15:55
  • Zuletzt bearbeitet 31.10.2025 16:17:29

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: don't flush non-uploaded STAs If STA state is pre-moved to AUTHORIZED (such as in IBSS scenarios) and insertion fails, the station is freed. In this case, the drive...

  • EPSS 0.16%
  • Veröffentlicht 06.03.2025 16:15:54
  • Zuletzt bearbeitet 30.10.2025 18:49:46

In the Linux kernel, the following vulnerability has been resolved: bpf: Cancel the running bpf_timer through kworker for PREEMPT_RT During the update procedure, when overwrite element in a pre-allocated htab, the freeing of old_element is protecte...

  • EPSS 0.18%
  • Veröffentlicht 06.03.2025 16:15:54
  • Zuletzt bearbeitet 12.05.2026 13:16:37

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: reject mismatching sum of field_len with set key length The field length description provides the length of each separated key field in the concatenation, eac...

  • EPSS 0.17%
  • Veröffentlicht 06.03.2025 16:15:53
  • Zuletzt bearbeitet 03.11.2025 20:17:00

In the Linux kernel, the following vulnerability has been resolved: OPP: fix dev_pm_opp_find_bw_*() when bandwidth table not initialized If a driver calls dev_pm_opp_find_bw_ceil/floor() the retrieve bandwidth from the OPP table but the bandwidth t...

  • EPSS 0.21%
  • Veröffentlicht 06.03.2025 16:15:53
  • Zuletzt bearbeitet 03.11.2025 20:17:01

In the Linux kernel, the following vulnerability has been resolved: rtc: pcf85063: fix potential OOB write in PCF85063 NVMEM read The nvmem interface supports variable buffer sizes, while the regmap interface operates with fixed-size storage. If an...

  • EPSS 0.13%
  • Veröffentlicht 06.03.2025 16:15:53
  • Zuletzt bearbeitet 01.10.2025 20:18:12

In the Linux kernel, the following vulnerability has been resolved: bpf: bpf_local_storage: Always use bpf_mem_alloc in PREEMPT_RT In PREEMPT_RT, kmalloc(GFP_ATOMIC) is still not safe in non preemptible context. bpf_mem_alloc must be used in PREEMP...