CVE-2024-42258

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-42258
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-42258.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-42258
Downstream
Published
2024-08-12T15:15:20Z
Modified
2025-08-09T19:01:27Z
Severity
  • 5.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

mm: hugememory: use !CONFIG64BIT to relax huge page alignment on 32 bit machines

Yves-Alexis Perez reported commit 4ef9ad19e176 ("mm: hugememory: don't force huge page alignment on 32 bit") didn't work for x8632 [1]. It is because x8632 uses CONFIGX8632 instead of CONFIG32BIT.

!CONFIG_64BIT should cover all 32 bit machines.

[1] https://lore.kernel.org/linux-mm/CAHbLzkr1LwH3pcTgM+aGQ31ip2bKqiqEQ8=FQB+t2c3dhNKNHA@mail.gmail.com/

References

Affected packages