First published: Tue Nov 19 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix the missing xa_store error check xa_store() can fail, it return xa_err(-EINVAL) if the entry cannot be stored in an XArray, or xa_err(-ENOMEM) if memory allocation failed, so check error for xa_store() to fix it.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=5.15.145<5.16 | |
Linux Kernel | >=6.1.71<6.1.117 | |
Linux Kernel | >=6.3<6.6.61 | |
Linux Kernel | >=6.7<6.11.8 | |
Linux Kernel | =6.12-rc1 | |
Linux Kernel | =6.12-rc2 | |
Linux Kernel | =6.12-rc3 | |
Linux Kernel | =6.12-rc4 | |
Linux Kernel | =6.12-rc5 | |
Linux Kernel | =6.12-rc6 | |
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.128-1 6.12.12-1 6.12.15-1 | |
debian/linux-6.1 | 6.1.119-1~deb11u1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-50284 has not been assigned a specific severity rating yet, but it is critical to assess the impacted versions of the Linux kernel.
To fix CVE-2024-50284, you should upgrade to a patched version of the Linux kernel that addresses the vulnerability.
CVE-2024-50284 affects Linux kernel versions between 5.15.145 and 5.16, as well as numerous specific versions up to 6.12-rc6.
Currently, there is no documented workaround for CVE-2024-50284, so upgrading to a secure version is recommended.
CVE-2024-50284 involves a missing error check during the xa_store operation in the ksmbd component of the Linux kernel.