Skip to main content

Linux Kernel EUVDEUVD-2026-38945

| CVE-2026-53077 HIGH
2026-06-24 Linux GHSA-8q5h-9r4j-rfj7
7.8
CVSS 3.1 · Vendor: Linux
Share

Severity by source

Vendor (Linux) PRIMARY
7.8 HIGH
AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
7.1 HIGH

Local, low-priv attacker able to create a netns and use RDS/IB (AV:L/PR:L/AC:L); information disclosure (C:H) and instability/DoS (A:H) per description and tag, with no clear integrity impact (I:N).

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

Primary rating from Vendor (Linux).

CVSS VectorVendor: Linux

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

Lifecycle Timeline

5
Analysis Generated
Jun 28, 2026 - 09:05 vuln.today
CVSS changed
Jun 28, 2026 - 08:22 NVD
7.8 (HIGH)
Patch available
Jun 24, 2026 - 18:02 EUVD
CVE Published
Jun 24, 2026 - 16:30 cve.org
UNKNOWN (no severity yet)
CVE Published
Jun 24, 2026 - 16:30 cve.org
HIGH 7.8

DescriptionCVE.org

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

net/rds: Restrict use of RDS/IB to the initial network namespace

Prevent using RDS/IB in network namespaces other than the initial one. The existing RDS/IB code will not work properly in non-initial network namespaces.

AnalysisAI

Improper network-namespace isolation in the Linux kernel's net/rds InfiniBand transport (RDS/IB) lets a local user operating in a non-initial network namespace trigger faulty RDS/IB behavior, because the existing code was never written to function correctly outside the initial netns. The upstream fix restricts RDS/IB to the initial network namespace entirely. NVD rates it 7.8 (local, low-privilege); EPSS is low at 0.16% (6th percentile) and there is no public exploit identified at time of analysis.

Technical ContextAI

RDS (Reliable Datagram Sockets) is a kernel transport originally from Oracle, used for high-throughput low-latency messaging, with an InfiniBand backend (RDS/IB) layered over RDMA-capable HCAs. The defect is a network-namespace containment problem: the RDS/IB code path assumes the initial network namespace and does not properly account for per-netns resources/state when sockets are used inside a secondary namespace (e.g. a container or unprivileged user namespace). Although NVD lists CWE as N/A, this falls into the improper-isolation / incorrect-resource-handling class (akin to CWE-668/CWE-private-namespace confusion), where operating on initial-netns objects from another namespace produces undefined behavior. The CPE coverage is generic (cpe:2.3:a:linux:linux:*) and does not enumerate kernel version boundaries.

RemediationAI

Apply the vendor kernel update for your stable series - Vendor-released patch: upgrade to 5.10.258, 5.15.209, 6.1.175, 6.6.141, 6.12.91, 6.18.33, or 7.0.10/7.1 or later as appropriate for your tree (commits at https://git.kernel.org/stable/c/fb407343c0c16e94584707b2dfdd350a5f81b000 and the related stable hashes such as https://git.kernel.org/stable/c/c244b79adffad89a5173cf8bfaa06a6b40bbd09b). Until you can reboot into a patched kernel, the most effective compensating control is to prevent RDS from loading where it is not needed: blacklist the rds, rds_rdma, and rds_tcp modules via modprobe (e.g. install rds /bin/true), which fully removes the attack surface but breaks any workload that relies on RDS messaging. Where RDS is required, restrict unprivileged network-namespace creation (sysctl kernel.unprivileged_userns_clone=0 or user.max_user_namespaces=0) so untrusted local users and containers cannot exercise RDS/IB outside the initial netns; the trade-off is that this also disables legitimate unprivileged container/sandbox features. Confirm exact fixed versions against your distribution's advisory before relying on a specific build.

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-38945 vulnerability details – vuln.today

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