Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-53403

5.5 · MEDIUM
Published Jul 19, 2026 linux CWE-476 EPSS 0.13% (3th pctl)

Overview

CVE-2026-53403 is a medium-severity vulnerability affecting linux linux_kernel. It was published on July 19, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

fbdev: Fix fb_new_modelist to prevent null-ptr-deref in fb_videomode_to_var

info->var, a framebuffer's current mode, is expected to have a matching

entry in info->modelist. var_to_display() relies on this and treats a

failed fb_match_mode() as "This should not happen". fb_set_var() keeps it

true by adding the mode to the list on every change, and

do_register_framebuffer() does the same at registration.

store_modes() replaces the modelist from userspace. fb_new_modelist()

validates the new modes but does not check that info->var still has a

match. It relies on fbcon_new_modelist() to re-point consoles, but that

only handles consoles mapped to the framebuffer. With fbcon unbound there

are none, so info->var is left describing a mode that is no longer in the

list.

A later console takeover runs var_to_display(), where fb_match_mode()

returns NULL and leaves fb_display[i].mode NULL. fbcon_switch() passes it

to display_t

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 2.6.12.1, < 5.10.260 Affected

Frequently Asked Questions

What is CVE-2026-53403?

CVE-2026-53403 is a medium-severity vulnerability affecting linux linux_kernel. It was published on July 19, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2026-53403?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-53403?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-53403?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-53403 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.