First published: Tue Jan 02 2024(Updated: )
A flaw in the Linux Kernel found. Null pointer dereference in hugetlbfs_fill_super function for hugetlbfs (HugeTLB pages). The issue presents when we attempt to update the pagesize value to an invalid size with the fsconfig syscall. This syscall will eventually call hugetlbfs_parse_param() where we will set the hstate value to null if the value passed is not a valid page size. If we then attempt to update the fs again with a fsconfig syscall, specifically with the FSCONFIG_CMD_CREATE option, we will then attempt to dereference that null pointer within hugetlbfs_fill_super() causing a panic.
Credit: secalert@redhat.com secalert@redhat.com
Affected Software | Affected Version | How to fix |
---|---|---|
Linux kernel | >=5.1<5.4.271 | |
Linux kernel | >=5.5<5.10.212 | |
Linux kernel | >=5.11<5.15.151 | |
Linux kernel | >=5.16<6.1.79 | |
Linux kernel | >=6.2<6.6.18 | |
Linux kernel | >=6.7<6.7.6 | |
Red Hat Enterprise Linux | =8.0 | |
Red Hat Enterprise Linux | =9.0 | |
IBM Security Verify Governance - Identity Manager | <=ISVG 10.0.2 | |
IBM Security Verify Governance, Identity Manager Software Stack | <=ISVG 10.0.2 | |
IBM Security Verify Governance, Identity Manager Virtual Appliance | <=ISVG 10.0.2 | |
IBM Security Verify Governance Identity Manager Container | <=ISVG 10.0.2 | |
debian/linux | 5.10.223-1 5.10.234-1 6.1.129-1 6.1.128-1 6.12.21-1 6.12.22-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-0841 is classified as a low severity vulnerability due to its specific conditions for exploitation.
To resolve CVE-2024-0841, you should update your Linux Kernel to the recommended versions or later as specified in available patches.
CVE-2024-0841 affects Linux Kernel versions from 5.1 up to 6.7.6 across various distributions.
CVE-2024-0841 does not allow for remote exploitation as it requires local access to the system.
CVE-2024-0841 impacts the hugetlbfs functionality within the Linux Kernel, specifically related to the fsconfig syscall.