CVE-2026-23260
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
18/03/2026
Last modified:
19/03/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
regmap: maple: free entry on mas_store_gfp() failure<br />
<br />
regcache_maple_write() allocates a new block (&#39;entry&#39;) to merge<br />
adjacent ranges and then stores it with mas_store_gfp().<br />
When mas_store_gfp() fails, the new &#39;entry&#39; remains allocated and<br />
is never freed, leaking memory.<br />
<br />
Free &#39;entry&#39; on the failure path; on success continue freeing the<br />
replaced neighbor blocks (&#39;lower&#39;, &#39;upper&#39;).



