CVE-2022-50101: video: fbdev: vt8623fb: Check the size of screen before memset_io()
In the Linux kernel, the following vulnerability has been resolved:
video: fbdev: vt8623fb: Check the size of screen before memset_io()
In the function vt8623fb_set_par(), the value of 'screen_size' is
calculated by the user input. If the user provides the improper value,
the value of 'screen_size' may larger than 'info->screen_size', which
may cause the following bug:
[ 583.339036] BUG: unable to handle page fault for address: ffffc90005000000
[ 583.339049] #PF: supervisor write access in kernel mode
[ 583.339052] #PF: error_code(0x0002) - not-present page
[ 583.339074] RIP: 0010:memset_orig+0x33/0xb0
[ 583.339110] Call Trace:
[ 583.339118] vt8623fb_set_par+0x11cd/0x21e0
[ 583.339146] fb_set_var+0x604/0xeb0
[ 583.339181] do_fb_ioctl+0x234/0x670
[ 583.339209] fb_ioctl+0xdd/0x130
Fix the this by checking the value of 'screen_size' before memset_io().
Security readout for executives and security teams
Plain-English summary
CVE-2022-50101 is a Linux kernel bug in the vt8623 framebuffer driver. A user-controlled screen size can exceed the allocated framebuffer size, leading the kernel to write beyond the expected area and hit a page fault. The known business impact is local system instability, not remote compromise based on the provided sources.
Executive priority
Treat this as a targeted Linux kernel maintenance issue, not an internet-wide emergency. Prioritize systems using framebuffer graphics or legacy VIA hardware paths, then fold remediation into normal kernel patch cycles unless those systems are multi-user or availability-critical.
Technical view
In vt8623fb_set_par(), screen_size is calculated from user input and used by memset_io(). Without checking it against info->screen_size, an oversized value can trigger supervisor-mode write access to unmapped memory through framebuffer ioctl handling. The kernel stable fixes add a screen_size check before memset_io().
Likely exposure
Exposure is likely limited to Linux systems with the vt8623fb framebuffer driver present and reachable through fbdev interfaces. Servers without this driver or framebuffer device exposure are less likely affected. Distribution kernel backports must be checked because the source bundle lists upstream kernel versions and stable commits, not every vendor package.
Exploitation context
The provided sources do not show active exploitation, public weaponization, or KEV listing. The call trace indicates a local ioctl-triggered kernel fault path. Evidence supports denial-of-service or kernel crash risk; it does not establish remote exploitation or privilege escalation.
Researcher notes
The source evidence is narrow: vt8623fb_set_par(), user-derived screen_size, memset_io(), and a kernel page fault trace. No CWE, CVSS, exploit status, or distro-specific package matrix is provided. Avoid extrapolating beyond local framebuffer ioctl exposure without additional vendor analysis.
Mitigation direction
Update to a kernel containing the referenced stable fix commits.
Check distribution security advisories for backported CVE-2022-50101 fixes.
Disable or avoid loading vt8623fb where it is not operationally required.
Restrict local access to framebuffer devices according to least privilege.
Track vendor guidance because no CVSS score is provided in the bundle.
Validation and detection
Inventory Linux hosts for kernel versions and vendor patch status.
Check whether vt8623fb is built, loaded, or available as a module.
Review framebuffer device permissions and local user access paths.
Confirm installed kernels include the screen_size bounds check fix.
Prioritize validation on desktops, appliances, kiosks, and legacy graphics deployments.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2022-50101 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
0CVSS vectors
3Timeline events
0ADP providers
9Source links
Vulnerability timeline
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
CVE publishedCVE Program
The CVE record was published.
Jun 18, 2025, 11:02 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.