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.
References
Configurations
Configuration 1 (hide)
|
History
08 Jul 2026, 03:53
| Type | Values Removed | Values Added |
|---|---|---|
| First Time |
Linux linux Kernel
Linux |
|
| CWE | CWE-476 | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:* |
|
| References | () https://git.kernel.org/stable/c/1da5c73f3793b224696617a2a21def7500ba18d6 - Patch | |
| References | () https://git.kernel.org/stable/c/49c2c5924552e1d2f8b635dee663abebbb7cf63b - Patch | |
| References | () https://git.kernel.org/stable/c/a2a33e87a2ffce3046c574d24eec4390c27c9365 - Patch | |
| References | () https://git.kernel.org/stable/c/b0e2333a231107adedd38c6fcfe1adc6162716fc - Patch | |
| References | () https://git.kernel.org/stable/c/d68f753d89f4ef6e410d7e8b7e8ab2fdde921b80 - Patch | |
| References | () https://git.kernel.org/stable/c/dd110cc00cf854a8ecd8d003127a4178c28574ea - Patch | |
| References | () https://git.kernel.org/stable/c/f837c7b85143a7c54140ff41ad5c076b73cd9933 - Patch |
26 Jun 2026, 20:17
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-06-26 20:17
Updated : 2026-07-08 03:53
NVD link : CVE-2026-53291
Mitre link : CVE-2026-53291
CVE.ORG link : CVE-2026-53291
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference
