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()
Published: 2026-08-15
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a memory leak in the Linux kernel framebuffer driver for S3 hardware. During the PCI device probe, allocated memory for a modelist is not released on error paths. This flaw can allow an attacker with local system privileges to repeatedly trigger the probe routine, resulting in gradual exhaustion of kernel memory and degradation or crash of the entire system.

Affected Systems

The issue resides in the Linux kernel, specifically in the s3fb framebuffer driver. No particular kernel version is listed in the data, but the patch was added in recent kernel commits for the Linux kernel. Systems that run a Linux kernel containing the s3fb driver and that have not yet incorporated the fix are potentially affected.

Risk and Exploitability

Because the vulnerability requires local execution and is limited to the kernel’s framebuffer code, its exploitation is constrained to systems with privileged access. However, repeated memory leaks could lead to a denial‑of‑service condition. The CVSS score is not provided, the EPSS score is unavailable, and the vulnerability is not listed in CISA's KEV catalog. These factors suggest a moderate to high risk for systems where the attacker can invoke the probe routine frequently and where kernel memory is limited.

Generated by OpenCVE AI on August 15, 2026 at 09:59 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to the latest release that incorporates the commit fixing the s3fb memory leak
  • If an immediate kernel upgrade is not possible, manually apply the patch that calls fb_destroy_modelist() on error paths in s3_pci_probe()
  • Disable the s3fb framebuffer driver or limit its use on systems that do not need S3 hardware support

Generated by OpenCVE AI on August 15, 2026 at 09:59 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 15 Aug 2026 10:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
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()
Title fbdev: s3fb: fix potential memory leak in s3_pci_probe()
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-08-15T05:54:54.589Z

Reserved: 2026-08-09T03:40:39.916Z

Link: CVE-2026-72270

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:21:55.873

Modified: 2026-08-15T06:21:55.873

Link: CVE-2026-72270

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-15T10:00:06Z

Weaknesses
  • CWE-401

    Missing Release of Memory after Effective Lifetime