CVE-2026-89866: media: chips-media: wave5: Resume device before setting EOS flag

Published Sep 16, 2026
·
Updated

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 sendfirmwarecommand(), which accesses VPU registers. Both the STREAMOFF path (wave5vpudecjobabort()) and the V4L2DECCMDSTOP path (wave5vpudecstop()) 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 sendfirmwarecommand+0x2c/0x160 [wave5] wave5vpudecsetbitstreamflag+0x6c/0x80 [wave5] wave5vpudecupdatebitstreambuffer+0x80/0xec [wave5] wave5vpudecjobabort+0x44/0xa0 [wave5] v4l2m2mcanceljob+0x110/0x19c [v4l2mem2mem] v4l2m2mstreamoff+0x24/0x140 [v4l2mem2mem]

Resume the device with pmruntimeresumeandget() around the EOS firmware command and release it with pmruntimeputautosuspend(), matching the runtime PM handling already done in wave5vpudecdevicerun().

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade Linux kernel to a version that resolves this vulnerability.

    Patch media: chips-media: wave5: Resume device before setting EOS flag
  2. Operational

    Resume the device with pm_runtime_resume_and_get() around the EOS flag handling, then release it with pm_runtime_put_autosuspend() after send_firmware_command() completes (around EOS SError-triggering firmware command).

Event History

Sep 16, 2026
CVE Published
via MITRE·10:31 AM
Data Sourced
via MITRE·10:31 AM
Description

Frequently Asked Questions

1

Which systems are exposed to this issue?

Systems using the Linux kernel Wave5 media driver are exposed when the affected decoder paths can execute while the VPU device is runtime suspended. The issue is associated with STREAMOFF handling and the V4L2 decoder STOP command.

2

What triggers the kernel failure?

A local workload that stops a Wave5 decoder stream can cause the driver to set an EOS flag while the device is suspended. That operation sends a firmware command that accesses powered-down VPU registers, which can raise an asynchronous SError and panic the kernel.

3

What is the practical impact?

The documented impact is a kernel panic caused by an asynchronous SError. This is therefore a denial-of-service condition for the affected host.

4

What does the fix change?

The fix resumes the device with pm_runtime_resume_and_get() before sending the EOS firmware command, then releases it with pm_runtime_put_autosuspend(). This ensures register access occurs only while the VPU is powered.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203