Canonical

Ubuntu Pro 18.04 LTS

4807 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.07%
  • Veröffentlicht 01.05.2026 14:15:17
  • Zuletzt bearbeitet 07.05.2026 20:26:58

In the Linux kernel, the following vulnerability has been resolved: net/x25: Fix potential double free of skb When alloc_skb fails in x25_queue_rx_frame it calls kfree_skb(skb) at line 48 and returns 1 (error). This error propagates back through th...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2026 14:15:16
  • Zuletzt bearbeitet 07.05.2026 20:25:52

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix incorrect pruning due to atomic fetch precision tracking When backtrack_insn encounters a BPF_STX instruction with BPF_ATOMIC and BPF_FETCH, the src register (or r0 for BP...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2026 14:15:16
  • Zuletzt bearbeitet 07.05.2026 20:26:12

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject sleepable kprobe_multi programs at attach time kprobe.multi programs run in atomic/RCU context and cannot sleep. However, bpf_kprobe_multi_link_attach() did not validat...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2026 14:15:15
  • Zuletzt bearbeitet 07.05.2026 20:24:50

In the Linux kernel, the following vulnerability has been resolved: gpio: qixis-fpga: Fix error handling for devm_regmap_init_mmio() devm_regmap_init_mmio() returns an ERR_PTR() on failure, not NULL. The original code checked for NULL which would n...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2026 14:15:14
  • Zuletzt bearbeitet 12.05.2026 19:32:36

In the Linux kernel, the following vulnerability has been resolved: io_uring/rsrc: reject zero-length fixed buffer import validate_fixed_range() admits buf_addr at the exact end of the registered region when len is zero, because the check uses stri...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2026 14:15:14
  • Zuletzt bearbeitet 07.05.2026 20:24:32

In the Linux kernel, the following vulnerability has been resolved: accel/qaic: Handle DBC deactivation if the owner went away When a DBC is released, the device sends a QAIC_TRANS_DEACTIVATE_FROM_DEV transaction to the host over the QAIC_CONTROL M...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2026 14:15:13
  • Zuletzt bearbeitet 12.05.2026 19:27:29

In the Linux kernel, the following vulnerability has been resolved: hwmon: (tps53679) Fix array access with zero-length block read i2c_smbus_read_block_data() can return 0, indicating a zero-length read. When this happens, tps53679_identify_chip() ...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2026 14:15:12
  • Zuletzt bearbeitet 12.05.2026 18:06:12

In the Linux kernel, the following vulnerability has been resolved: spi: stm32-ospi: Fix resource leak in remove() callback The remove() callback returned early if pm_runtime_resume_and_get() failed, skipping the cleanup of spi controller and other...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2026 14:15:10
  • Zuletzt bearbeitet 12.05.2026 19:26:31

In the Linux kernel, the following vulnerability has been resolved: drm/xe/xe_pagefault: Disallow writes to read-only VMAs The page fault handler should reject write/atomic access to read only VMAs. Add code to handle this in xe_pagefault_service ...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2026 14:15:09
  • Zuletzt bearbeitet 11.05.2026 20:47:03

In the Linux kernel, the following vulnerability has been resolved: spi: amlogic: spifc-a4: unregister ECC engine on probe failure and remove() callback aml_sfc_probe() registers the on-host NAND ECC engine, but teardown was missing from both probe...