CVE-2024-26828
MediumIn the Linux kernel, the following vulnerability has been resolved: cifs: fix underflow in parse_server_interfaces() In this loop, we step through the buffer and after each item we check if the size_left is greater than the minimum size we need. However, the problem is that "bytes_left" is type ssize_t while sizeof() is type size_t. That means that because of type promotion, the comparison is done as an unsigned and if we have negative bytes left the loop continues instead of ending.
CVSS 3.1 score
6.7
CVSS:3.1/AV:A/AC:L/PR:L/UI:R/S:U/C:N/I:H/A:H
Weakness type
CWE-191CVE-2024-26828 is classified as CWE-191
See CWE-191 on MITRE CWE for full details on this weakness type.
Affected versions
Linux kernel versions
4.18
and later are affected. Fixed in
6.1.79,
6.6.18,
6.7.6,
6.8
and their respective stable series.
References
4 total-
Patch
-
Patch
-
Patch
-
Patch
Frequently asked questions
-
What is CVE-2024-26828?
CVE-2024-26828 is a Medium severity Linux kernel vulnerability with a CVSS score of 6.7 out of 10 . It affects Linux kernel versions from 4.18 onward and has been patched in 6.1.79, 6.6.18, 6.7.6 and others. CVE-2024-26828 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2024-26828?
CVE-2024-26828 has a CVSS score of 6.7 out of 10, rated Medium severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:A/AC:L/PR:L/UI:R/S:U/C:N/I:H/A:H. -
Is there a patch available for CVE-2024-26828?
Yes. CVE-2024-26828 has been patched. Fixed versions include 6.1.79, 6.6.18, 6.7.6 and others. If you are running Linux kernel 4.18 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2024-26828 actively exploited?
No. CVE-2024-26828 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.