Skip to main content

Linux Kernel EUVDEUVD-2026-59444

| CVE-2026-74297 HIGH
2026-08-15 Linux GHSA-p4jx-gh49-76wv
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.8 HIGH

Local vector confirmed by RDMA device access requirement; PR:L because device access is not root but is a restricted group permission; high C/I/A reflects potential kernel memory corruption and privilege escalation.

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

Primary rating from Vendor (Linux).

CVSS VectorVendor: Linux

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
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
Aug 17, 2026 - 10:19 vuln.today
CVSS changed
Aug 17, 2026 - 06:22 NVD
7.8 (HIGH)
Patch available
Aug 15, 2026 - 07:20 EUVD
CVE Published
Aug 15, 2026 - 05:58 cve.org
HIGH 7.8
CVE Published
Aug 15, 2026 - 05:58 cve.org
UNKNOWN (no severity yet)

DescriptionCVE.org

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

RDMA/mlx5: Fix undefined shift of user RQ WQE size

set_rq_size() computes the RQ WQE size as "1 << rq_wqe_shift" based on the user-provided rq_wqe_shift, which is only checked to be greater than 32, so shifts of 32 are still accepted. A shift of 31 also overflows a signed integer, leading to undefined behavior.

Use check_shl_overflow() to compute the RQ WQE size and reject any invalid values.

AnalysisAI

Undefined behavior from a signed integer overflow in the Linux kernel's RDMA/mlx5 driver exposes systems with Mellanox ConnectX RDMA hardware to local privilege escalation or kernel crash. The flaw in set_rq_size() accepts user-supplied rq_wqe_shift values up to and including 32, causing signed 32-bit integer overflow when computing '1 << rq_wqe_shift' - undefined behavior under the C standard that can corrupt kernel memory structures. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Access
Obtain local user access on mlx5-equipped system
Delivery
Verify /dev/infiniband/uverbs* access is available
Exploit
Issue malformed RQ creation verb with rq_wqe_shift=31 or 32
Execution
Trigger signed integer overflow in set_rq_size()
Persist
Corrupt kernel memory via undefined behavior
Impact
Escalate privileges to root or crash kernel

Vulnerability AssessmentAI

Exploitation Exploitation requires two concurrent conditions: (1) the target system must have Mellanox/NVIDIA mlx5-series RDMA hardware (e.g., ConnectX-4 or later) physically installed with the mlx5_ib kernel module loaded and active; and (2) the attacker must hold a local user session with read-write access to an RDMA uverbs character device (/dev/infiniband/uverbs*), which is typically granted to members of a specific RDMA group or via manual permission grants - not available to arbitrary unprivileged users by default on most distributions. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment The CVSS 3.1 score of 7.8 High (AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H) accurately reflects the kernel-level impact: a local user with RDMA device access and no special complexity requirements can trigger undefined behavior leading to full kernel compromise. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario A local user on a shared HPC cluster node equipped with a Mellanox ConnectX adapter opens /dev/infiniband/uverbs0 and invokes a userspace RDMA verb call to create a Receive Queue, supplying a crafted rq_wqe_shift value of 31 or 32. The kernel's set_rq_size() function computes '1 << rq_wqe_shift' on a signed 32-bit integer without overflow protection, producing undefined behavior that may corrupt adjacent kernel data structures depending on compiler optimization choices. …
Remediation Upgrade to a patched stable kernel release for the relevant branch: 5.10.261, 5.15.212, 6.1.178, 6.6.145, 6.12.97, 6.18.40, 7.1.5, or 7.2-rc1. … Detailed patch versions, workarounds, and compensating controls in full report.

Recommended ActionAI

Within 24 hours, identify all systems running Mellanox ConnectX RDMA hardware and cross-reference kernel versions against vendor security advisories to determine exposure scope. …

Sign in for detailed remediation steps and compensating controls.

Threat intelligence, references, and detailed analysis are available after sign-in.

Vendor StatusVendor

Share

EUVD-2026-59444 vulnerability details – vuln.today

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