Description
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.
Published: 2026-06-08
Score: 5.5 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw lies in the Linux kernel’s handling of hugepage parameters on the boot line. When hugetlb, hugepagesz, or default_hugepagesz are supplied without an '=' separator, the command‑line parser passes a NULL pointer to the parsing routine, which then dereferences it in a string length call, causing an early crash. This vulnerability permits a denial‑of‑service condition manifested as a system halt at boot time. This is a null pointer dereference issue, classified as CWE‑476, a critical kernel reliability problem.

Affected Systems

The defect affects Linux kernel builds in general. No specific vendor or product version numbers were provided in the data, so any kernel compiled from the official Linux source tree before the fix may be impacted. Reducing risk requires confirming the kernel version and whether the patch has been applied.

Risk and Exploitability

The exploit likelihood is not quantified in EPSS, and the vulnerability is not listed in the CISA KEV catalog, implying limited public exploitation evidence at this time. Nevertheless, because the flaw triggers during the boot sequence, an attacker who can influence the boot parameters—either locally or via a compromised bootloader configuration—can force the system to crash. In environments where unattended or scheduled boot jobs are critical, the risk translates to potential downtime and service disruption. The CVSS score is 5.5. The impact is a denial of service on the target machine, but the severity is moderate. Potential mitigations include applied kernel patches and ensuring correct parameter syntax in bootloader configurations.

Generated by OpenCVE AI on June 9, 2026 at 01:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that contains the patch for CVE‑2026‑46284.
  • If an update cannot be performed immediately, verify that any hugetlb, hugepagesz, or default_hugepagesz parameters on the boot command line include an '=' separator; remove or correct any malformed entries.
  • Audit grub, systemd‑boot, and other boot‑loader configuration files to ensure no deprecated or incorrect hugepage parameters remain.

Generated by OpenCVE AI on June 9, 2026 at 01:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 09 Jun 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Low


Mon, 08 Jun 2026 17:00:00 +0000

Type Values Removed Values Added
Description 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.
Title mm/hugetlb: fix early boot crash on parameters without '=' separator
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-06-08T15:41:27.467Z

Reserved: 2026-05-13T15:03:33.110Z

Link: CVE-2026-46284

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-06-08T17:16:46.193

Modified: 2026-06-08T17:16:46.193

Link: CVE-2026-46284

cve-icon Redhat

Severity : Low

Publid Date: 2026-06-08T00:00:00Z

Links: CVE-2026-46284 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-06-09T01:30:26Z

Weaknesses