CVE Catalog

CVE-2026-80690

Low risk· EPSS 5%
Published: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.16%

5th percentile - higher than 5% of all known CVEs

Summary

In the Linux kernel, the SCSI UFS core driver had a bug where the hba->rpmbs list was not initialized in ufshcd_alloc_host(). If ufs_rpmb_probe() fails, a NULL pointer dereference could occur during device teardown.

Risk Assessment

The bug could lead to a system crash (NULL pointer dereference) during UFS device teardown, resulting in denial of service.

Recommendation

Install a Linux kernel patch that initializes the hba->rpmbs list in ufshcd_alloc_host() to prevent NULL dereference.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS