cbcvebase.
CVE-2023-53788
published 2025-12-09

CVE-2023-53788: In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/ca0132: fixup buffer overrun at tuning_ctl_set() tuning_ctl_set() might have…

PriorityP422medium6.1
EPSS
0.19%
8.6th percentile
In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/ca0132: fixup buffer overrun at tuning_ctl_set() tuning_ctl_set() might have buffer overrun at (X) if it didn't break from loop by matching (A). static int tuning_ctl_set(...) { for (i = 0; i < TUNING_CTLS_COUNT; i++) (A) if (nid == ca0132_tuning_ctls[i].nid) break; snd_hda_power_up(...); (X) dspio_set_param(..., ca0132_tuning_ctls[i].mid, ...); snd_hda_power_down(...); ^ return 1; } We will get below error by cppcheck sound/pci/hda/patch_ca0132.c:4229:2: note: After for loop, i has value 12 for (i = 0; i < TUNING_CTLS_COUNT; i++) ^ sound/pci/hda/patch_ca0132.c:4234:43: note: Array index out of bounds dspio_set_param(codec, ca0132_tuning_ctls[i].mid, 0x20, ^ This patch cares non match case.

Affected

21 ranges
VendorProductVersion rangeFixed in
debianlinux< linux 6.1.25-1 (bookworm)linux 6.1.25-1 (bookworm)
linuxlinux
linuxlinux>= 44f0c9782cc6ab71ea947f8f710a46f2078a151c < ff5e8b49348f6a550c136b74efaf8b3c1d3ceaeaff5e8b49348f6a550c136b74efaf8b3c1d3ceaea
linuxlinux>= 44f0c9782cc6ab71ea947f8f710a46f2078a151c < 3590498117a11aa1f92a97e8a04d95320e347ebd3590498117a11aa1f92a97e8a04d95320e347ebd
linuxlinux>= 44f0c9782cc6ab71ea947f8f710a46f2078a151c < 7f12f99b8017ad5ed5aff4b0aefe3bb7bbdf8a997f12f99b8017ad5ed5aff4b0aefe3bb7bbdf8a99
linuxlinux>= 44f0c9782cc6ab71ea947f8f710a46f2078a151c < baef27176ea5fdc7ad0947e2dc7733855e35db71baef27176ea5fdc7ad0947e2dc7733855e35db71
linuxlinux>= 44f0c9782cc6ab71ea947f8f710a46f2078a151c < d23f65f08247068576a01e28b297e995b7dc3965d23f65f08247068576a01e28b297e995b7dc3965
linuxlinux>= 44f0c9782cc6ab71ea947f8f710a46f2078a151c < 32854bc91ae7debcdefdc7ae881ed83385a0479232854bc91ae7debcdefdc7ae881ed83385a04792
linuxlinux>= 44f0c9782cc6ab71ea947f8f710a46f2078a151c < 734a3deb6614e3597e7e9ef7fb6006c593c5ee18734a3deb6614e3597e7e9ef7fb6006c593c5ee18
linuxlinux>= 44f0c9782cc6ab71ea947f8f710a46f2078a151c < 98e5eb110095ec77cb6d775051d181edbf9cd3cf98e5eb110095ec77cb6d775051d181edbf9cd3cf
linuxlinux_kernel>= 0 < 5.10.178-15.10.178-1
linuxlinux_kernel>= 0 < 6.1.25-16.1.25-1
linuxlinux_kernel>= 0 < 6.1.25-16.1.25-1
linuxlinux_kernel>= 0 < 6.1.25-16.1.25-1
linuxlinux_kernel>= 3.9.0 < 4.14.3124.14.312
linuxlinux_kernel>= 4.15.0 < 4.19.2804.19.280
linuxlinux_kernel>= 4.20.0 < 5.4.2405.4.240
linuxlinux_kernel>= 5.11.0 < 5.15.1065.15.106
linuxlinux_kernel>= 5.16.0 < 6.1.236.1.23
linuxlinux_kernel>= 5.5.0 < 5.10.1775.10.177
linuxlinux_kernel>= 6.2.0 < 6.2.106.2.10
Stop checking back — get the weekly exploitation signal.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.