Linux

Linux

6776 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 01.05.2025 13:07:05
  • Zuletzt bearbeitet 06.11.2025 21:44:01

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: take paired job reference For paired jobs, have the fragment job take a reference on the geometry job, so that the geometry job cannot be freed until the fragment ...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2025 13:07:05
  • Zuletzt bearbeitet 06.11.2025 21:43:56

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: fix firmware memory leaks Free the memory used to hold the results of firmware image processing when the module is unloaded. Fix the related issue of the same mem...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 13:07:04
  • Zuletzt bearbeitet 06.11.2025 21:44:11

In the Linux kernel, the following vulnerability has been resolved: drm/virtio: Fix missed dmabuf unpinning in error path of prepare_fb() Correct error handling in prepare_fb() to fix leaking resources when error happens.

  • EPSS 0.01%
  • Veröffentlicht 01.05.2025 13:07:03
  • Zuletzt bearbeitet 06.11.2025 21:44:17

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix an out-of-bounds shift when invalidating TLB When the size of the range invalidated is larger than rounddown_pow_of_two(ULONG_MAX), The function macro roundup_pow_of_tw...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2025 13:07:02
  • Zuletzt bearbeitet 06.11.2025 21:44:26

In the Linux kernel, the following vulnerability has been resolved: mm/vma: add give_up_on_oom option on modify/merge, use in uffd release Currently, if a VMA merge fails due to an OOM condition arising on commit merge or a failure to duplicate ano...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 12:56:03
  • Zuletzt bearbeitet 06.11.2025 21:44:32

In the Linux kernel, the following vulnerability has been resolved: ublk: fix handling recovery & reissue in ublk_abort_queue() Commit 8284066946e6 ("ublk: grab request reference when the request is handled by userspace") doesn't grab request refer...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 12:56:02
  • Zuletzt bearbeitet 04.11.2025 17:59:10

In the Linux kernel, the following vulnerability has been resolved: ata: pata_pxa: Fix potential NULL pointer dereference in pxa_ata_probe() devm_ioremap() returns NULL on error. Currently, pxa_ata_probe() does not check for this case, which can re...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 12:56:01
  • Zuletzt bearbeitet 04.11.2025 18:00:21

In the Linux kernel, the following vulnerability has been resolved: tipc: fix memory leak in tipc_link_xmit In case the backlog transmit queue for system-importance messages is overloaded, tipc_link_xmit() returns -ENOBUFS but the skb list is not p...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2025 12:56:00
  • Zuletzt bearbeitet 04.11.2025 18:01:16

In the Linux kernel, the following vulnerability has been resolved: net: tls: explicitly disallow disconnect syzbot discovered that it can disconnect a TLS socket and then run into all sort of unexpected corner cases. I have a vague recollection of...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 12:55:59
  • Zuletzt bearbeitet 06.11.2025 21:27:09

In the Linux kernel, the following vulnerability has been resolved: net: libwx: handle page_pool_dev_alloc_pages error page_pool_dev_alloc_pages could return NULL. There was a WARN_ON(!page) but it would still proceed to use the NULL pointer and th...