Description
In the Linux kernel, the following vulnerability has been resolved:

fbcon: check return value of con2fb_acquire_newinfo()

If fbcon_open() fails when called from con2fb_acquire_newinfo() then
info->fbcon_par pointer remains NULL which is later dereferenced.

Add check for return value of the function con2fb_acquire_newinfo() to
avoid it.

Found by Linux Verification Center (linuxtesting.org) with SVACE.
Published: 2026-05-06
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the Linux kernel framebuffer console (fbcon) subsystem, the function fbcon_open() can call con2fb_acquire_newinfo() and, if that function fails, the returned pointer remains null. Subsequent dereferencing of this NULL pointer causes a kernel panic. The flaw results in a denial of service that forces the kernel to halt or reboot, affecting availability but not confidentiality or integrity. It exemplifies the weaknesses CWE-252 (Missing Return Value Check) and CWE-476 (Null Pointer Dereference). The likely attack vector is local console or framebuffer operations, inferred from the description.

Affected Systems

The CVE record does not specify any affected kernel version range; therefore it is unknown which releases contain the vulnerable code path. Administrators should verify whether their running kernel includes the fbcon code branch that was patched in the commit referenced in the CVE. All kernels built from source that include the pre‑patch fbcon implementation could potentially be affected, but no exact version data is provided.

Risk and Exploitability

The CVSS score is 5.5 and the EPSS score is less than 1%, indicating a moderate severity but a low likelihood of exploitation. The flaw can only be triggered locally by an attacker able to perform console or framebuffer operations, such as opening /dev/fb* or forcing a console switch. Based on the description, the likely attack vector is local. Because the vulnerability is not listed in the CISA KEV catalog, immediate widespread exploitation is not expected, yet the kernel crash impact warrants timely remediation.

Generated by OpenCVE AI on May 13, 2026 at 00:36 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Install a Linux kernel update that contains the check for the return value of con2fb_acquire_newinfo()
  • Restrict access to framebuffer devices (/dev/fb*) so that only privileged users can open them, minimizing exposure of the flaw
  • Enable kernel crash logging and regularly monitor system logs for fbcon‑related panics, applying the patch as soon as a panic is detected

Generated by OpenCVE AI on May 13, 2026 at 00:36 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 12 May 2026 21:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Thu, 07 May 2026 03:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Thu, 07 May 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-252
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Low


Wed, 06 May 2026 13:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Wed, 06 May 2026 12:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: fbcon: check return value of con2fb_acquire_newinfo() If fbcon_open() fails when called from con2fb_acquire_newinfo() then info->fbcon_par pointer remains NULL which is later dereferenced. Add check for return value of the function con2fb_acquire_newinfo() to avoid it. Found by Linux Verification Center (linuxtesting.org) with SVACE.
Title fbcon: check return value of con2fb_acquire_newinfo()
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-05-11T22:18:12.071Z

Reserved: 2026-05-01T14:12:55.987Z

Link: CVE-2026-43123

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-05-06T12:16:29.180

Modified: 2026-05-12T21:17:55.990

Link: CVE-2026-43123

cve-icon Redhat

Severity : Low

Publid Date: 2026-05-06T00:00:00Z

Links: CVE-2026-43123 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-05-13T00:45:26Z

Weaknesses