CVE-2026-53378

In the Linux kernel, the following vulnerability has been resolved: drm/colorop: Fix blob property reference tracking in state lifecycle The colorop state blob property handling had memory leaks during state duplication, destruction, and reset operations. The implementation failed to follow the established pattern from drm_crtc's handling of DEGAMMA/GAMMA blob properties. Issues fixed: - drm_colorop_atomic_destroy_state() was freeing state memory without releasing the blob reference, causing a leak - drm_colorop_reset() was directly freeing old state with kfree() instead of properly destroying it, leaking blob references - drm_colorop_cleanup() had duplicate blob cleanup code Changes: - Add __drm_atomic_helper_colorop_destroy_state() helper to properly release blob references before freeing state memory - Update drm_colorop_atomic_destroy_state() to call the helper - Fix drm_colorop_reset() to use drm_colorop_atomic_destroy_state() for proper cleanup of old state - Simplify drm_colorop_cleanup() to use the common destruction path This matches the well-tested pattern used by drm_crtc since 2016 and ensures proper reference counting throughout the state lifecycle. Co-developed by Claude Sonnet 4.5.
Configurations

Configuration 1 (hide)

cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*

History

29 Jul 2026, 16:58

Type Values Removed Values Added
References () https://git.kernel.org/stable/c/235b333e2878d791cee09e1e72f44611a9400114 - () https://git.kernel.org/stable/c/235b333e2878d791cee09e1e72f44611a9400114 - Patch
References () https://git.kernel.org/stable/c/271059f1d9020e9ac967524e319fbbaa22d0475b - () https://git.kernel.org/stable/c/271059f1d9020e9ac967524e319fbbaa22d0475b - Patch
CWE CWE-401
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 5.5
First Time Linux linux Kernel
Linux
CPE cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*

19 Jul 2026, 11:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-07-19 11:16

Updated : 2026-07-29 16:58


NVD link : CVE-2026-53378

Mitre link : CVE-2026-53378

CVE.ORG link : CVE-2026-53378


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-401

Missing Release of Memory after Effective Lifetime