Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-74712

9.3 · CRITICAL
Published Aug 22, 2026 EPSS 0.14% (4th pctl)

Overview

CVE-2026-74712 is a critical-severity vulnerability. It was published on August 22, 2026 and has a CVSS 3.1 base score of 9.3 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.3, rated CRITICAL. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical Description

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

vdpa/mlx5: Fix buffer length in create_direct_keys()

We have seen in our CI the following KASAN message:

BUG: KASAN: slab-out-of-bounds in cmd_exec+0x550/0xca0 [mlx5_core]

Read of size 272 at addr 0000000176795020 by task qemu-system-s39/82764

[...]

[<000011388ab3a7a0>] cmd_exec+0x550/0xca0 [mlx5_core]

[<000011388ab3b61c>] mlx5_cmd_exec_cb+0x25c/0x4f0 [mlx5_core]

[<000011388b21e82e>] mlx5_vdpa_exec_async_cmds+0x22e/0x5e0 [mlx5_vdpa]

[<000011388b21fd44>] create_direct_keys+0x954/0xef0 [mlx5_vdpa]

[...]

The buggy address is located 4128 bytes inside of

allocated 4384-byte region [0000000176794000, 0000000176795120)

So in essence we read 16 bytes beyond 4384-byte allocation.

create_direct_keys calculates the pointer and length for in and out

buffers.

The size calculation for in includes the entire structure

size (out + in + mtt[]) but the pointer passed to cmd_exec points only

to the 'in' field, skipping the 'out' fiel

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-74712?

CVE-2026-74712 is a critical-severity vulnerability. It was published on August 22, 2026 and has a CVSS 3.1 base score of 9.3 (CRITICAL).

How severe is CVE-2026-74712?

This vulnerability has a CVSS 3.1 base score of 9.3, rated CRITICAL. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-74712?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-74712?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-74712 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.