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: 5.5 Medium
EPSS: < 1% Very Low
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, memory allocated for a modelist is not released on error paths. Based on the description, it is inferred that an attacker with local system privileges could repeatedly trigger the probe routine, leading to gradual exhaustion of kernel memory and degradation or a 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

Based on the description, it is inferred that the vulnerability requires local execution and is limited to the kernel’s framebuffer code, constraining its exploitation to systems with privileged access. However, repeated memory leaks could lead to a denial‑of‑service condition. The CVSS score is 5.5, the EPSS score is <1%, 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 22, 2026 at 10:13 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 22, 2026 at 10:13 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 22 Aug 2026 08:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Wed, 19 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-763
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

Moderate


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-17T05:11:30.077Z

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-17T06:18:29.497

Link: CVE-2026-72270

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72270 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T10:15:04Z

Weaknesses
  • CWE-763

    Release of Invalid Pointer or Reference