SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-80690

UNKNOWN · CVSS N/A EPSS 0.15%

Source: NVD + CISA KEV + EPSS · Published 2026-08-28 · Last synced 2026-09-20

CyberRota Analysis

AI-Generated

A 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.

CVE
CVE-2026-80690
Severity
UNKNOWN
CVSS
N/A
EPSS
0.15%
Linux

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.