Bug 2486475 (CVE-2026-46284) - CVE-2026-46284 kernel: mm/hugetlb: fix early boot crash on parameters without '=' separator
Summary: CVE-2026-46284 kernel: mm/hugetlb: fix early boot crash on parameters without...
Keywords:
Status: NEW
Alias: CVE-2026-46284
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-06-08 17:04 UTC by OSIDB Bzimport
Modified: 2026-06-08 19:48 UTC (History)
2 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-06-08 17:04:00 UTC
In the Linux kernel, the following vulnerability has been resolved:

mm/hugetlb: fix early boot crash on parameters without '=' separator

If hugepages, hugepagesz, or default_hugepagesz are specified on the
kernel command line without the '=' separator, early parameter parsing
passes NULL to hugetlb_add_param(), which dereferences it in strlen() and
can crash the system during early boot.

Reject NULL values in hugetlb_add_param() and return -EINVAL instead.


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