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-2023-53606

7.5 · HIGH
Published Oct 4, 2025 linux EPSS 0.26% (18th pctl)

Overview

CVE-2023-53606 is a high-severity vulnerability affecting linux linux_kernel. It was published on October 4, 2025 and has a CVSS 3.1 base score of 7.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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

nfsd: clean up potential nfsd_file refcount leaks in COPY codepath

There are two different flavors of the nfsd4_copy struct. One is

embedded in the compound and is used directly in synchronous copies. The

other is dynamically allocated, refcounted and tracked in the client

struture. For the embedded one, the cleanup just involves releasing any

nfsd_files held on its behalf. For the async one, the cleanup is a bit

more involved, and we need to dequeue it from lists, unhash it, etc.

There is at least one potential refcount leak in this code now. If the

kthread_create call fails, then both the src and dst nfsd_files in the

original nfsd4_copy object are leaked.

The cleanup in this codepath is also sort of weird. In the async copy

case, we'll have up to four nfsd_file references (src and dst for both

flavors of copy structure). They are both put at the end of

nfsd4_do_async_copy, even though the ones held on behalf of

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 >= 4.20, < 5.10.220 Affected

Frequently Asked Questions

What is CVE-2023-53606?

CVE-2023-53606 is a high-severity vulnerability affecting linux linux_kernel. It was published on October 4, 2025 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2023-53606?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2023-53606?

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-2023-53606?

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