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-2024-56779

9.8 · CRITICAL
Published Jan 8, 2025 linux CWE-401 EPSS 0.53% (43th pctl)

Overview

CVE-2024-56779 is a critical-severity vulnerability affecting linux linux_kernel. It was published on January 8, 2025 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. 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 nfs4_openowner leak when concurrent nfsd4_open occur

The action force umount(umount -f) will attempt to kill all rpc_task even

umount operation may ultimately fail if some files remain open.

Consequently, if an action attempts to open a file, it can potentially

send two rpc_task to nfs server.

NFS CLIENT

thread1 thread2

open("file")

...

nfs4_do_open

_nfs4_do_open

_nfs4_open_and_get_state

_nfs4_proc_open

nfs4_run_open_task

/* rpc_task1 */

rpc_run_task

rpc_wait_for_completion_task

umount -f

nfs_umount_begin

rpc_killall_tasks

rpc_signal_task

rpc_task1 been wakeup

and return -512

_nfs4_do_open // while loop

...

nfs4_run_open_task

/* rpc_task2 */

rpc_run_task

rp

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 >= 0, < 5.4.287 Affected

Frequently Asked Questions

What is CVE-2024-56779?

CVE-2024-56779 is a critical-severity vulnerability affecting linux linux_kernel. It was published on January 8, 2025 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2024-56779?

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

How do I fix or remediate CVE-2024-56779?

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-2024-56779?

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