Wind River Support Network

HomeDefectsLIN1023-4860
Fixed

LIN1023-4860 : Security Advisory - linux - CVE-2024-26828

Created: Apr 17, 2024    Updated: Apr 20, 2024
Resolved Date: Apr 19, 2024
Found In Version: 10.23.30.1
Severity: Standard
Applicable for: Wind River Linux LTS 23
Component/s: Kernel

Description

In 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.

CREATE(Triage):(User=admin) CVE-2024-26828 (https://nvd.nist.gov/vuln/detail/CVE-2024-26828)

CVEs


Live chat
Online