CVE-2026-92480

Source
https://cve.org/CVERecord?id=CVE-2026-92480
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-92480.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-92480
Downstream
Published
2026-09-17T16:09:57Z
Modified
2026-09-19T03:47:29Z
Summary
scsi: ufs: core: Validate string descriptors
Details

In the Linux kernel, the following vulnerability has been resolved:

scsi: ufs: core: Validate string descriptors

The string descriptor length includes a two-byte header while the UTF-16 payload starts after it. utf16s_to_utf8s() expects a count of UTF-16 code units, not bytes. Passing the payload byte count can make it read beyond the descriptor buffer.

Validate that the payload has an even byte count, pass a code-unit count to the converter, and allocate sufficient UTF-8 output space.

The raw string buffer starts after the descriptor header but its size is bLength. Copying bLength bytes from that pointer can read beyond the response buffer.

Allocate a zeroed bLength-sized buffer and copy only the UTF-16 payload. This preserves the raw buffer size consumed by the RPMB device-ID ABI while avoiding the overread.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/92xxx/CVE-2026-92480.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
4b828fe156a662a4b6135019bf077040340f299b
Fixed
66da25277256b6bf4c3fdbf3c9bfd43324c9cf25
Fixed
d96e83d028d7d8762e424e49c671d49ac2ecf14f

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-92480.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.4.0
Fixed
7.2.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-92480.json"