CVE-2023-53714
BaseFortify
Publication date: 2025-10-22
Last updated on: 2025-10-22
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 in the Linux kernel's drm/stm ltdc driver. Specifically, in the function ltdc_crtc_set_crc_source(), a struct drm_crtc pointer was dereferenced before it was checked for validity. This improper order could lead to a kernel panic, which is a system crash. The issue was fixed by correcting the pointer check order to prevent dereferencing a potentially invalid pointer.
How can this vulnerability impact me? :
This vulnerability can cause a kernel panic, which means the Linux system could crash unexpectedly. Such crashes can lead to system downtime, potential data loss, and disruption of services relying on the affected kernel component.