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

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

Overview

CVE-2026-45870 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:

SUNRPC: auth_gss: fix memory leaks in XDR decoding error paths

The gssx_dec_ctx(), gssx_dec_status(), and gssx_dec_name()

functions allocate memory via gssx_dec_buffer(), which calls

kmemdup(). When a subsequent decode operation fails, these

functions return immediately without freeing previously

allocated buffers, causing memory leaks.

The leak in gssx_dec_ctx() is particularly relevant because

the caller (gssp_accept_sec_context_upcall) initializes several

buffer length fields to non-zero values, resulting in memory

allocation:

struct gssx_ctx rctxh = {

.exported_context_token.len = GSSX_max_output_handle_sz,

.mech.len = GSS_OID_MAX_LEN,

.src_name.display_name.len = GSSX_max_princ_sz,

.targ_name.display_name.len = GSSX_max_princ_sz

};

If, for example, gssx_dec_name() succeeds for src_name but

fails for targ_name, the memory allocated for

exported_context_token, mech, and s

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 >= 3.10, < 5.10.252 Affected

Frequently Asked Questions

What is CVE-2026-45870?

CVE-2026-45870 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-45870?

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

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

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