CVE-2026-92480
Last modified
CVE-2026-92480 is a vulnerability of currently unknown severity. 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.
Description
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 4b828fe156a662a4b6135019bf077040340f299b, < 66da25277256b6bf4c3fdbf3c9bfd43324c9cf25; >= 4b828fe156a662a4b6135019bf077040340f299b, < d96e83d028d7d8762e424e49c671d49ac2ecf14f |
| Linux | Linux | 5.4 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-92480?
How severe is CVE-2026-92480?
How do I fix CVE-2026-92480?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-92475A weakness has been identified in GPAC 26.08-DEV. This impac…5.3
- CVE-2026-92476In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92477In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92478In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92479In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9248Authorization bypass in the entry duplication feature in Dev…2.6
- CVE-2026-92481In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92482In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92483In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92484In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92485In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92486In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-92480?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
