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

5.5 · MEDIUM
Published May 27, 2026 linux CWE-401 EPSS 0.16% (5th pctl)

Overview

CVE-2026-45900 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 27, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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:

crypto: caam - fix netdev memory leak in dpaa2_caam_probe

When commit 0e1a4d427f58 ("crypto: caam: Unembed net_dev structure in

dpaa2") converted embedded net_device to dynamically allocated pointers,

it added cleanup in dpaa2_dpseci_disable() but missed adding cleanup in

dpaa2_dpseci_free() for error paths.

This causes memory leaks when dpaa2_dpseci_dpio_setup() fails during probe

due to DPIO devices not being ready yet. The kernel's deferred probe

mechanism handles the retry successfully, but the netdevs allocated during

the failed probe attempt are never freed, resulting in kmemleak reports

showing multiple leaked netdev-related allocations all traced back to

dpaa2_caam_probe().

Fix this by preserving the CPU mask of allocated netdevs during setup and

using it for cleanup in dpaa2_dpseci_free(). This approach ensures that

only the CPUs that actually had netdevs allocated will be cleaned up,

avoiding potential is

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.11, < 6.12.75 Affected

Frequently Asked Questions

What is CVE-2026-45900?

CVE-2026-45900 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 27, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2026-45900?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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-45900?

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-45900?

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