CVE-2026-90032
Last modified
CVE-2026-90032 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: media: usbtv: keep device alive while ALSA card exists The ALSA PCM callbacks store the driver state in pcm->private_data. An open PCM file can outlive USB disconnect because usbtv_audio_free() uses snd_card_free_when_closed().
Description
In the Linux kernel, the following vulnerability has been resolved: media: usbtv: keep device alive while ALSA card exists The ALSA PCM callbacks store the driver state in pcm->private_data. An open PCM file can outlive USB disconnect because usbtv_audio_free() uses snd_card_free_when_closed(). The disconnect path can then drop the V4L2 device reference and free struct usbtv before ALSA releases the substream, so a later close dereferences freed memory in snd_usbtv_pcm_close(). Take a V4L2 device reference for the ALSA card and drop it from the card private_free callback. This keeps struct usbtv valid until ALSA has closed the remaining files and freed the card.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 63ddf68de52efaac40a9287e44266ac30e71dd36, < 97b5e8b22b98e287481a97a9a4cfebbb348738a5; >= 63ddf68de52efaac40a9287e44266ac30e71dd36, < 503be26ff888cb3576e55d251895d290e8146f27; >= 63ddf68de52efaac40a9287e44266ac30e71dd36, < be0f7745f883386e5263b4e475686a81dfa87175; >= 63ddf68de52efaac40a9287e44266ac30e71dd36, < 67374e3a00814dcdd46e9feca61f69f7f2d81957; >= 63ddf68de52efaac40a9287e44266ac30e71dd36, < 239d1683e08b2aee2a15ef35706e1ea9a76681d8; >= 63ddf68de52efaac40a9287e44266ac30e71dd36, < 7690a86b193271322cd31ab77349a87aa10858e4; >= 63ddf68de52efaac40a9287e44266ac30e71dd36, < 1618257cb0aba4ce342ae8c0228368c24161f5fb; >= 63ddf68de52efaac40a9287e44266ac30e71dd36, < fc530fe168bb2b745a93f553ad21fc25fd9cba3d |
| Linux | Linux | 3.18 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90032?
How severe is CVE-2026-90032?
How do I fix CVE-2026-90032?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-90027In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90028In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90029In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9003E-LAN Hybrid Recording System developed by TONNET has a SQL …8.7
- CVE-2026-90030In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90031In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90033In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90034In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90035In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90036In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-90037In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-90038In the Linux kernel, the following vulnerability has been re…9.8
Are you affected by CVE-2026-90032?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
