Acknowledged
Created: Dec 16, 2025
Updated: Dec 18, 2025
Found In Version: 10.22.33.1
Severity: Standard
Applicable for: Wind River Linux LTS 22
Component/s: Kernel
In the Linux kernel, the following vulnerability has been resolved:[EOL][EOL]drm/sysfb: Do not dereference NULL pointer in plane reset[EOL][EOL]The plane state in __drm_gem_reset_shadow_plane() can be NULL. Do not[EOL]deref that pointer, but forward NULL to the other plane-reset helpers.[EOL]Clears plane->state to NULL.[EOL][EOL]v2:[EOL]- fix typo in commit description (Javier)