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

fbdev: i740fb: fix potential memory leak in i740fb_probe()

In i740fb_probe(), the memory allocated in fb_videomode_to_modelist()
for modelist is not freed in the 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 kernel contains a flaw in the i740fb framebuffer driver’s probe routine. When an error occurs during initialization, the memory allocated for the modelist, which is created by fb_videomode_to_modelist(), is not released. This results in a kernel memory leak that can accumulate with repeated errors, potentially exhausting kernel address space and destabilizing the system. The weakness is classified as CWE-772, reflecting a missing release of allocated resources.

Affected Systems

All Linux kernel builds that include the i740fb framebuffer driver before the commit that added a call to fb_destroy_modelist() on error paths are affected. The advisory does not provide specific kernel version numbers; any kernel containing the unpatched driver prior to that commit remains vulnerable.

Risk and Exploitability

The CVSS score of 5.5 indicates moderate severity, and the EPSS score of <1% suggests a low probability of exploitation. The CVE entry does not specify the attack vector or necessary privileges. It is inferred that the flaw is exposed during device probing, which would require the system to process an i740fb device or compatible emulation; it may also require elevated privileges to repeatedly trigger the probe. Because the description and metrics do not confirm public exploitation, the overall risk is considered modest, and direct exploitation is unlikely at present.

Generated by OpenCVE AI on August 22, 2026 at 08:44 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that contains the commit adding the missing fb_destroy_modelist() call on error paths, or apply the patch manually to dfork the driver.
  • If a kernel upgrade cannot be applied immediately, disable the i740fb driver by blacklisting it in a modprobe configuration file or by preventing the device from being presented to the kernel, thereby keeping the probe from running.
  • Monitor kernel memory usage for abnormal growth patterns that could indicate a lingering leak, and remove the temporary mitigation once a patched kernel is available.

Generated by OpenCVE AI on August 22, 2026 at 08:44 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 23:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Tue, 18 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-772
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: i740fb: fix potential memory leak in i740fb_probe() In i740fb_probe(), the memory allocated in fb_videomode_to_modelist() for modelist is not freed in the error paths. Fix that by calling fb_destroy_modelist().
Title fbdev: i740fb: fix potential memory leak in i740fb_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:31.179Z

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

Link: CVE-2026-72271

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-17T06:18:29.610

Link: CVE-2026-72271

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-72271 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T08:45:03Z

Weaknesses
  • CWE-772

    Missing Release of Resource after Effective Lifetime