CVE-2023-53784
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 | 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 in the Linux kernel involves the dw_hdmi driver where the wrong connector was used to pass i2c adapter information due to the embedded connector structure only being populated when explicitly requested. This caused a NULL pointer dereference when accessing the connector, which was fixed by changing the scdc functions to access the current connector pointer assigned during the bridge enablement stage.
How can this vulnerability impact me? :
The vulnerability can cause a NULL pointer dereference in the dw_hdmi driver, potentially leading to system instability or crashes when the affected code path is executed.