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

5.3 · MEDIUM
Published Jun 19, 2024 linux CWE-667 EPSS 0.86% (56th pctl)

Overview

CVE-2024-38582 is a medium-severity vulnerability affecting linux linux_kernel. It was published on June 19, 2024 and has a CVSS 3.1 base score of 5.3 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.3, rated MEDIUM. 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:

nilfs2: fix potential hang in nilfs_detach_log_writer()

Syzbot has reported a potential hang in nilfs_detach_log_writer() called

during nilfs2 unmount.

Analysis revealed that this is because nilfs_segctor_sync(), which

synchronizes with the log writer thread, can be called after

nilfs_segctor_destroy() terminates that thread, as shown in the call trace

below:

nilfs_detach_log_writer

nilfs_segctor_destroy

nilfs_segctor_kill_thread --> Shut down log writer thread

flush_work

nilfs_iput_work_func

nilfs_dispose_list

iput

nilfs_evict_inode

nilfs_transaction_commit

nilfs_construct_segment (if inode needs sync)

nilfs_segctor_sync --> Attempt to synchronize with

log writer thread

*** DEADLOCK ***

Fix this issue by changing nilfs_segctor_sync() so that the log w

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, < 4.19.316 Affected

Frequently Asked Questions

What is CVE-2024-38582?

CVE-2024-38582 is a medium-severity vulnerability affecting linux linux_kernel. It was published on June 19, 2024 and has a CVSS 3.1 base score of 5.3 (MEDIUM).

How severe is CVE-2024-38582?

This vulnerability has a CVSS 3.1 base score of 5.3, rated MEDIUM. 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-38582?

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

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