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-2025-38198

7.8 · HIGH
Published Jul 4, 2025 linux CWE-129 EPSS 0.16% (5th pctl)

Overview

CVE-2025-38198 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 4, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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:

fbcon: Make sure modelist not set on unregistered console

It looks like attempting to write to the "store_modes" sysfs node will

run afoul of unregistered consoles:

UBSAN: array-index-out-of-bounds in drivers/video/fbdev/core/fbcon.c:122:28

index -1 is out of range for type 'fb_info *[32]'

...

fbcon_info_from_console+0x192/0x1a0 drivers/video/fbdev/core/fbcon.c:122

fbcon_new_modelist+0xbf/0x2d0 drivers/video/fbdev/core/fbcon.c:3048

fb_new_modelist+0x328/0x440 drivers/video/fbdev/core/fbmem.c:673

store_modes+0x1c9/0x3e0 drivers/video/fbdev/core/fbsysfs.c:113

dev_attr_store+0x55/0x80 drivers/base/core.c:2439

static struct fb_info *fbcon_registered_fb[FB_MAX];

...

static signed char con2fb_map[MAX_NR_CONSOLES];

...

static struct fb_info *fbcon_info_from_console(int console)

...

return fbcon_registered_fb[con2fb_map[console]];

If con2fb_map contains a -1 things go wrong here. Instead, return NULL,

as call

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 >= 0, < 6.1.142 Affected

Frequently Asked Questions

What is CVE-2025-38198?

CVE-2025-38198 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 4, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2025-38198?

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

How do I fix or remediate CVE-2025-38198?

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-2025-38198?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-38198 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.