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

8.8 · HIGH
Published Apr 3, 2024 linux CWE-416 EPSS 0.70% (51th pctl)

Overview

CVE-2024-26689 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 3, 2024 and has a CVSS 3.1 base score of 8.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It can be exploited remotely over the network. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

ceph: prevent use-after-free in encode_cap_msg()

In fs/ceph/caps.c, in encode_cap_msg(), "use after free" error was

caught by KASAN at this line - 'ceph_buffer_get(arg->xattr_buf);'. This

implies before the refcount could be increment here, it was freed.

In same file, in "handle_cap_grant()" refcount is decremented by this

line - 'ceph_buffer_put(ci->i_xattrs.blob);'. It appears that a race

occurred and resource was freed by the latter line before the former

line could increment it.

encode_cap_msg() is called by __send_cap() and __send_cap() is called by

ceph_check_caps() after calling __prep_cap(). __prep_cap() is where

arg->xattr_buf is assigned to ci->i_xattrs.blob. This is the spot where

the refcount must be increased to prevent "use after free" error.

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.10.210 Affected

Frequently Asked Questions

What is CVE-2024-26689?

CVE-2024-26689 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 3, 2024 and has a CVSS 3.1 base score of 8.8 (HIGH).

How severe is CVE-2024-26689?

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It can be exploited remotely over the network. Some level of privileges is required for exploitation.

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

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

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