CVE-2026-53291 PUBLISHED

ALSA: hda/conexant: Fix missing error check for jack detection

Assigner: Linux
Reserved: 09.06.2026 Published: 26.06.2026 Updated: 26.06.2026

In the Linux kernel, the following vulnerability has been resolved:

ALSA: hda/conexant: Fix missing error check for jack detection

In cx_probe(), the return value of snd_hda_jack_detect_enable_callback() is ignored. This function returns a pointer, and if it fails (e.g., due to memory allocation failure), it returns an error pointer which must be checked using IS_ERR().

If the registration fails, the driver continues to probe, but the jack detection callback will not be registered. This can lead to a kernel crash later when the driver attempts to handle jack events or accesses the uninitialized structure.

Check the return value using IS_ERR() and propagate the error via PTR_ERR() to the probe caller.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from f13b8cb5a6920ad98b751d3134686f29810577d4 to 49c2c5924552e1d2f8b635dee663abebbb7cf63b (excl.)
  • affected from 2cb659ef0ac744545499e7c37665b276d9e405da to a2a33e87a2ffce3046c574d24eec4390c27c9365 (excl.)
  • affected from 24d748413cc4e1d97074bae1f335d32d30912f10 to d68f753d89f4ef6e410d7e8b7e8ab2fdde921b80 (excl.)
  • affected from 7aeb259086487417f0fecf66e325bee133e8813a to dd110cc00cf854a8ecd8d003127a4178c28574ea (excl.)
  • affected from 7aeb259086487417f0fecf66e325bee133e8813a to f837c7b85143a7c54140ff41ad5c076b73cd9933 (excl.)
  • affected from 7aeb259086487417f0fecf66e325bee133e8813a to 1da5c73f3793b224696617a2a21def7500ba18d6 (excl.)
  • affected from 7aeb259086487417f0fecf66e325bee133e8813a to b0e2333a231107adedd38c6fcfe1adc6162716fc (excl.)
  • Version 4a28302b2c681e3cf85e3b41231fff363c4c6a0e is affected
  • affected from 5.15.149 to 5.15.209 (excl.)
  • affected from 6.1.77 to 6.1.175 (excl.)
  • affected from 6.6.16 to 6.6.141 (excl.)
  • affected from 6.7.4 to 6.8 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 6.8 is affected
  • unaffected from 0 to 6.8 (excl.)
  • unaffected from 5.15.209 to 5.15.* (incl.)
  • unaffected from 6.1.175 to 6.1.* (incl.)
  • unaffected from 6.6.141 to 6.6.* (incl.)
  • unaffected from 6.12.91 to 6.12.* (incl.)
  • unaffected from 6.18.33 to 6.18.* (incl.)
  • unaffected from 7.0.10 to 7.0.* (incl.)
  • unaffected from 7.1 to * (incl.)

References