CVE-2026-72270
Received Received - Intake

BaseFortify

Vulnerability report for CVE-2026-72270, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-15

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: fbdev: s3fb: fix potential memory leak in s3_pci_probe() In s3_pci_probe(), the memory allocated for modelist using fb_videomode_to_modelist() is not freed in subsequent error paths. Fix that by calling fb_destroy_modelist()

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-15
Generated
2026-08-15
AI Q&A
2026-08-15
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a memory leak in the Linux kernel's fbdev subsystem, specifically in the s3fb driver. When the s3_pci_probe() function allocates memory for a modelist using fb_videomode_to_modelist(), it fails to free this memory in error paths. The fix involves calling fb_destroy_modelist() to properly release the allocated memory.

Detection Guidance

This vulnerability is specific to the Linux kernel's fbdev subsystem, particularly the s3fb driver. Detection requires checking if your system uses the affected driver and kernel version. Inspect loaded kernel modules with lsmod | grep s3fb and check kernel version with uname -r. If the s3fb module is loaded and your kernel version is vulnerable, further investigation is needed.

Impact Analysis

This vulnerability could lead to gradual memory exhaustion on systems using the s3fb driver. Over time, unpatched systems may experience performance degradation or crashes due to increasing memory usage. It primarily affects systems with specific graphics hardware supported by the s3fb driver.

Mitigation Strategies

Update your Linux kernel to a patched version that includes the fix for CVE-2026-72270. If updating is not immediately possible, consider unloading the s3fb module with rmmod s3fb if it is not required for your system. Monitor kernel security advisories for updates.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-72270. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart