CVE-2024-26926
MediumIn the Linux kernel, the following vulnerability has been resolved: binder: check offset alignment in binder_get_object() Commit 6d98eb95b450 ("binder: avoid potential data leakage when copying txn") introduced changes to how binder objects are copied. In doing so, it unintentionally removed an offset alignment check done through calls to binder_alloc_copy_from_buffer() -> check_buffer(). These calls were replaced in binder_get_object() with copy_from_user(), so now an explicit offset alignment check is needed here. This avoids later complications when unwinding the objects gets harder. It is worth noting this check existed prior to commit 7a67a39320df ("binder: add function to copy binder object from buffer"), likely removed due to redundancy at the time.
CVSS 3.1 score
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected versions
Linux kernel versions
5.4.226,
5.10.157,
5.15.17,
5.16.3,
5.17
and later are affected. Fixed in
5.4.275,
5.10.216,
5.15.157,
6.1.88,
6.6.29,
6.8.8,
6.9
and their respective stable series.
References
8 total-
Patch
-
Patch
-
Patch
-
Patch
-
Patch
Frequently asked questions
-
What is CVE-2024-26926?
CVE-2024-26926 is a Medium severity Linux kernel vulnerability with a CVSS score of 5.5 out of 10 . It affects Linux kernel versions from 5.4.226 onward and has been patched in 5.4.275, 5.10.216, 5.15.157 and others. CVE-2024-26926 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2024-26926?
CVE-2024-26926 has a CVSS score of 5.5 out of 10, rated Medium severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H. -
Is there a patch available for CVE-2024-26926?
Yes. CVE-2024-26926 has been patched. Fixed versions include 5.4.275, 5.10.216, 5.15.157 and others. If you are running Linux kernel 5.4.226 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2024-26926 actively exploited?
No. CVE-2024-26926 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.