CVE-2025-68228

Description

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

Risk Information

Base Score
5.5
MODERATE
Vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
EPSS Score
Exploitation Probability
0.027

Associated Vulnerability

No records found

Patch Details

No records found

References

https://nvd.nist.gov/vuln/detail/CVE-2023-1234
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-1234