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

7.5 · HIGH
Published Aug 21, 2024 linux CWE-476 EPSS 0.64% (48th pctl)

Overview

CVE-2023-52909 is a high-severity vulnerability affecting linux linux_kernel. It was published on August 21, 2024 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: fix handling of cached open files in nfsd4_open codepath

Commit fb70bf124b05 ("NFSD: Instantiate a struct file when creating a

regular NFSv4 file") added the ability to cache an open fd over a

compound. There are a couple of problems with the way this currently

works:

It's racy, as a newly-created nfsd_file can end up with its PENDING bit

cleared while the nf is hashed, and the nf_file pointer is still zeroed

out. Other tasks can find it in this state and they expect to see a

valid nf_file, and can oops if nf_file is NULL.

Also, there is no guarantee that we'll end up creating a new nfsd_file

if one is already in the hash. If an extant entry is in the hash with a

valid nf_file, nfs4_get_vfs_file will clobber its nf_file pointer with

the value of op_file and the old nf_file will leak.

Fix both issues by making a new nfsd_file_acquirei_opened variant that

takes an optional file pointer. If one is present when

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 >= 5.19, < 6.1.7 Affected

Frequently Asked Questions

What is CVE-2023-52909?

CVE-2023-52909 is a high-severity vulnerability affecting linux linux_kernel. It was published on August 21, 2024 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2023-52909?

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

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

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