CVE-2023-53833
BaseFortify
Publication date: 2025-12-09
Last updated on: 2025-12-09
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a NULL pointer dereference in the Linux kernel's drm/i915 component. It occurs because the function intel_atomic_get_new_crtc_state can return NULL if the crtc state was not previously obtained with intel_atomic_get_crtc_state. The code did not check for this NULL return, leading to a NULL pointer dereference. The fix involves adding a check for NULL to prevent this issue.
How can this vulnerability impact me? :
A NULL pointer dereference in the kernel can cause a system crash or kernel panic, leading to denial of service. This means the system running the affected Linux kernel could become unstable or unavailable until rebooted.