Bug 2327187 (CVE-2024-50284) - CVE-2024-50284 kernel: ksmbd: Fix the missing xa_store error check
Summary: CVE-2024-50284 kernel: ksmbd: Fix the missing xa_store error check
Keywords:
Status: NEW
Alias: CVE-2024-50284
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2327233
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-11-19 02:02 UTC by OSIDB Bzimport
Modified: 2024-11-19 13:46 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-11-19 02:02:38 UTC
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.

Comment 1 Avinash Hanwate 2024-11-19 05:08:29 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2024111945-CVE-2024-50284-650e@gregkh/T


Note You need to log in before you can comment on or make changes to this bug.