Security Advisory

CVE-2024-50284

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2024-11-19 01:30:27
Last updated 2026-05-23 15:54:58
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

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.