cbcvebase.
CVE-2026-23352
published 2026-03-25

CVE-2026-23352: In the Linux kernel, the following vulnerability has been resolved: x86/efi: defer freeing of boot services memory efi_free_boot_services() frees memory…

PriorityP420medium5.5CVSS 3.1
AVLACLPRLUINSUCNINAH
EPSS
0.13%
2.6th percentile
In the Linux kernel, the following vulnerability has been resolved: x86/efi: defer freeing of boot services memory efi_free_boot_services() frees memory occupied by EFI_BOOT_SERVICES_CODE and EFI_BOOT_SERVICES_DATA using memblock_free_late(). There are two issue with that: memblock_free_late() should be used for memory allocated with memblock_alloc() while the memory reserved with memblock_reserve() should be freed with free_reserved_area(). More acutely, with CONFIG_DEFERRED_STRUCT_PAGE_INIT=y efi_free_boot_services() is called before deferred initialization of the memory map is complete. Benjamin Herrenschmidt reports that this causes a leak of ~140MB of RAM on EC2 t3a.nano instances which only have 512MB or RAM. If the freed memory resides in the areas that memory map for them is still uninitialized, they won't be actually freed because memblock_free_late() calls memblock_free_pages() and the latter skips uninitialized pages. Using free_reserved_area() at this point is also problematic because __free_page() accesses the buddy of the freed page and that again might end up in uninitialized part of the memory map. Delaying the entire efi_free_boot_services() could be problematic because in addition to freeing boot services memory it updates efi.memmap without any synchronization and that's undesirable late in boot when there is concurrency. More robust approach is to only defer freeing of the EFI boot services memory. Split efi_free_boot_services() in two. First efi_unmap_boot_services() collects ranges that should be freed into an array then efi_free_boot_services() later frees them after deferred init is complete.

Affected

67 ranges· showing 25
VendorProductVersion rangeFixed in
debianlinux< linux 6.19.8-1 (forky)linux 6.19.8-1 (forky)
linuxlinux
linuxlinux>= 0aed459e8487eb6ebdb4efe8cefe1eafbc704b30 < 4a2cb90c538f06c873a187aa743575d48685d7a64a2cb90c538f06c873a187aa743575d48685d7a6
linuxlinux>= 2.6.39.1 < 2.6.39.22.6.39.2
linuxlinux>= 916f676f8dc016103f983c7ec54c18ecdbb6e349 < 7131bd1fecc749bc94fb44aae217bbd8a8a852647131bd1fecc749bc94fb44aae217bbd8a8a85264
linuxlinux>= 916f676f8dc016103f983c7ec54c18ecdbb6e349 < 6d8ba221e7aafaa2f284b7d22faee814c28e009d6d8ba221e7aafaa2f284b7d22faee814c28e009d
linuxlinux>= 916f676f8dc016103f983c7ec54c18ecdbb6e349 < 227688312fece0026fc67a00ba9a0b3611ebe95d227688312fece0026fc67a00ba9a0b3611ebe95d
linuxlinux>= 916f676f8dc016103f983c7ec54c18ecdbb6e349 < 6a25e25279282c5c8ade554c04c6ab9dc7902c646a25e25279282c5c8ade554c04c6ab9dc7902c64
linuxlinux>= 916f676f8dc016103f983c7ec54c18ecdbb6e349 < 399da820ecfe6f4f10c143e5c453d3559a04db9c399da820ecfe6f4f10c143e5c453d3559a04db9c
linuxlinux>= 916f676f8dc016103f983c7ec54c18ecdbb6e349 < f9e9cc320854a76a39e7bc92d144554f3a727fadf9e9cc320854a76a39e7bc92d144554f3a727fad
linuxlinux>= 916f676f8dc016103f983c7ec54c18ecdbb6e349 < 7dcf59422a3b0d20ddda844f856b4a1e0608a3267dcf59422a3b0d20ddda844f856b4a1e0608a326
linuxlinux>= 916f676f8dc016103f983c7ec54c18ecdbb6e349 < a4b0bf6a40f3c107c67a24fbc614510ef5719980a4b0bf6a40f3c107c67a24fbc614510ef5719980
linuxlinux_kernel
linuxlinux_kernel
linuxlinux_kernel
linuxlinux_kernel>= 0 < 6.19.8-16.19.8-1
linuxlinux_kernel>= 0 < 2.6.39.22.6.39.2
linuxlinux_kernel>= 2.7.0 < 6.1.1676.1.167
linuxlinux_kernel>= 3.0.0 < 6.6.1306.6.130
linuxlinux_kernel>= 3.0.1 < 5.10.2535.10.253
linuxlinux_kernel>= 5.11 < 5.15.2035.15.203
linuxlinux_kernel>= 5.16 < 6.1.1676.1.167
linuxlinux_kernel>= 6.13 < 6.18.176.18.17
linuxlinux_kernel>= 6.13.0 < 6.19.76.19.7
linuxlinux_kernel>= 6.19 < 6.19.76.19.7

CVSS provenance

nvdv3.15.5MEDIUMCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
vendor_msrc7.1HIGH
vendor_ubuntu7.1HIGH
vendor_redhat5.5LOW
Stop checking back — get the weekly exploitation signal.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.