Zero Day MonitorZDM
DashboardVulnerabilitiesTrendingZero-DaysNewsAbout
Login
ImpressumPrivacy Policy
Zero Day Monitor © 2026
4355 articles · 196337 vulns · 36/41 feeds (7d)
← Back to list
—
CVE-2026-53291EXPLOITEDPATCHED
linux · linux_kernel

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

Description

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.

Affected Products

VendorProductVersions
linuxlinux_kernelf13b8cb5a6920ad98b751d3134686f29810577d4, 2cb659ef0ac744545499e7c37665b276d9e405da, 24d748413cc4e1d97074bae1f335d32d30912f10, 7aeb259086487417f0fecf66e325bee133e8813a, 7aeb259086487417f0fecf66e325bee133e8813a, 7aeb259086487417f0fecf66e325bee133e8813a, 7aeb259086487417f0fecf66e325bee133e8813a, 4a28302b2c681e3cf85e3b41231fff363c4c6a0e, 5.15.149, 6.1.77, 6.6.16, 6.7.4, 6.8, 7.0.9

Also Affects

Downstream vendors/products affected by this vulnerability

VendorProductSourceConfidence
open sourceopen source linux kernelcert_advisory90%

References

  • 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

Related News (6 articles)

Tier B
CERT-FR3d ago
Multiples vulnérabilités dans le noyau Linux d'Ubuntu (21 août 2026)
→ No new info (linked only)
Tier B
CERT-FR17d ago
Multiples vulnérabilités dans le noyau Linux d'Ubuntu (07 août 2026)
→ No new info (linked only)
Tier B
BSI Advisories55d ago
[NEU] [mittel] Linux Kernel: Mehrere Schwachstellen
→ No new info (linked only)
Tier A
Microsoft MSRC56d ago
CVE-2026-53291 ALSA: hda/conexant: Fix missing error check for jack detection
→ No new info (linked only)
Tier C
VulDB58d ago
CVE-2026-53291 | Linux Kernel up to 7.0.9 ALSA cx_probe uninitialized pointer
→ No new info (linked only)
Tier C
Linux Kernel CVEs58d ago
CVE-2026-53291: ALSA: hda/conexant: Fix missing error check for jack detection
→ No new info (linked only)
CISA KEV❌ No
Actively exploited✅ Yes
Patch available
5.15.209
PublishedJun 26, 2026
Last enriched58d agov3
Trending Score44
Source articles6
Independent5
Info Completeness8/14
Missing: cvss, epss, cwe, kev, iocs, mitre_attack

Community Vote

0
Login to vote
0 upvotes0 downvotes
No votes yet

Related CVEs (5)

HIGHCVE-2026-46331EXP
net/sched: fix pedit partial COW leading to page cache corruption
Trending: 62
HIGHCVE-2026-53359EXP
KVM: x86: Fix shadow paging use-after-free due to unexpected role
Trending: 62
HIGHCVE-2026-64600EXP
xfs: resample the data fork mapping after cycling ILOCK
Trending: 54
HIGHCVE-2026-46242EXP
eventpoll: fix ep_remove struct eventpoll / struct file UAF
Trending: 49
HIGHCVE-2026-53366EXP
ipv4: account for fraggap on the paged allocation path
Trending: 47

Pin to Dashboard

Verification

State: unverified
Confidence: 0%

Vulnerability Timeline

CVE Published
Jun 26, 2026
Actively Exploited
Jun 26, 2026
Exploit Available
Jun 26, 2026
Patch Available
Jun 26, 2026
Discovered by ZDM
Jun 26, 2026
Updated: description, severity, affectedVersions
Jun 26, 2026
Updated: description, exploitAvailable, activelyExploited, patchAvailable
Jun 26, 2026

Version History

v3
Last enriched 58d ago
v3Tier C58d ago

Updated description with technical details, marked exploit available and actively exploited as true, and added affected version 5.15.149.

descriptionexploitAvailableactivelyExploitedpatchAvailable
via Linux Kernel CVEs
v2Tier C58d ago

Updated severity to CRITICAL, added affected version 7.0.9, and provided a new description with details about CVE-2026-53291.

descriptionseverityaffectedVersions
via VulDB
v158d ago

Initial creation