CVE-2026-43124
Severity CVSS v4.0:
Pending analysis
Type:
CWE-476
NULL Pointer Dereference
Publication date:
06/05/2026
Last modified:
08/05/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
pstore: ram_core: fix incorrect success return when vmap() fails<br />
<br />
In persistent_ram_vmap(), vmap() may return NULL on failure.<br />
<br />
If offset is non-zero, adding offset_in_page(start) causes the function<br />
to return a non-NULL pointer even though the mapping failed.<br />
persistent_ram_buffer_map() therefore incorrectly returns success.<br />
<br />
Subsequent access to prz->buffer may dereference an invalid address<br />
and cause crashes.<br />
<br />
Add proper NULL checking for vmap() failures.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 3.16.62 (including) | 5.10.252 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.11 (including) | 5.15.202 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (including) | 6.1.165 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (including) | 6.6.128 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (including) | 6.12.75 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.18.16 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 6.19.6 (excluding) |
To consult the complete list of CPE names with products and versions, see this page
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/05363abc7625cf18c96e67f50673cd07f11da5e9
- https://git.kernel.org/stable/c/1da904e84de608907662ad8a51ba9c571d61e003
- https://git.kernel.org/stable/c/2c99326dc1c79b7ce3c8dd92929b5ce724ff70eb
- https://git.kernel.org/stable/c/49918dd52615097529811d21ec6074dd02ebe77c
- https://git.kernel.org/stable/c/88d5b28f63c7aac1271784e3b800ed405d1cde75
- https://git.kernel.org/stable/c/8baa234181f632cabacf73e4834a910859e9fcc9
- https://git.kernel.org/stable/c/8d849adfbc3e98417fb541620568db1a759ef441
- https://git.kernel.org/stable/c/d47234840aeb4182ed3ee795c578b1dfa9cbd25b



