CVE-2026-45896
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
27/05/2026
Last modified:
27/05/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
mtd: intel-dg: Fix accessing regions before setting nregions<br />
<br />
The regions array is counted by nregions, but it&#39;s set only after<br />
accessing it:<br />
<br />
[] UBSAN: array-index-out-of-bounds in drivers/mtd/devices/mtd_intel_dg.c:750:15<br />
[] index 0 is out of range for type &#39; [*]&#39;<br />
<br />
Fix it by also fixing an undesired behavior: the loop silently ignores<br />
ENOMEM and continues setting the other entries.



