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

5.5 · MEDIUM
Published Apr 3, 2024 linux CWE-667 EPSS 0.19% (9th pctl)

Overview

CVE-2024-26696 is a medium-severity vulnerability affecting linux linux_kernel. It was published on April 3, 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 hang in nilfs_lookup_dirty_data_buffers()

Syzbot reported a hang issue in migrate_pages_batch() called by mbind()

and nilfs_lookup_dirty_data_buffers() called in the log writer of nilfs2.

While migrate_pages_batch() locks a folio and waits for the writeback to

complete, the log writer thread that should bring the writeback to

completion picks up the folio being written back in

nilfs_lookup_dirty_data_buffers() that it calls for subsequent log

creation and was trying to lock the folio. Thus causing a deadlock.

In the first place, it is unexpected that folios/pages in the middle of

writeback will be updated and become dirty. Nilfs2 adds a checksum to

verify the validity of the log being written and uses it for recovery at

mount, so data changes during writeback are suppressed. Since this is

broken, an unclean shutdown could potentially cause recovery to fail.

Investigation revealed that the root cause

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 >= 3.9, < 4.19.307 Affected

Frequently Asked Questions

What is CVE-2024-26696?

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

How severe is CVE-2024-26696?

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

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

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