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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-11-19 02:16
Updated : 2024-11-27 16:20
NVD link : CVE-2024-50284
Mitre link : CVE-2024-50284
CVE.ORG link : CVE-2024-50284
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-754
Improper Check for Unusual or Exceptional Conditions