LiveActive security incident?Get immediate response
CVE Record

CVE-2022-50404: fbdev: fbcon: release buffer when fbcon_do_set_font() failed

In the Linux kernel, the following vulnerability has been resolved: fbdev: fbcon: release buffer when fbcon_do_set_font() failed syzbot is reporting memory leak at fbcon_do_set_font() [1], for commit a5a923038d70 ("fbdev: fbcon: Properly revert changes when vc_resize() failed") missed that the buffer might be newly allocated by fbcon_set_font().

MediumCVSS 5.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2022-50404 is a Linux kernel memory leak in the framebuffer console font handling path. A local user with low privileges could trigger failed font handling and consume kernel memory, creating an availability risk. The sources do not show data theft, integrity impact, or confirmed active exploitation.

Executive priority

Treat as a normal-cycle kernel availability fix, elevated for shared Linux environments. It is not described as remotely exploitable, actively exploited, or data-exposing in the provided sources, but unpatched local availability bugs can still disrupt critical systems.

Technical view

The issue is CWE-401 in fbdev/fbcon. When fbcon_do_set_font() failed, code introduced by a prior change did not release a buffer that could be newly allocated by fbcon_set_font(). CVSS 3.1 is 5.5: local access, low complexity, low privileges, no user interaction, high availability impact only.

Likely exposure

Exposure is most relevant on Linux systems running affected kernel versions or commits with framebuffer console code present. Practical concern is higher on shared, multi-user, workstation, kiosk, lab, or container-host environments where untrusted local users can obtain shell access.

Exploitation context

The bundle marks CISA KEV as false and provides no cited evidence of exploitation in the wild. The CVSS vector indicates exploitation requires local low-privileged access and affects availability, not confidentiality or integrity.

Researcher notes

The affected data in the bundle mixes commit identifiers and kernel versions, so branch-specific impact should be verified against distribution backports. The fix direction is clear: release the newly allocated buffer when fbcon_do_set_font() fails.

Mitigation direction

  • Update to a vendor kernel containing the referenced stable fixes.
  • Check distribution advisories for the exact fixed package for your kernel branch.
  • Prioritize systems that allow untrusted local users or interactive shells.
  • Avoid direct wrangler-style assumptions; follow vendor kernel guidance for production rollout.

Validation and detection

  • Inventory running Linux kernel versions across servers, workstations, and appliances.
  • Map kernels to vendor advisories or the listed upstream stable commits.
  • Confirm vulnerable systems are upgraded and rebooted into the fixed kernel.
  • Review local-user exposure on systems that cannot be patched quickly.
Prepared
Confidence
medium
Sources
7

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.

cwe · low confidence lookup

CWE-401: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-50404 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
0Timeline events
0ADP providers
6Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
5.5CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H1.83.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.5Medium
CVSS 3.1 vector shape for CVE-2022-50404Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux868749a7456dc48e93887a8474194e2ee6d6c21f, ebd6f886aa2447fcfcdce5450c9e1028e1d681bb, a5a923038d70d2d4a86cb4e3f32625a5ee6e7e24, a5a923038d70d2d4a86cb4e3f32625a5ee6e7e24, a5a923038d70d2d4a86cb4e3f32625a5ee6e7e24, f08ccb792d3eaf1dc62d8cbf6a30d6522329f660unaffected
LinuxLinux6.0, 0, 5.15.86, 6.0.16, 6.1.2, 6.2affected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-401 · source CWE mapping

Missing Release of Memory after Effective Lifetime

Missing Release of Memory after Effective Lifetime represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.