CVE-2023-54186
Use-After-Free in Linux Kernel USB Type-C DisplayPort Component
Publication date: 2025-12-30
Last updated on: 2025-12-30
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 bug in the Linux kernel's USB Type-C alternate modes DisplayPort implementation. Specifically, it involves a negative indexing issue in the pin_assignment_show function when no compatible pin assignments are found, leading to a use-after-free error. This means the kernel attempts to access memory that has already been freed, which can cause system instability or crashes.
How can this vulnerability impact me? :
The vulnerability can cause system instability or crashes due to the use-after-free error in the kernel. This could potentially lead to denial of service or unexpected behavior when interacting with USB Type-C DisplayPort alternate modes.