Lucene search
+L

57 matches found

CVE
CVE
added 2025/01/15 1:05 p.m.183 views

CVE-2024-57892

CVE-2024-57892 relates to the Linux kernel OCFS2 quota handling. The issue is a slab-use-after-free when remounting an ocfs2 filesystem as read-only and a quota_getnextquota syscall is used. The root cause is a dangling dqi_priv pointer that is freed during remount but not cleared, combined with ...

7.8CVSS6.5AI score0.0022EPSS
SaveExploits0References9Affected Software1
SUSE CVE
SUSE CVE
added 2025/01/09 12:20 a.m.5 views

SUSE CVE-2024-56780

In the Linux kernel, the following vulnerability has been resolved: quota: flush quotareleasework upon quota writeback One of the paths quota writeback is called from is: freezesuper syncfilesystem ext4syncfs dquotwritebackdquots Since we currently don't always flush the quotareleasework queue in...

4.7CVSS7.6AI score0.00211EPSS
SaveExploits0References13
OSV
OSV
added 2025/01/08 6:15 p.m.10 views

AZL-55322 CVE-2024-56780 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: quota: flush quotareleasework upon quota writeback One of the paths quota writeback is called from is: freezesuper syncfilesystem ext4syncfs dquotwritebackdquots Since we currently don't always flush the quotareleasework queue in...

5.5CVSS6.6AI score0.00211EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/08 6:15 p.m.18 views

UBUNTU-CVE-2024-56780

In the Linux kernel, the following vulnerability has been resolved: quota: flush quotareleasework upon quota writeback One of the paths quota writeback is called from is: freezesuper syncfilesystem ext4syncfs dquotwritebackdquots Since we currently don't always flush the quotareleasework queue in...

5.5CVSS6.2AI score0.00211EPSS
SaveExploits0References46
OSV
OSV
added 2024/12/27 3:15 p.m.16 views

UBUNTU-CVE-2024-56630

In the Linux kernel, the following vulnerability has been resolved: ocfs2: free inode when ocfs2getinitinode fails syzbot is reporting busy inodes after unmount, for commit 9c89fe0af826 "ocfs2: Handle error from dquotinitialize" forgot to call iput when newinode succeeded and dquotinitialize fail...

5.5CVSS6.2AI score0.00255EPSS
SaveExploits0References46
SUSE CVE
SUSE CVE
added 2024/05/03 2:09 a.m.8 views

SUSE CVE-2024-27058

In the Linux kernel, the following vulnerability has been resolved: tmpfs: fix race on handling dquot rbtree A syzkaller reproducer found a race while attempting to remove dquot information from the rb tree. Fetching the rbtree root node must also be protected by the dqopt-dqiosem, otherwise,...

4.7CVSS7.5AI score0.00385EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/05/01 8:24 p.m.30 views

CVE-2024-27058

A vulnerability was found in the Linux Kernel's memory management subsystem, where a race condition while attempting to remove dquot information from the rb tree can lead to a kernel panic. The race condition occurs due to a lack of proper protections when fetching the rbtree root node. Given the...

5.5CVSS5.9AI score0.00385EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/01 1:15 p.m.12 views

AZL-40322 CVE-2024-27058 affecting package hyperv-daemons for versions less than 6.6.29.1-1

In the Linux kernel, the following vulnerability has been resolved: tmpfs: fix race on handling dquot rbtree A syzkaller reproducer found a race while attempting to remove dquot information from the rb tree. Fetching the rbtree root node must also be protected by the dqopt-dqiosem, otherwise,...

7.8CVSS5.7AI score0.00385EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/01 1:15 p.m.3 views

DEBIAN-CVE-2024-27058

In the Linux kernel, the following vulnerability has been resolved: tmpfs: fix race on handling dquot rbtree A syzkaller reproducer found a race while attempting to remove dquot information from the rb tree. Fetching the rbtree root node must also be protected by the dqopt-dqiosem, otherwise,...

7.8CVSS5.2AI score0.00385EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/01 1:15 p.m.21 views

UBUNTU-CVE-2024-27058

In the Linux kernel, the following vulnerability has been resolved: tmpfs: fix race on handling dquot rbtree A syzkaller reproducer found a race while attempting to remove dquot information from the rb tree. Fetching the rbtree root node must also be protected by the dqopt-dqiosem, otherwise,...

7.8CVSS5.8AI score0.00385EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
added 2024/05/01 1:15 p.m.24 views

CVE-2024-27058

In the Linux kernel, the following vulnerability has been resolved: tmpfs: fix race on handling dquot rbtree A syzkaller reproducer found a race while attempting to remove dquot information from the rb tree. Fetching the rbtree root node must also be protected by the dqopt-dqiosem, otherwise,...

7.8CVSS5.8AI score0.00385EPSS
SaveExploits0References11
Vulnrichment
Vulnrichment
added 2024/05/01 1:00 p.m.19 views

CVE-2024-27058 tmpfs: fix race on handling dquot rbtree

In the Linux kernel, the following vulnerability has been resolved: tmpfs: fix race on handling dquot rbtree A syzkaller reproducer found a race while attempting to remove dquot information from the rb tree. Fetching the rbtree root node must also be protected by the dqopt-dqiosem, otherwise,...

7.8CVSS6.7AI score0.00385EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/01 1:00 p.m.2284 views

CVE-2024-27058

CVE-2024-27058 — tmpfs race on dquot rb-tree (Linux kernel) A race was fixed in tmpfs related to handling of the dquot red-black tree. A syzkaller repro showed that fetching the rb-tree root must be protected by the dqio_sem; if the root is changed during search, shmem_release_dquot() may warn ab...

7.8CVSS6.6AI score0.00385EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2024/05/01 1:00 p.m.34 views

CVE-2024-27058

In the Linux kernel, the following vulnerability has been resolved: tmpfs: fix race on handling dquot rbtree A syzkaller reproducer found a race while attempting to remove dquot information from the rb tree. Fetching the rbtree root node must also be protected by the dqopt-dqiosem, otherwise,...

7.8CVSS5AI score0.00385EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/05/01 12:00 a.m.7 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a contention issue when handling dquot rbtree. No details of the vulnerability are provided at this time...

4.7CVSS6.5AI score0.00385EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/04/19 2:18 a.m.8 views

SUSE CVE-2024-26878

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 dquotfreeinode quotaoff dropdquotref removedquotref dquots = idquotinode dquots = idquotinode srcureadlock dquotscnt != NULL 1...

5.5CVSS6.4AI score0.00189EPSS
SaveExploits0References18
Positive Technologies
Positive Technologies
added 2024/03/26 12:00 a.m.12 views

PT-2024-7846 · Linux +4 · Linux Kernel +4

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to a race condition in the tmpfs component of the Linux kernel. A syzkaller reproducer found a race while attempting to remove dquot information from the rb tree...

9.1CVSS6.5AI score0.01635EPSS
SaveExploits0References676
Rows per page
Query Builder