Bug 2393546 (CVE-2025-39708) - CVE-2025-39708 kernel: media: iris: Fix NULL pointer dereference
Summary: CVE-2025-39708 kernel: media: iris: Fix NULL pointer dereference
Keywords:
Status: NEW
Alias: CVE-2025-39708
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: 2025-09-05 18:05 UTC by OSIDB Bzimport
Modified: 2025-11-26 08:09 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-09-05 18:05:34 UTC
In the Linux kernel, the following vulnerability has been resolved:

media: iris: Fix NULL pointer dereference

A warning reported by smatch indicated a possible null pointer
dereference where one of the arguments to API
"iris_hfi_gen2_handle_system_error" could sometimes be null.

To fix this, add a check to validate that the argument passed is not
null before accessing its members.


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