CVE-2023-53788
published 2025-12-09CVE-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
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | linux | < linux 6.1.25-1 (bookworm) | linux 6.1.25-1 (bookworm) |
| linux | linux | — | — |
| linux | linux | >= 44f0c9782cc6ab71ea947f8f710a46f2078a151c < ff5e8b49348f6a550c136b74efaf8b3c1d3ceaea | ff5e8b49348f6a550c136b74efaf8b3c1d3ceaea |
| linux | linux | >= 44f0c9782cc6ab71ea947f8f710a46f2078a151c < 3590498117a11aa1f92a97e8a04d95320e347ebd | 3590498117a11aa1f92a97e8a04d95320e347ebd |
| linux | linux | >= 44f0c9782cc6ab71ea947f8f710a46f2078a151c < 7f12f99b8017ad5ed5aff4b0aefe3bb7bbdf8a99 | 7f12f99b8017ad5ed5aff4b0aefe3bb7bbdf8a99 |
| linux | linux | >= 44f0c9782cc6ab71ea947f8f710a46f2078a151c < baef27176ea5fdc7ad0947e2dc7733855e35db71 | baef27176ea5fdc7ad0947e2dc7733855e35db71 |
| linux | linux | >= 44f0c9782cc6ab71ea947f8f710a46f2078a151c < d23f65f08247068576a01e28b297e995b7dc3965 | d23f65f08247068576a01e28b297e995b7dc3965 |
| linux | linux | >= 44f0c9782cc6ab71ea947f8f710a46f2078a151c < 32854bc91ae7debcdefdc7ae881ed83385a04792 | 32854bc91ae7debcdefdc7ae881ed83385a04792 |
| linux | linux | >= 44f0c9782cc6ab71ea947f8f710a46f2078a151c < 734a3deb6614e3597e7e9ef7fb6006c593c5ee18 | 734a3deb6614e3597e7e9ef7fb6006c593c5ee18 |
| linux | linux | >= 44f0c9782cc6ab71ea947f8f710a46f2078a151c < 98e5eb110095ec77cb6d775051d181edbf9cd3cf | 98e5eb110095ec77cb6d775051d181edbf9cd3cf |
| linux | linux_kernel | >= 0 < 5.10.178-1 | 5.10.178-1 |
| linux | linux_kernel | >= 0 < 6.1.25-1 | 6.1.25-1 |
| linux | linux_kernel | >= 0 < 6.1.25-1 | 6.1.25-1 |
| linux | linux_kernel | >= 0 < 6.1.25-1 | 6.1.25-1 |
| linux | linux_kernel | >= 3.9.0 < 4.14.312 | 4.14.312 |
| linux | linux_kernel | >= 4.15.0 < 4.19.280 | 4.19.280 |
| linux | linux_kernel | >= 4.20.0 < 5.4.240 | 5.4.240 |
| linux | linux_kernel | >= 5.11.0 < 5.15.106 | 5.15.106 |
| linux | linux_kernel | >= 5.16.0 < 6.1.23 | 6.1.23 |
| linux | linux_kernel | >= 5.5.0 < 5.10.177 | 5.10.177 |
| linux | linux_kernel | >= 6.2.0 < 6.2.10 | 6.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.
GHSA
GHSA-m6p4-729v-8g7c: In the Linux kernel, the following vulnerability has been resolved:
ALSA: hda/ca0132: fixup buffer overrun at tuning_ctl_set()
tuning_ctl_set() migh
ghsa_unreviewed·2025-12-09
CVE-2023-53788 GHSA-m6p4-729v-8g7c: In the Linux kernel, the following vulnerability has been resolved:
ALSA: hda/ca0132: fixup buffer overrun at tuning_ctl_set()
tuning_ctl_set() migh
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.
OSV
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
osv·2025-12-09
CVE-2023-53788 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
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.
OSV
ALSA: hda/ca0132: fixup buffer overrun at tuning_ctl_set()
osv·2025-12-09
CVE-2023-53788 ALSA: hda/ca0132: fixup buffer overrun at tuning_ctl_set()
ALSA: hda/ca0132: fixup buffer overrun at tuning_ctl_set()
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].m
Red Hat
kernel: ALSA: hda/ca0132: fixup buffer overrun at tuning_ctl_set()
vendor_redhat·2025-12-09·CVSS 6.1
CVE-2023-53788 [MEDIUM] CWE-129 kernel: ALSA: hda/ca0132: fixup buffer overrun at tuning_ctl_set()
kernel: ALSA: hda/ca0132: fixup buffer overrun at tuning_ctl_set()
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].mi
Debian
CVE-2023-53788: linux - In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/c...
vendor_debian·2023
CVE-2023-53788 CVE-2023-53788: linux - In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/c...
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.
Scope: local
bookworm:
No detection rules found.
No public exploits indexed.
https://git.kernel.org/stable/c/32854bc91ae7debcdefdc7ae881ed83385a04792https://git.kernel.org/stable/c/3590498117a11aa1f92a97e8a04d95320e347ebdhttps://git.kernel.org/stable/c/734a3deb6614e3597e7e9ef7fb6006c593c5ee18https://git.kernel.org/stable/c/7f12f99b8017ad5ed5aff4b0aefe3bb7bbdf8a99https://git.kernel.org/stable/c/98e5eb110095ec77cb6d775051d181edbf9cd3cfhttps://git.kernel.org/stable/c/baef27176ea5fdc7ad0947e2dc7733855e35db71https://git.kernel.org/stable/c/d23f65f08247068576a01e28b297e995b7dc3965https://git.kernel.org/stable/c/ff5e8b49348f6a550c136b74efaf8b3c1d3ceaea
2025-12-09
Published