CVE-2025-37763
- EPSS 0.18%
- 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 ...
CVE-2025-37764
- EPSS 0.17%
- 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...
CVE-2025-37761
- EPSS 0.18%
- 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...
CVE-2025-37760
- EPSS 0.17%
- 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...
CVE-2025-37759
- EPSS 0.16%
- 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...
CVE-2025-37758
- EPSS 0.17%
- 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...
CVE-2025-37757
- EPSS 0.17%
- 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...
CVE-2025-37756
- EPSS 0.28%
- Veröffentlicht 01.05.2025 12:56:00
- Zuletzt bearbeitet 07.05.2026 08:15:59
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...
CVE-2025-37755
- EPSS 0.16%
- 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...
CVE-2025-37754
- EPSS 0.19%
- Veröffentlicht 01.05.2025 12:55:58
- Zuletzt bearbeitet 06.11.2025 21:28:51
In the Linux kernel, the following vulnerability has been resolved: drm/i915/huc: Fix fence not released on early probe errors HuC delayed loading fence, introduced with commit 27536e03271da ("drm/i915/huc: track delayed HuC load with a fence"), is...