CVE-2026-89892
Last modified
CVE-2026-89892 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: media: em28xx: defer audio-only extension registration The audio-only path registers extensions while probing the primary device. For a dual-TS board, this happens before dev_next is created. The duplicate device inherits is_audio_only and is then independently inserted into em28xx_devlist. The list is intended to contain only primary devices: extension operations reach the secondary device through dev_next.
Description
In the Linux kernel, the following vulnerability has been resolved: media: em28xx: defer audio-only extension registration The audio-only path registers extensions while probing the primary device. For a dual-TS board, this happens before dev_next is created. The duplicate device inherits is_audio_only and is then independently inserted into em28xx_devlist. The list is intended to contain only primary devices: extension operations reach the secondary device through dev_next. The independently linked secondary can be freed during disconnect while its list node remains reachable, resulting in a use-after-free. Defer audio-only extension registration to the module-request work item. It runs only after probing has completed construction of the optional secondary device, so only the primary is registered and extension callbacks reach the secondary through dev_next.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 4a089668ef22c295ed4997289cc48446c849249c, < 0da1e627f4fc9d0e947fdae90913042120878923; >= 4a089668ef22c295ed4997289cc48446c849249c, < f8d7e77d9c621b42a191c67a9b37bec23dc1d555; >= 4a089668ef22c295ed4997289cc48446c849249c, < 1abe9524dec0fd26e9ceb8d586034d6f68dd8273; >= 4a089668ef22c295ed4997289cc48446c849249c, < 4e11c45dfdc72ab656067b1df8fcebaf52fd4715; >= 4a089668ef22c295ed4997289cc48446c849249c, < d06067ee32620f272cfb80c7bc7c572ad4e74724; >= 4a089668ef22c295ed4997289cc48446c849249c, < f9322ac9f862961d7f377b87ec26c8565af7e073; >= 4a089668ef22c295ed4997289cc48446c849249c, < 4666197ca4f7d80cd3b0292054fe45d76be9ba04; >= 4a089668ef22c295ed4997289cc48446c849249c, < 95f76f51937fdfb0fc1e14cae606b1ef574a56f3 |
| Linux | Linux | 4.17 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89892?
How severe is CVE-2026-89892?
How do I fix CVE-2026-89892?
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-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-89890In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89891In 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…
- CVE-2026-89897In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89898In the Linux kernel, the following vulnerability has been re…8.8
Are you affected by CVE-2026-89892?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
