CVE-2026-68236
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: set new_stream to NULL after release In dm_update_crtc_state(), the skip_modeset path releases new_stream via dc_stream_release() but does not set the pointer to NULL. If a later error (e.g., color management failure) triggers the fail label, the error path calls dc_stream_release() again on the same dangling pointer, causing a double release and potential use-after-free. Fix this by setting new_stream to NULL after the initial release. (cherry picked from commit 99f3af19073b3ddbfd96e789124cce12c4277b28)
- Affected products
- Kernel, Linux, Linux-6.12, Linux-Allwinner-5.19, Linux-Aws, Linux-Aws-5.0, Linux-Aws-5.11, Linux-Aws-5.13
- CVSS 3.1
- 7.8 HIGH
- EPSS
- 0.1% (3th percentile)
- NVD status
- Received
- Published
- 2026-08-10
No indexed exploits for CVE-2026-68236 yet
Our index is partial: it proves presence, never absence
No exploit for CVE-2026-68236 has been indexed yet. Our index is built from live traffic and upstream syncs, so this page can only say what it knows — not that no exploit exists.