In the Linux kernel, the following vulnerability has been resolved:
usb: config: fix iteration issue in 'usb_get_bos_descriptor()'
The BOS descriptor defines a root descriptor and is the base descriptor for
accessing a family of related descriptors.
Function 'usb_get_bos_descriptor()' encounters an iteration issue when
skipping the 'USB_DT_DEVICE_CAPABILITY' descriptor type. This results in
the same descriptor being read repeatedly.
To address this issue, a 'goto' statement is introduced to ensure that the
pointer and the amount read is updated correctly. This ensures that the
function iterates to the next descriptor instead of reading the same
descriptor repeatedly.
Metrics
Affected Vendors & Products
References
History
Mon, 04 Nov 2024 15:15:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Metrics |
ssvc
|
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-05-21T15:31:00.242Z
Updated: 2024-11-04T14:52:36.483Z
Reserved: 2024-05-21T15:19:24.240Z
Link: CVE-2023-52781
Vulnrichment
Updated: 2024-08-02T23:11:35.495Z
NVD
Status : Awaiting Analysis
Published: 2024-05-21T16:15:17.023
Modified: 2024-05-21T16:53:56.550
Link: CVE-2023-52781
Redhat