Bug 2448702 (CVE-2026-23260) - CVE-2026-23260 kernel: regmap: maple: free entry on mas_store_gfp() failure
Summary: CVE-2026-23260 kernel: regmap: maple: free entry on mas_store_gfp() failure
Keywords:
Status: NEW
Alias: CVE-2026-23260
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-03-18 18:03 UTC by OSIDB Bzimport
Modified: 2026-03-18 19:22 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-03-18 18:03:32 UTC
In the Linux kernel, the following vulnerability has been resolved:

regmap: maple: free entry on mas_store_gfp() failure

regcache_maple_write() allocates a new block ('entry') to merge
adjacent ranges and then stores it with mas_store_gfp().
When mas_store_gfp() fails, the new 'entry' remains allocated and
is never freed, leaking memory.

Free 'entry' on the failure path; on success continue freeing the
replaced neighbor blocks ('lower', 'upper').


Note You need to log in before you can comment on or make changes to this bug.