Security Advisory

CVE-2025-68228

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2025-12-16 13:57:21
Last updated 2026-05-11 21:49:18
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: drm/plane: Fix create_in_format_blob() return value create_in_format_blob() is either supposed to return a valid pointer or an error, but never NULL. The caller will dereference the blob when it is not an error, and thus will oops if NULL returned. Return proper error values in the failure cases.