First published: Tue May 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: media: gspca: cpia1: shift-out-of-bounds in set_flicker Syzkaller reported the following issue: UBSAN: shift-out-of-bounds in drivers/media/usb/gspca/cpia1.c:1031:27 shift exponent 245 is too large for 32-bit type 'int' When the value of the variable "sd->params.exposure.gain" exceeds the number of bits in an integer, a shift-out-of-bounds error is reported. It is triggered because the variable "currentexp" cannot be left-shifted by more than the number of bits in an integer. In order to avoid invalid range during left-shift, the conditional expression is added.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
redhat/kernel | <4.14.331 | 4.14.331 |
redhat/kernel | <4.19.300 | 4.19.300 |
redhat/kernel | <5.4.262 | 5.4.262 |
redhat/kernel | <5.10.202 | 5.10.202 |
redhat/kernel | <5.15.140 | 5.15.140 |
redhat/kernel | <6.1.64 | 6.1.64 |
redhat/kernel | <6.5.13 | 6.5.13 |
redhat/kernel | <6.6.3 | 6.6.3 |
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-52764 is a vulnerability in the Linux kernel categorized as a shift-out-of-bounds issue.
To fix CVE-2023-52764, update the kernel to one of the following versions: 4.14.331, 4.19.300, 5.4.262, 5.10.202, 5.15.140, 6.1.64, 6.5.13, 6.6.3, or 6.7.
CVE-2023-52764 affects the Linux kernel and several versions of IBM Security Verify Governance products.
The impact of CVE-2023-52764 is a potential denial-of-service or possible escalation of privileges due to a shift-out-of-bounds condition.
As of now, there are no public reports indicating that CVE-2023-52764 is being actively exploited in the wild.