First published: Tue May 21 2024(Updated: )
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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
redhat/kernel | <5.10.203 | 5.10.203 |
redhat/kernel | <5.15.142 | 5.15.142 |
redhat/kernel | <6.1.66 | 6.1.66 |
redhat/kernel | <6.6.4 | 6.6.4 |
redhat/kernel | <6.7 | 6.7 |
IBM Security Verify Governance - Identity Manager | <=ISVG 10.0.2 | |
IBM Security Verify Governance, Identity Manager Software Stack | <=ISVG 10.0.2 | |
IBM Security Verify Governance, Identity Manager Virtual Appliance | <=ISVG 10.0.2 | |
IBM Security Verify Governance Identity Manager Container | <=ISVG 10.0.2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-52781 has been classified with a medium severity level due to the potential impact on USB descriptor handling in the Linux kernel.
To fix CVE-2023-52781, update your kernel to versions 5.10.203, 5.15.142, 6.1.66, 6.6.4, or 6.7 depending on your system.
Systems running specific versions of the Linux kernel and IBM Security Verify Governance products are affected by CVE-2023-52781.
CVE-2023-52781 affects the USB subsystem, specifically how the kernel handles the iteration of BOS descriptors.
CVE-2023-52781 does not appear to be directly exploitable remotely, but it could lead to local privilege escalation if successfully leveraged.