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

fbdev: broadsheetfb: fix potential memory leak in broadsheetfb_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

The vulnerable code leads to memory allocated for pagerefs in fb_deferred_io_init() not being freed if an error occurs in broadsheetfb_probe(). This leaves allocations lingering. A local attacker could repeatedly trigger probe failures, consuming kernel memory until the system is forced to throttle or reboot. This is a CWE‑772 Unreleased Resource and can compromise availability, potentially affecting system stability but does not directly expose data or allow arbitrary code execution.

Affected Systems

All Linux kernel builds whose in‑tree framebuffer driver contains the broadsheetfb implementation, prior to the commit that adds a cleanup call. No specific version range was provided in the CNA data; the commit that introduces the mitigation can be found in the provided references. Systems running a kernel older than the patch are potentially vulnerable.

Risk and Exploitability

Because the vulnerability requires a fault in a framebuffer device operation, the likely attack vector is local privileged or requires access to the /dev/fb* devices. The CVSS score of 5.5 indicates moderate severity, and the EPSS score is below 1%, with no listing in CISA KEV. This suggests the risk is moderate and would mainly allow denial‑of‑service through resource exhaustion rather than confidentiality or integrity compromise. An attacker who can trigger the probe path repeatedly could exhaust kernel memory or cause paging thrashing, degrading performance or forcing an OOM kill.

Generated by OpenCVE AI on August 22, 2026 at 09:47 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Replace the Linux kernel with a version that contains the fix for the broadsheetfb memory leak, or apply the upstream commit that adds fb_deferred_io_cleanup() to broadsheetfb_probe().
  • If a kernel upgrade is not immediately possible, restrict access to framebuffer devices by enforcing stricter udev rules or using SELinux/MAC policies to prevent unprivileged users from opening /dev/fb*.
  • Monitor kernel memory usage for abnormal spikes and set appropriate limits or alarms to detect potential memory exhaustion due to the bug.

Generated by OpenCVE AI on August 22, 2026 at 09:47 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 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: broadsheetfb: fix potential memory leak in broadsheetfb_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: broadsheetfb: fix potential memory leak in broadsheetfb_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:35.583Z

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

Link: CVE-2026-72275

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-72275

cve-icon Redhat

Severity : Low

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

Links: CVE-2026-72275 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T10:00:07Z

Weaknesses
  • CWE-772

    Missing Release of Resource after Effective Lifetime