5.5
CVE-2026-53291
- EPSS 0.12%
- Veröffentlicht 26.06.2026 19:40:50
- Zuletzt bearbeitet 08.07.2026 03:53:39
- Quelle 416baaa9-dc9f-4396-8d5f-8c081f
- CVE-Watchlists
- Unerledigt
ALSA: hda/conexant: Fix missing error check for jack detection
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.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Linux ≫ Linux Kernel Version >= 5.15.149 < 5.15.209
Linux ≫ Linux Kernel Version >= 6.1.77 < 6.1.175
Linux ≫ Linux Kernel Version >= 6.6.16 < 6.6.141
Linux ≫ Linux Kernel Version >= 6.7.4 < 6.12.91
Linux ≫ Linux Kernel Version >= 6.13 < 6.18.33
Linux ≫ Linux Kernel Version >= 6.19 < 7.0.10
Linux ≫ Linux Kernel Version7.1 Updaterc1
VulnDex Vulnerability Enrichment
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.12% | 0.024 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 5.5 | 1.8 | 3.6 |
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
|
CWE-476 NULL Pointer Dereference
The product dereferences a pointer that it expects to be valid but is NULL.
https://git.kernel.org/stable/c/49c2c5924552e1d2f8b635dee663abebbb7cf63b
https://git.kernel.org/stable/c/a2a33e87a2ffce3046c574d24eec4390c27c9365
https://git.kernel.org/stable/c/d68f753d89f4ef6e410d7e8b7e8ab2fdde921b80
https://git.kernel.org/stable/c/dd110cc00cf854a8ecd8d003127a4178c28574ea
https://git.kernel.org/stable/c/f837c7b85143a7c54140ff41ad5c076b73cd9933
https://git.kernel.org/stable/c/1da5c73f3793b224696617a2a21def7500ba18d6
https://git.kernel.org/stable/c/b0e2333a231107adedd38c6fcfe1adc6162716fc