7 matches found
CVE-2026-43124
A flaw was found in the Linux kernel's pstore ramcore component. A local attacker could exploit a vulnerability where the persistentrambuffermap function incorrectly returns success even when the underlying vmap memory mapping operation fails. This occurs if a non-zero offset is used, leading to...
EUVD-2026-27683
In the Linux kernel, the following vulnerability has been resolved: pstore: ramcore: fix incorrect success return when vmap fails In persistentramvmap, vmap may return NULL on failure. If offset is non-zero, adding offsetinpagestart causes the function to return a non-NULL pointer even though the...
CVE-2026-43124 pstore: ram_core: fix incorrect success return when vmap() fails
In the Linux kernel, the following vulnerability has been resolved: pstore: ramcore: fix incorrect success return when vmap fails In persistentramvmap, vmap may return NULL on failure. If offset is non-zero, adding offsetinpagestart causes the function to return a non-NULL pointer even though the...
CVE-2026-43124
In the Linux kernel, the following vulnerability has been resolved: pstore: ramcore: fix incorrect success return when vmap fails In persistentramvmap, vmap may return NULL on failure. If offset is non-zero, adding offsetinpagestart causes the function to return a non-NULL pointer even though the...
CVE-2026-43124
The CVE-2026-43124 issue affects Linux kernel pstore ram_core, where persistent_ram_vmap() could return a non-NULL pointer after vmap() failed, causing persistent_ram_buffer_map() to incorrectly report success and potentially dereference an invalid address on access, leading to a crash (DoS). Roo...
CVE-2026-43124
In the Linux kernel, the following vulnerability has been resolved: pstore: ramcore: fix incorrect success return when vmap fails In persistentramvmap, vmap may return NULL on failure. If offset is non-zero, adding offsetinpagestart causes the function to return a non-NULL pointer even though the...
PT-2026-37464
In the Linux kernel, the following vulnerability has been resolved: pstore: ram core: fix incorrect success return when vmap fails In persistent ram vmap, vmap may return NULL on failure. If offset is non-zero, adding offset in pagestart causes the function to return a non-NULL pointer even thoug...