CVE-2024-26996
- EPSS 0.01%
- Veröffentlicht 01.05.2024 06:15:17
- Zuletzt bearbeitet 04.11.2025 18:16:08
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_ncm: Fix UAF ncm object at re-bind after usb ep transport error When ncm function is working and then stop usb0 interface for link down, eth_stop() is called. At thi...
CVE-2024-26997
- EPSS 0.02%
- Veröffentlicht 01.05.2024 06:15:17
- Zuletzt bearbeitet 23.12.2025 00:46:42
In the Linux kernel, the following vulnerability has been resolved: usb: dwc2: host: Fix dereference issue in DDMA completion flow. Fixed variable dereference issue in DDMA completion flow.
CVE-2024-26998
- EPSS 0.01%
- Veröffentlicht 01.05.2024 06:15:17
- Zuletzt bearbeitet 04.11.2025 18:16:08
In the Linux kernel, the following vulnerability has been resolved: serial: core: Clearing the circular buffer before NULLifying it The circular buffer is NULLified in uart_tty_port_shutdown() under the spin lock. However, the PM or other timer bas...
CVE-2024-26999
- EPSS 0.02%
- Veröffentlicht 01.05.2024 06:15:17
- Zuletzt bearbeitet 04.11.2025 18:16:08
In the Linux kernel, the following vulnerability has been resolved: serial/pmac_zilog: Remove flawed mitigation for rx irq flood The mitigation was intended to stop the irq completely. That may be better than a hard lock-up but it turns out that yo...
CVE-2024-26985
- EPSS 0.02%
- Veröffentlicht 01.05.2024 06:15:16
- Zuletzt bearbeitet 04.11.2025 18:16:02
In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix bo leak in intel_fb_bo_framebuffer_init Add a unreference bo in the error path, to prevent leaking a bo ref. Return 0 on success to clarify the success path. (cherry ...
CVE-2024-26986
- EPSS 0.01%
- Veröffentlicht 01.05.2024 06:15:16
- Zuletzt bearbeitet 04.11.2025 18:16:03
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix memory leak in create_process failure Fix memory leak due to a leaked mmget reference on an error handling code path that is triggered when attempting to create KFD...
CVE-2024-26987
- EPSS 0.02%
- Veröffentlicht 01.05.2024 06:15:16
- Zuletzt bearbeitet 04.11.2025 18:16:04
In the Linux kernel, the following vulnerability has been resolved: mm/memory-failure: fix deadlock when hugetlb_optimize_vmemmap is enabled When I did hard offline test with hugetlb pages, below deadlock occurs: ==================================...
CVE-2024-26988
- EPSS 0.01%
- Veröffentlicht 01.05.2024 06:15:16
- Zuletzt bearbeitet 23.12.2025 00:50:13
In the Linux kernel, the following vulnerability has been resolved: init/main.c: Fix potential static_command_line memory overflow We allocate memory of size 'xlen + strlen(boot_command_line) + 1' for static_command_line, but the strings copied int...
CVE-2024-26989
- EPSS 0.01%
- Veröffentlicht 01.05.2024 06:15:16
- Zuletzt bearbeitet 04.11.2025 18:16:07
In the Linux kernel, the following vulnerability has been resolved: arm64: hibernate: Fix level3 translation fault in swsusp_save() On arm64 machines, swsusp_save() faults if it attempts to access MEMBLOCK_NOMAP memory ranges. This can be reproduce...
CVE-2024-26990
- EPSS 0.01%
- Veröffentlicht 01.05.2024 06:15:16
- Zuletzt bearbeitet 04.11.2025 18:16:07
In the Linux kernel, the following vulnerability has been resolved: KVM: x86/mmu: Write-protect L2 SPTEs in TDP MMU when clearing dirty status Check kvm_mmu_page_ad_need_write_protect() when deciding whether to write-protect or clear D-bits on TDP ...