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

fbdev: metronomefb: fix potential memory leak in metronomefb_probe()

The memory allocated for pagerefs in fb_deferred_io_init() is not freed
on the error path. Fix it by calling fb_deferred_io_cleanup().
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A memory allocation performed by the fbdev metronomefb driver’s probe routine can leak pageref structures when an error occurs. The leaked pagerefs remain in the kernel heap, gradually consuming kernel memory. The imbalance is unrelated to privilege escalation or code execution; it is purely a memory‑management flaw classified as CWE‑772, leading to potential denial of service through resource exhaustion.

Affected Systems

Any Linux kernel configuration that includes the fbdev metronomefb driver and has not applied the commit that cleans up the pageref allocation is affected. Typical usage includes the driver being loaded automatically during boot or manually via module insertion. The vulnerability applies to all built‑in kernels until a kernel update that incorporates the fix is deployed.

Risk and Exploitability

The recorded CVSS score of 5.5 reflects a moderate impact, and the EPSS score of less than 1% suggests a low probability of exploitation in the wild. The vulnerability is not listed in the CISA KEV catalog. Local exploitation would likely require a process that can trigger the driver’s probe routine repeatedly, such as a privileged user or a compromised application that initiates the module. An attacker could force successive failures, causing progressive kernel memory exhaustion and potentially destabilizing the system. Remote exploitation is not supported by the current description.

Generated by OpenCVE AI on August 22, 2026 at 10:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a release that contains the commit removing the pageref leak.
  • If an immediate upgrade is not possible, prevent the driver from loading by adding a blacklist line to /etc/modprobe.d or unloading it with modprobe -r before use.
  • Monitor kernel memory usage and set alerts for abnormal growth; reboot or reload modules if the leak is detected.

Generated by OpenCVE AI on August 22, 2026 at 10:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 22 Aug 2026 08:30: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-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

Low


Sat, 15 Aug 2026 19:30: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: metronomefb: fix potential memory leak in metronomefb_probe() The memory allocated for pagerefs in fb_deferred_io_init() is not freed on the error path. Fix it by calling fb_deferred_io_cleanup().
Title fbdev: metronomefb: fix potential memory leak in metronomefb_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:36.665Z

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

Link: CVE-2026-72276

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-72276

cve-icon Redhat

Severity : Low

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

Links: CVE-2026-72276 - Bugzilla

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-772

    Missing Release of Resource after Effective Lifetime