Skip to main content

Linux Kernel EUVDEUVD-2026-39212

| CVE-2026-53261 MEDIUM
Memory Leak (CWE-401)
2026-06-25 416baaa9-dc9f-4396-8d5f-8c081fb06d67 GHSA-q96w-jfjr-xww5
5.5
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
5.5 MEDIUM
AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
vuln.today AI
5.5 MEDIUM

Local-only exploit path via SF probe failure requires low privilege; memory leak produces availability impact only, no confidentiality or integrity effect.

3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
4.0 AV:L/AC:L/AT:P/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
SUSE
MEDIUM
qualitative
Red Hat
5.5 LOW
qualitative

Primary rating from NVD.

CVSS VectorNVD

Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Lifecycle Timeline

5
Analysis Generated
Jul 08, 2026 - 16:14 vuln.today
CVSS changed
Jul 08, 2026 - 15:37 NVD
5.5 (MEDIUM)
Patch available
Jun 25, 2026 - 10:32 EUVD
CVE Published
Jun 25, 2026 - 09:16 nvd
MEDIUM 5.5
CVE Published
Jun 25, 2026 - 09:16 cve.org
UNKNOWN (no severity yet)

DescriptionNVD

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

devlink: Release nested relation on devlink free

devlink relation state is normally released from devl_unregister(), which calls devlink_rel_put(). This misses devlink instances that get a nested relation before registration and then fail probe before devl_register() is reached.

That flow can happen for SFs. The child devlink gets linked to its parent before registration, then a later probe error calls devlink_free() directly. Since the instance was never registered, devl_unregister() is not called and devlink->rel is leaked.

Release any pending relation from devlink_free() as well. The registered path is unchanged because devl_unregister() already clears devlink->rel before devlink_free() runs.

AnalysisAI

Memory leak in the Linux kernel devlink subsystem allows a local low-privileged user to trigger resource exhaustion by inducing a Sub-Function (SF) probe failure, leaving a nested devlink relation unreleased. The flaw occurs because devlink_free() does not clear devlink->rel when an instance fails probe before reaching devl_register(), bypassing the normal cleanup path in devl_unregister(). No public exploit has been identified and EPSS is 0.16% (6th percentile), consistent with a low-real-world-risk kernel memory management defect; patch is available across multiple stable branches.

Technical ContextAI

The Linux kernel devlink subsystem (cpe:2.3:o:linux:linux_kernel) provides a unified interface for managing networking devices and their sub-functions (SFs). Nested devlink relations are established between a child SF devlink instance and its parent before the child completes registration via devl_register(). Under CWE-401 (Missing Release of Memory After Effective Lifetime), if probe fails after the relation is created but before devl_register() is reached, devlink_free() is called directly. Because devl_unregister() - which invokes devlink_rel_put() to release devlink->rel - is never called on an unregistered instance, the relation pointer is permanently leaked. The fix adds relation cleanup to devlink_free() itself, guarding against this race between SF probe failure and the registration lifecycle, without affecting the normal registered path where devl_unregister() already clears devlink->rel before devlink_free() runs.

RemediationAI

The primary fix is to upgrade to a patched Linux kernel version: 6.12.94, 6.18.36, 7.0.13, or 7.1 (final release), as identified in EUVD-2026-39212. Patch commits are available at https://git.kernel.org/stable/c/3522b21fd7e1863d0734537737bd59f1b90d0190, https://git.kernel.org/stable/c/a9137286884703113b1c9e6403bd6d7d97b14754, https://git.kernel.org/stable/c/927f96861f939c0b517d13ed27bf4fabbfc1cfb3, and https://git.kernel.org/stable/c/11324d52b0c63f4f202b35793c6507a575e9a689. If immediate patching is not feasible for environments using Sub-Function capable devices (e.g., mlx5), disabling SF provisioning via device configuration or restricting CAP_NET_ADMIN to trusted users limits the attack surface - note this may affect legitimate network function offload workflows. On systems not using SF-capable networking hardware, the vulnerable code path is not reachable and risk is negligible without patching.

Vendor StatusVendor

SUSE

Severity: Moderate
Product Status
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 16.0 Affected

Share

EUVD-2026-39212 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy