### [CVE-2025-21941](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-21941) ![](https://img.shields.io/static/v1?label=Product&message=Linux&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=3be5262e353b8ab97c528bfc7d0dd3c820e4ba27%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=4.15%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=blue) ### Description In the Linux kernel, the following vulnerability has been resolved:drm/amd/display: Fix null check for pipe_ctx->plane_state in resource_build_scaling_paramsNull pointer dereference issue could occur when pipe_ctx->plane_stateis null. The fix adds a check to ensure 'pipe_ctx->plane_state' is notnull before accessing. This prevents a null pointer dereference.Found by code review.(cherry picked from commit 63e6a77ccf239337baa9b1e7787cde9fa0462092) ### POC #### Reference No PoCs from references. #### Github - https://github.com/w4zu/Debian_security