Bug 2429025 (CVE-2025-68812) - CVE-2025-68812 kernel: media: iris: Add sanity check for stop streaming
Summary: CVE-2025-68812 kernel: media: iris: Add sanity check for stop streaming
Keywords:
Status: NEW
Alias: CVE-2025-68812
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-01-13 16:01 UTC by OSIDB Bzimport
Modified: 2026-01-15 04:47 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-01-13 16:01:29 UTC
In the Linux kernel, the following vulnerability has been resolved:

media: iris: Add sanity check for stop streaming

Add sanity check in iris_vb2_stop_streaming. If inst->state is
already IRIS_INST_ERROR, we should skip the stream_off operation
because it would still send packets to the firmware.

In iris_kill_session, inst->state is set to IRIS_INST_ERROR and
session_close is executed, which will kfree(inst_hfi_gen2->packet).
If stop_streaming is called afterward, it will cause a crash.

[bod: remove qcom from patch title]


Note You need to log in before you can comment on or make changes to this bug.