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-43388

7.8 · HIGH
Published May 8, 2026 linux CWE-416 EPSS 0.12% (2th pctl)

Overview

CVE-2026-43388 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 8, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

mm/damon/core: clear walk_control on inactive context in damos_walk()

damos_walk() sets ctx->walk_control to the caller-provided control

structure before checking whether the context is running. If the context

is inactive (damon_is_running() returns false), the function returns

-EINVAL without clearing ctx->walk_control. This leaves a dangling

pointer to a stack-allocated structure that will be freed when the caller

returns.

This is structurally identical to the bug fixed in commit f9132fbc2e83

("mm/damon/core: remove call_control in inactive contexts") for

damon_call(), which had the same pattern of linking a control object and

returning an error without unlinking it.

The dangling walk_control pointer can cause:

1. Use-after-free if the context is later started and kdamond

   dereferences ctx->walk_control (e.g., in damos_walk_cancel()

   which writes to control->canceled and calls complete())

2. Permanent -EBUS

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 6.14, < 6.18.19 Affected

Frequently Asked Questions

What is CVE-2026-43388?

CVE-2026-43388 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 8, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-43388?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

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

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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-43388?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-43388 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.