CVE-2026-89866
Last modified
CVE-2026-89866 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: media: chips-media: wave5: Resume device before setting EOS flag Setting the EOS flag talks to the firmware via send_firmware_command(), which accesses VPU registers. Both the STREAMOFF path (wave5_vpu_dec_job_abort()) and the V4L2_DEC_CMD_STOP path (wave5_vpu_dec_stop()) can run while the device is runtime suspended, so those register accesses hit powered-down hardware and the SoC raises an asynchronous SError, panicking the kernel: SError Interrupt on CPU3, code 0x00000000bf000000 -- SError send_firmware_command+0x2c/0x160 [wave5] wave5_vpu_dec_set_bitstream_flag+0x6c/0x80 [wave5] wave5_vpu_dec_update_bitstream_buffer+0x80/0xec [wave5] wave5_vpu_dec_job_abort+0x44/0xa0 [wave5] v4l2_m2m_cancel_job+0x110/0x19c [v4l2_mem2mem] v4l2_m2m_streamoff+0x24/0x140 [v4l2_mem2mem] Resume the device with pm_runtime_resume_and_get() around the EOS firmware command and release it with pm_runtime_put_autosuspend(), matching the runtime PM handling already done in wave5_vpu_dec_device_run()..
Description
In the Linux kernel, the following vulnerability has been resolved: media: chips-media: wave5: Resume device before setting EOS flag Setting the EOS flag talks to the firmware via send_firmware_command(), which accesses VPU registers. Both the STREAMOFF path (wave5_vpu_dec_job_abort()) and the V4L2_DEC_CMD_STOP path (wave5_vpu_dec_stop()) can run while the device is runtime suspended, so those register accesses hit powered-down hardware and the SoC raises an asynchronous SError, panicking the kernel: SError Interrupt on CPU3, code 0x00000000bf000000 -- SError send_firmware_command+0x2c/0x160 [wave5] wave5_vpu_dec_set_bitstream_flag+0x6c/0x80 [wave5] wave5_vpu_dec_update_bitstream_buffer+0x80/0xec [wave5] wave5_vpu_dec_job_abort+0x44/0xa0 [wave5] v4l2_m2m_cancel_job+0x110/0x19c [v4l2_mem2mem] v4l2_m2m_streamoff+0x24/0x140 [v4l2_mem2mem] Resume the device with pm_runtime_resume_and_get() around the EOS firmware command and release it with pm_runtime_put_autosuspend(), matching the runtime PM handling already done in wave5_vpu_dec_device_run().
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 9707a6254a8a6b978bde811a44fe07d86c229d1c, < 2215e55ee1e5e69ad53862d968360c5aa63dd3a7; >= 9707a6254a8a6b978bde811a44fe07d86c229d1c, < a52e6f7923c17a672135b485ffd96fbd72f46267 |
| Linux | Linux | 6.8 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89866?
How severe is CVE-2026-89866?
How do I fix CVE-2026-89866?
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-89860In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-89861In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-89862In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89863In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89864In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89865In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89867In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89868In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89869In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8987Autel Maxi Charger Single firmware through V1.03.51 contains…8.8
- CVE-2026-89870In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89871In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-89866?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
