LiveActive security incident?Get immediate response
CVE Record

CVE-2023-38409: An issue was discovered in set_con2fb_map in drivers/video/fbdev/core/fbcon.c in the Linux kernel before 6....

An issue was discovered in set_con2fb_map in drivers/video/fbdev/core/fbcon.c in the Linux kernel before 6.2.12. Because an assignment occurs only for the first vc, the fbcon_registered_fb and fbcon_display arrays can be desynchronized in fbcon_mode_deleted (the con2fb_map points at the old fb_info).

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

CVE-2023-38409 is a Linux kernel framebuffer console bug fixed before kernel 6.2.12. The available sources describe internal state becoming inconsistent, but do not provide impact details, CVSS scoring, exploitability, or affected distributions. Treat it as a kernel maintenance risk until vendor advisories clarify exposure.

Executive priority

Set priority after matching this CVE to actual Linux assets. There is no sourced evidence of active exploitation or severity, but kernel defects can carry high operational consequence. Patch through normal kernel maintenance unless vendor guidance raises urgency.

Technical view

The issue is in set_con2fb_map in drivers/video/fbdev/core/fbcon.c. An assignment occurs only for the first virtual console, allowing fbcon_registered_fb and fbcon_display to become desynchronized when fbcon_mode_deleted references an old fb_info. The CVE maps it to CWE-362, but impact and trigger conditions are not detailed in the bundle.

Likely exposure

Likely exposure is Linux systems running kernels before 6.2.12 where fbdev/fbcon functionality is present. The source bundle does not identify affected distributions, configurations, cloud images, or products, so confirm exposure through kernel version, configuration, and vendor backport status.

Exploitation context

The bundle does not cite active exploitation, public exploit availability, KEV listing, required privileges, or attack vector. Do not assume internet-exploitable risk from the provided evidence. The most defensible position is unconfirmed exploitability with potential kernel-level impact requiring vendor confirmation.

Researcher notes

Key unknowns are impact class, triggerability, privilege requirements, and affected configurations. The upstream description points to stale fb_info use after state desynchronization in fbcon_mode_deleted. Further analysis should compare the referenced commit and distribution backports without assuming exploitability from the CVE text alone.

Mitigation direction

  • Update to a vendor-supported kernel containing the upstream fix or 6.2.12 lineage fix.
  • Check distribution advisories for backported fixes before relying on upstream version numbers.
  • Prioritize systems exposing framebuffer console or fbdev code paths.
  • Use standard kernel change controls and reboot planning where patching is required.
  • If patching is delayed, ask the vendor for configuration-specific mitigation guidance.

Validation and detection

  • Inventory Linux kernel versions and vendor package release identifiers.
  • Confirm whether fbdev and fbcon functionality is enabled or present.
  • Check vendor advisories for CVE-2023-38409 fixed package versions.
  • Verify patched systems include the referenced upstream fix or an equivalent backport.
  • Document systems where exposure cannot be determined from available evidence.
Prepared
Confidence
medium
Sources
4

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-362: 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-2023-38409 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

0CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

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

CWE-362 · source CWE mapping

Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.