CVE-2025-68228 Details
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.
A vulnerability in the Linux kernel's Direct Rendering Manager (DRM) plane handling has been addressed. The issue arose in the 'create_in_format_blob()' function, which is supposed to return a valid pointer or an error, but not NULL. A NULL return value could lead to a NULL pointer dereference, causing a system crash. The vulnerability affects the Linux kernel stable tree.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Dec 16, 2025References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/860f93f4fce1e733b8a2474f6bfa153243d775f3 | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/cead55e24cf9e092890cf51c0548eccd7569defa | kernel.org | Source CodeVendor |
Weakness Enumeration
No weakness enumeration is available for this CVE.
Affected Products
| Product | Versions |
|---|---|
| Linux kernel | All versions |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | kernel.org |
| Dec 16, 2025 | New CVE Received | kernel.org |
Volerion