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

5.5 · MEDIUM
Published Mar 25, 2026 linux CWE-401 EPSS 0.12% (2th pctl)

Overview

CVE-2026-23297 is a medium-severity vulnerability affecting linux linux_kernel. It was published on March 25, 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:

nfsd: Fix cred ref leak in nfsd_nl_threads_set_doit().

syzbot reported memory leak of struct cred. [0]

nfsd_nl_threads_set_doit() passes get_current_cred() to

nfsd_svc(), but put_cred() is not called after that.

The cred is finally passed down to _svc_xprt_create(),

which calls get_cred() with the cred for struct svc_xprt.

The ownership of the refcount by get_current_cred() is not

transferred to anywhere and is just leaked.

nfsd_svc() is also called from write_threads(), but it does

not bump file->f_cred there.

nfsd_nl_threads_set_doit() is called from sendmsg() and

current->cred does not go away.

Let's use current_cred() in nfsd_nl_threads_set_doit().

[0]:

BUG: memory leak

unreferenced object 0xffff888108b89480 (size 184):

comm "syz-executor", pid 5994, jiffies 4294943386

hex dump (first 32 bytes):

01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................

00 00 00 00 00 00 00 00 00 00 00 0

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.10, < 6.12.77 Affected

Frequently Asked Questions

What is CVE-2026-23297?

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

How severe is CVE-2026-23297?

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

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

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