CVE-2024-50284EPSS p42.3%
CVE-2024-50284CVE-2024-50284
linux / linux_kernel
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.
Scoring
| CVSS | 7.5 () |
| Vector | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
| EPSS | 0.54% probability of exploitation · percentile 42.3% · 2026-08-05T12:04:55Z |
| Last modified | 2026-08-04 |