- EPSS 0.15%
- Veröffentlicht 15.08.2026 05:59:26
- Zuletzt bearbeitet 17.08.2026 06:19:37
In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix leak when pinning ubuf pages When pin_user_pages_fast() returns fewer pages than requested, the pages that were successfully pinned are not released, leading to ...
- EPSS 0.16%
- Veröffentlicht 15.08.2026 05:59:25
- Zuletzt bearbeitet 17.08.2026 06:19:37
In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: dw_dp: Switch to drmm_kzalloc() Driver makes use of drmm_encoder_init() to initialize the encoder and automatically handle the cleanup by registering drm_encoder_clea...
- EPSS 0.15%
- Veröffentlicht 15.08.2026 05:59:25
- Zuletzt bearbeitet 17.08.2026 06:19:37
In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: inno-hdmi: Switch to drmm_kzalloc() Driver makes use of drmm_encoder_init() to initialize the encoder and automatically handle the cleanup by registering drm_encoder_...
CVE-2026-74419
- EPSS 0.15%
- Veröffentlicht 15.08.2026 05:59:24
- Zuletzt bearbeitet 17.08.2026 06:19:37
In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Adjust size for copy_to_user() The amount of data returned to user space should be limited by the buffer size provided by the application. If the buffer is smaller t...
- EPSS 0.16%
- Veröffentlicht 15.08.2026 05:59:24
- Zuletzt bearbeitet 17.08.2026 06:19:37
In the Linux kernel, the following vulnerability has been resolved: drm/gpusvm: Reject VMAs with VM_IO or VM_PFNMAP when creating SVM ranges VMAs marked with VM_IO or VM_PFNMAP are not backed by struct page objects, which GPUSVM requires in order t...
- EPSS 0.15%
- Veröffentlicht 15.08.2026 05:59:23
- Zuletzt bearbeitet 17.08.2026 06:19:37
In the Linux kernel, the following vulnerability has been resolved: dma-fence: Fix potential tracepoint null pointer dereferences Trace_dma_fence_signaled, trace_dma_fence_wait_end and trace_dma_fence_destroy can all currently dereference a null fe...
- EPSS 0.18%
- Veröffentlicht 15.08.2026 05:59:22
- Zuletzt bearbeitet 17.08.2026 06:19:37
In the Linux kernel, the following vulnerability has been resolved: drm/radeon: fix memory leak in radeon_ring_restore() on lock failure radeon_ring_restore() takes ownership of the data buffer allocated by radeon_ring_backup(). The caller (radeon_...
CVE-2026-74417
- EPSS 0.16%
- Veröffentlicht 15.08.2026 05:59:22
- Zuletzt bearbeitet 17.08.2026 06:19:37
In the Linux kernel, the following vulnerability has been resolved: drm/radeon: fix integer overflow in radeon_align_pitch() radeon_align_pitch() has the same kind of overflow issue as the old amdgpu helper: both the alignment round-up add and the ...
- EPSS 0.16%
- Veröffentlicht 15.08.2026 05:59:21
- Zuletzt bearbeitet 17.08.2026 06:19:36
In the Linux kernel, the following vulnerability has been resolved: spi: atcspi200: fix use-after-free when driver unbind DMA resource is initialized after SPI controller registration. So when driver unbind, this can trigger a use-after-free when D...
CVE-2026-74413
- EPSS 0.17%
- Veröffentlicht 15.08.2026 05:59:20
- Zuletzt bearbeitet 17.08.2026 06:19:36
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: fix wrong pci_get_drvdata type in AER handlers rtw89 stores an ieee80211_hw pointer via pci_set_drvdata() at probe time, but io_error_detected() and io_resume() retrie...