7.8

CVE-2023-52764

media: gspca: cpia1: shift-out-of-bounds in set_flicker

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.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
LinuxLinux Kernel Version < 4.14.331
LinuxLinux Kernel Version >= 4.15 < 4.19.300
LinuxLinux Kernel Version >= 4.20 < 5.4.262
LinuxLinux Kernel Version >= 5.5 < 5.10.202
LinuxLinux Kernel Version >= 5.11 < 5.15.140
LinuxLinux Kernel Version >= 5.16 < 6.1.64
LinuxLinux Kernel Version >= 6.2 < 6.5.13
LinuxLinux Kernel Version >= 6.6 < 6.6.3
VulnDex Vulnerability Enrichment
Diese Information steht angemeldeten Benutzern zur Verfügung. Login Login
Zu dieser CVE wurde keine Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.26% 0.168
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
nvd@nist.gov 7.8 1.8 5.9
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CWE-787 Out-of-bounds Write

The product writes data past the end, or before the beginning, of the intended buffer.

https://git.kernel.org/stable/c/099be1822d1f095433f4b08af9cc9d6308ec1953
Patch
https://git.kernel.org/stable/c/09cd8b561aa9796903710a1046957f2b112c8f26
Patch
https://git.kernel.org/stable/c/2eee8edfff90e22980a6b22079d238c3c9d323bb
Patch
https://git.kernel.org/stable/c/69bba62600bd91d6b7c1e8ca181faf8ac64f7060
Patch
https://git.kernel.org/stable/c/8f83c85ee88225319c52680792320c02158c2a9b
Patch
https://git.kernel.org/stable/c/93bddd6529f187f510eec759f37d0569243c9809
Patch
https://git.kernel.org/stable/c/a647f27a7426d2fe1b40da7c8fa2b81354a51177
Patch
https://git.kernel.org/stable/c/c6b6b8692218da73b33b310d7c1df90f115bdd9a
Patch
https://git.kernel.org/stable/c/e2d7149b913d14352c82624e723ce1c211ca06d3
Patch