Junglewise Threat Intelligence

CVE-2026-53291: Linux kernel ALSA Conexant HDA driver missing error check in jack detection

CVE-2026-53291 · Severity: info · CVSS 0 · Published 2026-06-26

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability in the Linux kernel's audio driver for Conexant hardware could cause the system to crash. This occurs when the system fails to properly handle audio jack detection during startup, particularly under low-memory conditions. An exploit could lead to a complete system outage (denial of service).

Technical details

A vulnerability exists in the ALSA hda/conexant driver within the cx_probe() function (or patch_conexant_auto() in some versions). The driver fails to validate the return value of snd_hda_jack_detect_enable_callback() using IS_ERR(). If this function fails—typically due to memory allocation failure—the driver continues execution with an uninitialized or invalid callback structure. This leads to a kernel NULL pointer dereference or similar memory corruption when the driver later attempts to process jack events. Patches have been released across multiple stable kernel branches to implement proper error propagation.

Affected products

  • Linux Linux kernel 5.15.149 to 5.15.209, 6.1.77 to 6.1.175, 6.6.16 to 6.6.141, 6.7.4 to 6.8

Timeline

  • 2026-04-28: other: Initial patch authored
  • 2026-06-26: advisory: CVE published

References

Related threats