Linux

Linux Kernel

12378 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 29.07.2024 16:15:04
  • Zuletzt bearbeitet 03.11.2025 22:17:33

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: avoid using null object of framebuffer Instead of using state->fb->obj[0] directly, get object from framebuffer by calling drm_gem_fb_get_obj() and return error code wh...

  • EPSS 0.01%
  • Veröffentlicht 29.07.2024 16:15:04
  • Zuletzt bearbeitet 21.11.2024 09:32:13

In the Linux kernel, the following vulnerability has been resolved: drm/fbdev-dma: Only set smem_start is enable per module option Only export struct fb_info.fix.smem_start if that is required by the user and the memory does not come from vmalloc()...

  • EPSS 0.01%
  • Veröffentlicht 29.07.2024 16:15:04
  • Zuletzt bearbeitet 03.11.2025 22:17:33

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_ld_modes In nv17_tv_get_ld_modes(), the return value of drm_mode_duplicate() is assigned to mode, which will lead ...

  • EPSS 0.01%
  • Veröffentlicht 29.07.2024 16:15:04
  • Zuletzt bearbeitet 03.11.2025 22:17:33

In the Linux kernel, the following vulnerability has been resolved: PCI/MSI: Fix UAF in msi_capability_init KFENCE reports the following UAF: BUG: KFENCE: use-after-free read in __pci_enable_msi_range+0x2c0/0x488 Use-after-free read at 0x000000...

  • EPSS 0.01%
  • Veröffentlicht 29.07.2024 16:15:04
  • Zuletzt bearbeitet 03.11.2025 22:17:34

In the Linux kernel, the following vulnerability has been resolved: usb: atm: cxacru: fix endpoint checking in cxacru_bind() Syzbot is still reporting quite an old issue [1] that occurs due to incomplete checking of present usb endpoints. As such, ...

  • EPSS 0.01%
  • Veröffentlicht 29.07.2024 16:15:04
  • Zuletzt bearbeitet 03.11.2025 22:17:34

In the Linux kernel, the following vulnerability has been resolved: ata: libata-core: Fix null pointer dereference on error If the ata_port_alloc() call in ata_host_alloc() fails, ata_host_release() will get called. However, the code in ata_host_r...

  • EPSS 0%
  • Veröffentlicht 29.07.2024 16:15:03
  • Zuletzt bearbeitet 03.11.2025 22:16:31

In the Linux kernel, the following vulnerability has been resolved: net: can: j1939: enhanced error handling for tightly received RTS messages in xtp_rx_rts_session_new This patch enhances error handling in scenarios with RTS (Request to Send) mess...

  • EPSS 0.01%
  • Veröffentlicht 29.07.2024 16:15:03
  • Zuletzt bearbeitet 21.11.2024 09:32:12

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix netfs_page_mkwrite() to check folio->mapping is valid Fix netfs_page_mkwrite() to check that folio->mapping is valid once it has taken the folio lock (as filemap_page_mk...

  • EPSS 0.01%
  • Veröffentlicht 29.07.2024 16:15:03
  • Zuletzt bearbeitet 21.11.2024 09:32:12

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Avoid null pointer dereference in region lookup cxl_dpa_to_region() looks up a region based on a memdev and DPA. It wrongly assumes an endpoint found mapping the DPA is...

  • EPSS 0.01%
  • Veröffentlicht 29.07.2024 16:15:03
  • Zuletzt bearbeitet 21.11.2024 09:32:12

In the Linux kernel, the following vulnerability has been resolved: cxl/mem: Fix no cxl_nvd during pmem region auto-assembling When CXL subsystem is auto-assembling a pmem region during cxl endpoint port probing, always hit below calltrace. BUG: ...