CVE-2022-50767
Use-After-Free Vulnerabilities in Linux fbdev smscufx on USB Removal
Publication date: 2025-12-24
Last updated on: 2025-12-24
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 involves several use-after-free (UAF) bugs in the Linux kernel's fbdev smscufx driver. These UAF bugs can occur when physically removing a USB device. The issue was fixed by adding a ufx_ops_destroy() function to the .fb_destroy of fb_ops, which includes a kref_put() call that eventually calls ufx_free(), preventing multiple use-after-free conditions.
How can this vulnerability impact me? :
The use-after-free bugs could potentially lead to system instability, crashes, or exploitation by attackers to execute arbitrary code or escalate privileges when a USB device is physically removed. This could compromise system security and reliability.