Security Advisory

CVE-2025-39708

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-09-05 17:21:15
Last updated 2026-05-11 21:34:43
Assigner Linux
State PUBLISHED

Description

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.