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

5.5 · MEDIUM
Published Nov 9, 2024 linux CWE-667 EPSS 0.21% (11th pctl)

Overview

CVE-2024-50229 is a medium-severity vulnerability affecting linux linux_kernel. It was published on November 9, 2024 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:

nilfs2: fix potential deadlock with newly created symlinks

Syzbot reported that page_symlink(), called by nilfs_symlink(), triggers

memory reclamation involving the filesystem layer, which can result in

circular lock dependencies among the reader/writer semaphore

nilfs->ns_segctor_sem, s_writers percpu_rwsem (intwrite) and the

fs_reclaim pseudo lock.

This is because after commit 21fc61c73c39 ("don't put symlink bodies in

pagecache into highmem"), the gfp flags of the page cache for symbolic

links are overwritten to GFP_KERNEL via inode_nohighmem().

This is not a problem for symlinks read from the backing device, because

the __GFP_FS flag is dropped after inode_nohighmem() is called. However,

when a new symlink is created with nilfs_symlink(), the gfp flags remain

overwritten to GFP_KERNEL. Then, memory allocation called from

page_symlink() etc. triggers memory reclamation including the FS layer,

which may call n

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.5, < 4.19.323 Affected

Frequently Asked Questions

What is CVE-2024-50229?

CVE-2024-50229 is a medium-severity vulnerability affecting linux linux_kernel. It was published on November 9, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2024-50229?

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

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

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