CVE-2026-43405
- EPSS 0.49%
- Veröffentlicht 08.05.2026 14:21:45
- Zuletzt bearbeitet 21.05.2026 19:16:09
In the Linux kernel, the following vulnerability has been resolved: libceph: Use u32 for non-negative values in ceph_monmap_decode() This patch fixes unnecessary implicit conversions that change signedness of blob_len and num_mon in ceph_monmap_dec...
CVE-2026-43403
- EPSS 0.13%
- Veröffentlicht 08.05.2026 14:21:44
- Zuletzt bearbeitet 21.05.2026 19:23:20
In the Linux kernel, the following vulnerability has been resolved: nsfs: tighten permission checks for ns iteration ioctls Even privileged services should not necessarily be able to see other privileged service's namespaces so they can't leak info...
CVE-2026-43404
- EPSS 0.09%
- Veröffentlicht 08.05.2026 14:21:44
- Zuletzt bearbeitet 21.05.2026 19:21:22
In the Linux kernel, the following vulnerability has been resolved: mm: Fix a hmm_range_fault() livelock / starvation problem If hmm_range_fault() fails a folio_trylock() in do_swap_page, trying to acquire the lock of a device-private folio for mig...
CVE-2026-43402
- EPSS 0.46%
- Veröffentlicht 08.05.2026 14:21:43
- Zuletzt bearbeitet 21.05.2026 19:24:33
In the Linux kernel, the following vulnerability has been resolved: kthread: consolidate kthread exit paths to prevent use-after-free Guillaume reported crashes via corrupted RCU callback function pointers during KUnit testing. The crash was traced...
CVE-2026-43400
- EPSS 0.13%
- Veröffentlicht 08.05.2026 14:21:42
- Zuletzt bearbeitet 21.05.2026 19:27:02
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: add upper bound check on user inputs in signal ioctl Huge input values in amdgpu_userq_signal_ioctl can lead to a OOM and could be exploited. So check these input valu...
CVE-2026-43401
- EPSS 0.12%
- Veröffentlicht 08.05.2026 14:21:42
- Zuletzt bearbeitet 21.05.2026 19:26:06
In the Linux kernel, the following vulnerability has been resolved: cpufreq: intel_pstate: Fix NULL pointer dereference in update_cpu_qos_request() The update_cpu_qos_request() function attempts to initialize the 'freq' variable by dereferencing 'c...
CVE-2026-43399
- EPSS 0.12%
- Veröffentlicht 08.05.2026 14:21:41
- Zuletzt bearbeitet 21.05.2026 19:28:12
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/userq: Fix reference leak in amdgpu_userq_wait_ioctl Drop reference to syncobj and timeline fence when aborting the ioctl due output array being too small. (cherry pick...
CVE-2026-43397
- EPSS 0.12%
- Veröffentlicht 08.05.2026 14:21:40
- Zuletzt bearbeitet 21.05.2026 19:30:31
In the Linux kernel, the following vulnerability has been resolved: drm/bridge: samsung-dsim: Fix memory leak in error path In samsung_dsim_host_attach(), drm_bridge_add() is called to add the bridge. However, if samsung_dsim_register_te_irq() or p...
CVE-2026-43398
- EPSS 0.13%
- Veröffentlicht 08.05.2026 14:21:40
- Zuletzt bearbeitet 21.05.2026 19:29:27
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: add upper bound check on user inputs in wait ioctl Huge input values in amdgpu_userq_wait_ioctl can lead to a OOM and could be exploited. So check these input value ag...
CVE-2026-43396
- EPSS 0.12%
- Veröffentlicht 08.05.2026 14:21:39
- Zuletzt bearbeitet 21.05.2026 19:32:28
In the Linux kernel, the following vulnerability has been resolved: drm/xe/sync: Fix user fence leak on alloc failure When dma_fence_chain_alloc() fails, properly release the user fence reference to prevent a memory leak. (cherry picked from commi...