CVE-2024-44966 Details
Description
In the Linux kernel, the following vulnerability has been resolved: binfmt_flat: Fix corruption when not offsetting data start Commit 04d82a6d0881 ("binfmt_flat: allow not offsetting data start") introduced a RISC-V specific variant of the FLAT format which does not allocate any space for the (obsolete) array of shared library pointers. However, it did not disable the code which initializes the array, resulting in the corruption of sizeof(long) bytes before the DATA segment, generally the end of the TEXT segment. Introduce MAX_SHARED_LIBS_UPDATE which depends on the state of CONFIG_BINFMT_FLAT_NO_DATA_START_OFFSET to guard the initialization of the shared library pointer region so that it will only be initialized if space is reserved for it.
A vulnerability in the Linux kernel's handling of the FLAT binary format for RISC-V architecture can lead to memory corruption. This issue arises because a recent change allowed skipping the initialization of shared library pointers, but the corresponding code was not disabled. As a result, data was incorrectly written before the DATA segment, typically at the end of the TEXT segment. The vulnerability affects Linux kernel versions 6.1.0 through 6.1.118, and has been addressed in version 6.1.119-1~deb11u1.
Users can upgrade to Linux kernel version 6.1.119-1~deb11u1 to address this vulnerability.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Sep 10, 2024References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| NVD-CWE-noinfo | Insufficient Information to Classify Weakness | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| linux linux kernel | >= 5.13, < 5.15.165 >= 5.16, < 6.1.106 >= 6.2, < 6.6.47 >= 6.7, < 6.10.6 6.11 rc1 6.11 rc2 6.11 rc3 |
CPE
Remediation
| |
Change History
6 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Aug 4, 2026 | CVE Modified | kernel.org |
| Jun 17, 2026 | CVE Modified | kernel.org |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Nov 3, 2025 | CVE Modified | CVE |
| Oct 4, 2024 | Initial Analysis | [email protected] |
| Sep 4, 2024 | New CVE Received | kernel.org |