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-06-16
AI Q&A
2025-12-24
EPSS Evaluated
2026-06-15
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 Quick Actions
Instant insights powered by AI
Executive Summary

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.

Impact Analysis

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.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2022-50767. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart