IT

Tracker / CVE-2023-52764

CVE-2023-52764

High 7.8

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.

Affected products and versions

linux linux_kernel · … → 4.14.331
linux linux_kernel · 4.15 → 4.19.300
linux linux_kernel · 4.20 → 5.4.262
linux linux_kernel · 5.11 → 5.15.140
linux linux_kernel · 5.16 → 6.1.64
linux linux_kernel · 5.5 → 5.10.202
linux linux_kernel · 6.2 → 6.5.13
linux linux_kernel · 6.6 → 6.6.3

Analysis

This page is not indexable yet.Until it carries original analysis — what it actually exposes, how to check in two minutes whether a system was touched, what to do if it was — the page stays noindex. The database decides that, not the template.

References