CVE-2024-26878

MEDIUM

Linux Kernel < 4.19.311 - Race Condition

Title source: rule

Description

In the Linux kernel, the following vulnerability has been resolved: quota: Fix potential NULL pointer dereference Below race may cause NULL pointer dereference P1 P2 dquot_free_inode quota_off drop_dquot_ref remove_dquot_ref dquots = i_dquot(inode) dquots = i_dquot(inode) srcu_read_lock dquots[cnt]) != NULL (1) dquots[type] = NULL (2) spin_lock(&dquots[cnt]->dq_dqb_lock) (3) .... If dquot_free_inode(or other routines) checks inode's quota pointers (1) before quota_off sets it to NULL(2) and use it (3) after that, NULL pointer dereference will be triggered. So let's fix it by using a temporary pointer to avoid this issue.

Scores

CVSS v3 4.7
EPSS 0.0001
EPSS Percentile 0.3%
Attack Vector LOCAL
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H

Classification

CWE
CWE-362 CWE-476
Status published

Affected Products (10)

linux/linux_kernel < 4.19.311
debian/debian_linux
linux/Kernel < 4.19.311linux
linux/Kernel < 5.4.273linux
linux/Kernel < 5.10.214linux
linux/Kernel < 5.15.153linux
linux/Kernel < 6.1.83linux
linux/Kernel < 6.6.23linux
linux/Kernel < 6.7.11linux
linux/Kernel < 6.8.2linux

Timeline

Published Apr 17, 2024
Tracked Since Feb 18, 2026