CVE-2026-89890
Last modified
CVE-2026-89890 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: media: go7007: defer the ALSA v4l2 put until card release go7007_snd_init() already takes a v4l2_device reference for the ALSA side, but go7007_snd_remove() drops it immediately after calling snd_card_free_when_closed(). That is too early when a userspace process still has the capture PCM open. The ALSA card and its PCM callbacks remain alive until the last file is closed, so the release path can still reach struct go7007 through pcm->private_data and call go7007_snd_hw_free() after the V4L2 release path has freed the object. Move the matching v4l2_device_put() to the ALSA card private_free callback so the existing ALSA reference covers the whole deferred card lifetime..
Description
In the Linux kernel, the following vulnerability has been resolved: media: go7007: defer the ALSA v4l2 put until card release go7007_snd_init() already takes a v4l2_device reference for the ALSA side, but go7007_snd_remove() drops it immediately after calling snd_card_free_when_closed(). That is too early when a userspace process still has the capture PCM open. The ALSA card and its PCM callbacks remain alive until the last file is closed, so the release path can still reach struct go7007 through pcm->private_data and call go7007_snd_hw_free() after the V4L2 release path has freed the object. Move the matching v4l2_device_put() to the ALSA card private_free callback so the existing ALSA reference covers the whole deferred card lifetime.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= d5d3a7cc127d096c22ad63c4ff72970e1beb22ef, < 1c57d1a3396b2d767d58f10dff09bb397586c714; >= d5d3a7cc127d096c22ad63c4ff72970e1beb22ef, < 9c4f9628b8558c87903492a777834cc5be14ded3; >= d5d3a7cc127d096c22ad63c4ff72970e1beb22ef, < b7a0de398ad510426db9c8e96c516ef7abf48b0e; >= d5d3a7cc127d096c22ad63c4ff72970e1beb22ef, < 1c9fdd9465211432d5c0ff70caaec0be245823d5; >= d5d3a7cc127d096c22ad63c4ff72970e1beb22ef, < 29fe4d38fb59ec28ca656cb2dabc2b0f78e78980; >= d5d3a7cc127d096c22ad63c4ff72970e1beb22ef, < 0745a59945d927652d892437f9647ed6e87c0677; >= d5d3a7cc127d096c22ad63c4ff72970e1beb22ef, < e6f1a1ac9b8ccabfec548aef0d0d93eaf4dba4f4; >= d5d3a7cc127d096c22ad63c4ff72970e1beb22ef, < 1bd456afeb8a515137e567967069fce6f8fcd23e |
| Linux | Linux | 3.10 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89890?
How severe is CVE-2026-89890?
How do I fix CVE-2026-89890?
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-89885In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-89886In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89887In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89888In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89889In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8989Autel Maxi Charger Single firmware through V1.03.51 permits …6.8
- CVE-2026-89891In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89892In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89893In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89894In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89895In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89896In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-89890?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
