3 matches found
PT-2026-30032
In the Linux kernel, the following vulnerability has been resolved: drm/xe/reg sr: Fix leak on xa store failure Free the newly allocated entry when xa store fails to avoid a memory leak on the error path. v2: use goto fail free. Bala cherry picked from commit 6bc6fec71ac45f52db609af4e62bdb96b9f5f...
PT-2026-20452
Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel’s ksmbd module contains a synchronization issue within the ksmbd chann list xarray. This lack of synchronization can lead to a use-after-free condition in multi-channel...
AZL-53715 CVE-2024-50284 affecting package kernel 5.15.200.1-1
In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix the missing xastore error check xastore can fail, it return xaerr-EINVAL if the entry cannot be stored in an XArray, or xaerr-ENOMEM if memory allocation failed, so check error for xastore to fix it...