CyberRota Analysis
AI-GeneratedA vulnerability in the Linux kernel affects the UFS (Universal Flash Storage) subsystem, where a failure in the ufs_rpmb_probe() function can lead to a NULL pointer dereference during device teardown. This flaw could potentially cause system crashes or instability in environments utilizing UFS devices. Organizations using Linux systems with UFS storage should prioritize applying the relevant updates to mitigate this risk.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Initialize hba->rpmbs list in ufshcd Initialize the hba->rpmbs list in ufshcd_alloc_host() to prevent NULL pointer dereference in the device teardown path if ufs_rpmb_probe() fails.