CVE-2022-50767
Unknown Unknown - Not Provided
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
In the Linux kernel, the following vulnerability has been resolved: fbdev: smscufx: Fix several use-after-free bugs Several types of UAFs can occur when physically removing a USB device. Adds ufx_ops_destroy() function to .fb_destroy of fb_ops, and in this function, there is kref_put() that finally calls ufx_free(). This fix prevents multiple UAFs.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-24
Last Modified
2025-12-24
Generated
2026-05-07
AI Q&A
2025-12-24
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart