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

net: macb: properly unregister fixed rate clocks

The additional resources allocated with clk_register_fixed_rate() need
to be released with clk_unregister_fixed_rate(), otherwise they are lost.
Published: 2026-05-01
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux macb network driver registers fixed rate clock objects through clk_register_fixed_rate() but does not unregister them when the driver or interface is disabled, causing kernel resources to be lost. This flaw results in a gradual leak of clock resources, potentially leading to kernel resource exhaustion over extended periods. The vulnerability is a classic resource leak; it does not provide immediate code execution or privilege escalation capabilities.

Affected Systems

All versions of the Linux kernel that contain the macb driver and perform fixed rate clock registrations prior to the application of the commit that added clk_unregister_fixed_rate() are affected. The issue applies to the generic Linux kernel package; vendor‑specific names are not required.

Risk and Exploitability

The vulnerability is a classic resource leak (CWE-772). EPSS score <1% and the vulnerability is not listed in CISA KEV, indicating no known public exploitation. The likely attack vector is local or privileged: an attacker would need to unload and reload the macb driver, or repeatedly enable and disable the network interface, to trigger the clock registration and provoke resource loss. Because the leak accumulates over time, the risk is moderate; a system could become unstable after sustained or repeated driver activity. The CVSS score of 5.5 quantifies its medium severity, and while the impact is confined to resource exhaustion, it could lead to denial‑of‑service if left unpatched.

Generated by OpenCVE AI on May 7, 2026 at 21:38 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a Linux kernel update that includes the clk_unregister_fixed_rate() addition in the macb driver.
  • If a kernel upgrade cannot be applied immediately, disable or unload the macb driver during periods of low activity to reduce the frequency of clock registrations.
  • Set up monitoring of kernel logs for registration and unregistration messages or indicators of clock resource exhaustion, and alert administrators when suspicious trends appear.

Generated by OpenCVE AI on May 7, 2026 at 21:38 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4561-1 linux-6.1 security update
Debian DLA Debian DLA DLA-4606-1 linux security update
Debian DSA Debian DSA DSA-6243-1 linux security update
History

Thu, 07 May 2026 20:30:00 +0000

Type Values Removed Values Added
Weaknesses NVD-CWE-noinfo
CPEs cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc6:*:*:*:*:*:*
Metrics 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'}


Sat, 02 May 2026 00:15:00 +0000


Fri, 01 May 2026 14:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: net: macb: properly unregister fixed rate clocks The additional resources allocated with clk_register_fixed_rate() need to be released with clk_unregister_fixed_rate(), otherwise they are lost.
Title net: macb: properly unregister fixed rate clocks
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-05-11T22:16:02.195Z

Reserved: 2026-05-01T14:12:55.974Z

Link: CVE-2026-43014

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-05-01T15:16:45.367

Modified: 2026-05-07T20:29:24.053

Link: CVE-2026-43014

cve-icon Redhat

Severity :

Publid Date: 2026-05-01T00:00:00Z

Links: CVE-2026-43014 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-05-07T21:45:36Z

Weaknesses