CVE-2026-43124
Published: May 6, 2026
Modified: May 23, 2026
Description
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.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected 831b624df1b420c8f9281ed1307a8db23afb72df - < d47234840aeb4182ed3ee795c578b1dfa9cbd25baffected 831b624df1b420c8f9281ed1307a8db23afb72df - < 49918dd52615097529811d21ec6074dd02ebe77caffected 831b624df1b420c8f9281ed1307a8db23afb72df - < 8baa234181f632cabacf73e4834a910859e9fcc9affected 831b624df1b420c8f9281ed1307a8db23afb72df - < 1da904e84de608907662ad8a51ba9c571d61e003affected 831b624df1b420c8f9281ed1307a8db23afb72df - < 8d849adfbc3e98417fb541620568db1a759ef441+15 more versions |
Linux | Linux | affected 4.19unaffected 0 - < 4.19unaffected 5.10.252 - <= 5.10.*unaffected 5.15.202 - <= 5.15.*unaffected 6.1.165 - <= 6.1.*+5 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now