CVE & CISA-KEV Catalog

CVE-2023-53788

UNSCORED

Description

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.

How to fix

Remediation Available
linuxDebian
Fixed in:5.10.178-1CVE-2023-53788
Fixed in:6.1.25-1CVE-2023-53788
Fixed in:6.1.25-1CVE-2023-53788
Fixed in:6.1.25-1CVE-2023-53788

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3.1 Vector

No CVSS vector data available.

Exploit Intelligence

0.18%probability of exploitation in 30 days
7thpercentile

Low risk: more likely to be exploited than 7% of all known CVEs.

References

Embed a live status badge for CVE-2023-53788
CVE-2023-53788 severity badge

Markdown

[![CVE-2023-53788](https://tridentstack.com/cve/badge/CVE-2023-53788.svg)](https://tridentstack.com/cve/CVE-2023-53788)

HTML

<a href="https://tridentstack.com/cve/CVE-2023-53788"><img src="https://tridentstack.com/cve/badge/CVE-2023-53788.svg" alt="CVE-2023-53788"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

Start free

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2025-12-09.