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

7.8 · HIGH
Published Jan 15, 2025 linux CWE-416 EPSS 0.22% (12th pctl)

Overview

CVE-2024-57892 is a high-severity vulnerability affecting linux linux_kernel. It was published on January 15, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

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

ocfs2: fix slab-use-after-free due to dangling pointer dqi_priv

When mounting ocfs2 and then remounting it as read-only, a

slab-use-after-free occurs after the user uses a syscall to

quota_getnextquota. Specifically, sb_dqinfo(sb, type)->dqi_priv is the

dangling pointer.

During the remounting process, the pointer dqi_priv is freed but is never

set as null leaving it to be accessed. Additionally, the read-only option

for remounting sets the DQUOT_SUSPENDED flag instead of setting the

DQUOT_USAGE_ENABLED flags. Moreover, later in the process of getting the

next quota, the function ocfs2_get_next_id is called and only checks the

quota usage flags and not the quota suspended flags.

To fix this, I set dqi_priv to null when it is freed after remounting with

read-only and put a check for DQUOT_SUSPENDED in ocfs2_get_next_id.

[[email protected]: coding-style cleanups]

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.6, < 6.1.125 Affected

Frequently Asked Questions

What is CVE-2024-57892?

CVE-2024-57892 is a high-severity vulnerability affecting linux linux_kernel. It was published on January 15, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2024-57892?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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-57892?

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

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