
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2024-42258 affects the Linux kernel's memory management subsystem, specifically related to huge page alignment on 32-bit machines. The vulnerability was discovered when Yves-Alexis Perez reported that a previous fix (commit 4ef9ad19e176) for huge page alignment on 32-bit systems didn't work correctly for x86_32 architecture (Kernel Patch).
The issue stems from the use of CONFIG_32BIT configuration option instead of the correct !CONFIG_64BIT flag in the huge memory management code. The x86_32 architecture uses CONFIG_X86_32 rather than CONFIG_32BIT, which caused the original fix to fail. The vulnerability affects Linux kernel versions from 6.8 up to (excluding) 6.10.3. The CVSS v3.1 base score is 5.5 (Medium) with vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H (NVD).
The vulnerability could lead to resource allocation issues in the Linux kernel's huge page memory management system on 32-bit architectures. This primarily affects system availability, as indicated by the CVSS scoring which shows no impact on confidentiality or integrity, but high impact on availability (NVD).
The vulnerability requires local access with low privileges and no user interaction to exploit. The attack complexity is low, suggesting that exploitation is straightforward once access is obtained (NVD).
The issue has been fixed in various Linux distributions through kernel updates. Ubuntu has released fixes in version 6.8.0-50.51 for Ubuntu 24.04 LTS and corresponding versions for other supported releases (Ubuntu). The fix involves changing the condition from IS_ENABLED(CONFIG_32BIT) to !IS_ENABLED(CONFIG_64BIT) to properly handle all 32-bit machines (Kernel Patch).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."