UNKNOWN NVD
CVE-2026-93120
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: configfs: fix out-of-bounds read of qw_sign os_desc_qw_sign_show() passes OS_
In the Linux kernel, the following vulnerability has been resolved:
usb: gadget: configfs: fix out-of-bounds read of qw_sign
os_desc_qw_sign_show() passes OS_STRING_QW_SIGN_LEN as the input
length to utf16s_to_utf8s(), but that argument counts UTF-16 code
units while OS_STRING_QW_SIGN_LEN (14) is the byte size of qw_sign[].
The array holds only OS_STRING_QW_SIGN_LEN / 2 (7) code units, so the
conversion reads up to 7 units (14 bytes) past the end of qw_sign[]
into the following members of struct gadget_info when the stored
signature fills the array without a NUL terminator, exposing those
bytes through the configfs attribute.
The store path halves the count for its input bound but passes the
full byte count as the utf8s_to_utf16s() output limit; use the
destination code-unit count in both directions.
References
- https://git.kernel.org/stable/c/36315a330e067f7773196940552feacb1debbef1
- https://git.kernel.org/stable/c/7e94cb967778e074411940db4db97f22ed77560c
- https://git.kernel.org/stable/c/9b45125501aad2dff7730970461b455b0e0658ee
- https://git.kernel.org/stable/c/a28c486434634f6d1e120711d2b09f3eddea6c98
- https://git.kernel.org/stable/c/afbf39c0f2297c6abef6d670a82a2079b0836191
This unknown severity vulnerability was published on 2026-09-17 via NVD.
vulnfeed aggregates 13500 vulnerabilities from NVD, CISA KEV,
Ubuntu, Debian, Red Hat, Kubernetes, Exploit-DB, OSS-Security, GitHub and OpenStack — updated every 4 hours.