CVE-2026-43124
MEDIUMpstore: ram_core: fix incorrect success return when vmap() fails
Title source: cnaDescription
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_page(start) causes the function to return a non-NULL pointer even though the mapping failed. persistent_ram_buffer_map() therefore incorrectly returns success. Subsequent access to prz->buffer may dereference an invalid address and cause crashes. Add proper NULL checking for vmap() failures.
References (8)
Core 8
Core References
Scores
CVSS v3
5.5
EPSS
0.0001
EPSS Percentile
2.4%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Details
CWE
CWE-476
Status
published
Products (39)
Linux/Linux
< 4.19
Linux/Linux
1cd01dba1355e291f636555b1920625ed58c1623
Linux/Linux
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 - 05363abc7625cf18c96e67f50673cd07f11da5e9
Linux/Linux
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 - 1da904e84de608907662ad8a51ba9c571d61e003
Linux/Linux
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 - 2c99326dc1c79b7ce3c8dd92929b5ce724ff70eb
Linux/Linux
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 - 49918dd52615097529811d21ec6074dd02ebe77c
Linux/Linux
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 - 88d5b28f63c7aac1271784e3b800ed405d1cde75
Linux/Linux
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 - 8baa234181f632cabacf73e4834a910859e9fcc9
Linux/Linux
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 - 8d849adfbc3e98417fb541620568db1a759ef441
Linux/Linux
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 - d47234840aeb4182ed3ee795c578b1dfa9cbd25b
... and 29 more
Published
May 06, 2026
Tracked Since
May 06, 2026