CVE-2026-92480: scsi: ufs: core: Validate string descriptors

Published Sep 17, 2026
·
Updated

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. utf16stoutf8s() 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.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 17, 2026
CVE Published
via MITRE·04:09 PM
Data Sourced
via MITRE·04:09 PM
Description

Frequently Asked Questions

1

What systems are exposed to this issue?

Systems using the Linux kernel UFS core and processing UFS string descriptors are exposed. The affected paths include handling of UTF-16 string descriptor payloads and the raw string buffer used by the RPMB device-ID ABI.

2

What input conditions trigger the out-of-bounds reads?

A string descriptor with a payload length handled as bytes rather than UTF-16 code units can cause the UTF-16-to-UTF-8 converter to read past the descriptor buffer. An odd-length UTF-16 payload is invalid, and copying bLength bytes from a buffer that starts after the two-byte descriptor header can also read beyond the response buffer.

3

What does the fix change?

The fix rejects string descriptor payloads whose byte length is not even, passes a UTF-16 code-unit count to the converter, and allocates enough output space for UTF-8 conversion. It also allocates a zeroed buffer sized to bLength and copies only the UTF-16 payload, preserving the RPMB device-ID ABI raw-buffer size without overreading.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203