CVE-2023-53290
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2023-53290 is a memory leak (file descriptor leak) vulnerability in the Linux kernel's samples/bpf component, specifically in the run_bpf_prog function of the Host Bandwidth Manager (HBM) BPF sample. The flaw occurs because a file pointer (fout) is opened via fopen() but never subsequently closed with fclose() before going out of scope in an affected code branch. It affects Linux kernel versions 5.1 through 6.3 across multiple stable series, with fixed versions at 5.4.244, 5.10.181, 5.15.113, 6.1.30, and 6.3.4. The vulnerability was disclosed on September 16, 2025, and carries a CVSS v3.1 base score of 5.5 (Medium) (Red Hat Advisory, Feedly).

Technical details

The root cause is classified as CWE-401 (Missing Release of Memory after Effective Lifetime) — specifically a file handle resource leak rather than a heap memory leak. In the run_bpf_prog function within samples/bpf/hbm.c, a FILE *fout handle is opened with fopen() in a code path that subsequently exits the function scope without calling fclose(), leaving the file descriptor unreleased. Exploitation requires local access with low privileges, as an attacker would need to repeatedly invoke the affected BPF sample program to accumulate leaked file descriptors. No public proof-of-concept exploit code has been identified (Red Hat Advisory, Kernel Patch).

Impact

Successful exploitation could lead to resource exhaustion on the affected Linux system, as repeated triggering of the leak depletes available file descriptors. This primarily affects system availability — degrading performance or causing instability — with no confidentiality or integrity impact. The scope is limited to the local system, and there is no known potential for lateral movement or data exposure (Feedly, Red Hat Advisory).

Exploitability

There is no known public proof-of-concept exploit and no evidence of in-the-wild exploitation for CVE-2023-53290. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. The EPSS score is approximately 0.024% (0.000240), reflecting a very low probability of exploitation in the near term (Feedly). Exploitation requires low-privilege local access, further limiting the practical attack surface.

Mitigation and workarounds

Update the Linux kernel to a patched stable release: 5.4.244 or later, 5.10.181 or later, 5.15.113 or later, 6.1.30 or later, or 6.3.4 or later. Upstream kernel patches are available via the stable kernel tree (Kernel Patch). As a compensating control, restrict local system access to minimize the number of users who can invoke BPF sample programs, and monitor system file descriptor usage for anomalous exhaustion (Red Hat Advisory).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-74583NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-debug
NoYesAug 21, 2026
CVE-2026-74582NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel.src
NoYesAug 21, 2026
CVE-2026-74581NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-modules-internal
NoYesAug 21, 2026
CVE-2026-74580NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-debug
NoYesAug 21, 2026
CVE-2025-30156NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-debug-devel-matched
NoYesAug 21, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management