CVE-2024-53197: ALSA: usb-audio: Fix potential out-of-bound accesses for Extigy and Mbox devices
In the Linux kernel, the following vulnerability has been resolved:
ALSA: usb-audio: Fix potential out-of-bound accesses for Extigy and Mbox devices
A bogus device can provide a bNumConfigurations value that exceeds the
initial value used in usb_get_configuration for allocating dev->config.
This can lead to out-of-bounds accesses later, e.g. in
usb_destroy_configuration.
Security readout for executives and security teams
Plain-English summary
A malicious or bogus USB audio device can trigger out-of-bounds memory access in the Linux kernel's USB audio handling. Successful exploitation could affect confidentiality, integrity, and availability. Because CISA lists this CVE in KEV, treat it as actively exploited and prioritize exposed Linux systems.
Executive priority
High. This is a kernel memory-safety issue with high potential impact and CISA KEV status. Prioritize Linux endpoints and physically accessible systems first, then complete standard kernel patching across the fleet.
Technical view
The flaw is in ALSA usb-audio handling for Extigy and Mbox-related paths. A device can report a bNumConfigurations value larger than the allocation made by usb_get_configuration, causing later out-of-bounds access such as during usb_destroy_configuration. The CVSS vector is local, low complexity, low privileges, no user interaction, with high CIA impact.
Likely exposure
Exposure is most relevant for Linux systems running affected kernel versions that allow local users or environments to attach USB devices, especially workstations, kiosks, labs, and servers with accessible USB ports. Systems without practical USB device exposure still require kernel review, but immediate exploitation paths are less clear from the bundle.
Exploitation context
CISA KEV listing supports active exploitation status. The provided sources do not include exploit details, public proof-of-concept information, or observed campaign context. The attack surface appears local and device-mediated, based on the CVSS vector and kernel description.
Researcher notes
The bundle supports an out-of-bounds access in Linux ALSA usb-audio caused by inconsistent USB configuration counts. Evidence identifies stable kernel fixes and Debian LTS advisories, but does not provide exploit mechanics, affected distro package ranges beyond listed kernel versions, or campaign details.
Mitigation direction
Apply vendor or distribution kernel updates containing the stable fixes.
Review Debian LTS advisories if running Debian-based systems.
Restrict use of untrusted USB devices on Linux systems.
Physically control USB access on high-risk endpoints and kiosks.
Reboot systems after kernel updates where required.
Track remediation under KEV-driven vulnerability management.
Validation and detection
Inventory Linux kernel versions across endpoints and servers.
Check whether affected systems allow USB audio devices.
Confirm installed kernels include the referenced stable commits or vendor backports.
Verify patched systems boot into the updated kernel.
Review asset priority for public, shared, or physically accessible systems.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-787: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
Exploitation: activeAutomatable: noTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-787 · source CWE mapping
Out-of-bounds Write
Out-of-bounds Write represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.