CVE-2022-49948: vt: Clear selection before changing the font
In the Linux kernel, the following vulnerability has been resolved:
vt: Clear selection before changing the font
When changing the console font with ioctl(KDFONTOP) the new font size
can be bigger than the previous font. A previous selection may thus now
be outside of the new screen size and thus trigger out-of-bounds
accesses to graphics memory if the selection is removed in
vc_do_resize().
Prevent such out-of-memory accesses by dropping the selection before the
various con_font_set() console handlers are called.
Security readout for executives and security teams
Plain-English summary
This Linux kernel issue affects virtual terminal font changes. If a console selection exists and the font change changes screen sizing, the kernel could access graphics memory outside the expected bounds. The public record does not provide a CVSS score or confirmed exploitation.
Executive priority
Treat as a kernel maintenance priority, not an internet-facing emergency based on current evidence. Patch through normal kernel update channels, with higher urgency for shared Linux systems or environments with local console access.
Technical view
The flaw is in Linux vt handling around ioctl(KDFONTOP). A larger replacement font can make an existing selection fall outside the resized screen, causing out-of-bounds graphics-memory access when vc_do_resize() removes that selection. The stable fix clears the selection before con_font_set() handlers run.
Likely exposure
Exposure is likely limited to Linux systems using the virtual terminal console path where console font changes are possible. The source bundle lists affected Linux kernel versions and stable commits, but does not define affected distributions or required privileges.
Exploitation context
The provided sources do not report active exploitation, and the CVE is not marked KEV. The described trigger involves changing a console font while an old selection exists; no remote attack path is identified in the source bundle.
Researcher notes
The key behavior is selection lifetime across font-driven console resizing. Validate by code/version review against the referenced stable commits. Do not assume distro impact from upstream hashes alone; confirm backports in vendor packages.
Mitigation direction
Update to a kernel containing the referenced stable fixes.
Check your Linux distribution advisory for backported kernel packages.
Prioritize systems allowing interactive local console use.
If patching is delayed, follow vendor guidance; no workaround is named here.
Validation and detection
Inventory kernel versions against the CVE affected version data.
Confirm distro kernel changelogs include the vt selection-clearing fix.
Review whether virtual terminal console functionality is enabled and used.
Verify patched hosts boot the updated kernel, not only install it.
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-49948 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:00 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.